Internet radio browser GUI for music/video streams from various directory services.

⌈⌋ ⎇ branch:  streamtuner2


Check-in [21849a7d7c]

Overview
Comment:Document required option.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 21849a7d7cae9347266111b9b97f4f811400a7b9
User & Date: mario on 2017-09-23 03:16:03
Other Links: manifest | tags
Context
2017-10-09
16:40
Fix undefined headers={} / miscombined .update() call check-in: 7607f02394 user: mario tags: trunk
2017-09-23
03:16
Document required option. check-in: 21849a7d7c user: mario tags: trunk
03:15
Change default streamripper user agent. check-in: 6fd31bb3cc user: mario tags: trunk
Changes

Modified channels/ui_cht.py from [97881ba0e4] to [4b36d8e17b].

1
2
3
4
5
6
7
8
9
10



11
12
13
14
15
16
17
# encoding: utf-8
# title: Channel toolbar link
# description: Shows current channel and a link to online service in toolbar.
# version: 1.1
# depends: streamtuner2 >= 2.1.9
# type: feature
# category: ui
#
# Reintroduces the channel/service link in the toolbar,
# just like in streamtuner1.





import re


# Channel Homepage in Toolbar
class ui_cht(object):










>
>
>







1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# encoding: utf-8
# title: Channel toolbar link
# description: Shows current channel and a link to online service in toolbar.
# version: 1.1
# depends: streamtuner2 >= 2.1.9
# type: feature
# category: ui
#
# Reintroduces the channel/service link in the toolbar,
# just like in streamtuner1.
#
# Note this requires '[✔] Add current channel name to window title'
# in the general Options.


import re


# Channel Homepage in Toolbar
class ui_cht(object):