Check-in [47e25b02c0]
Overview
| Comment: | Remove musicgoal from pack: list, add tunein. |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA1: |
47e25b02c03749eb163649f748cfc11b |
| User & Date: | mario on 2015-03-25 01:16:16 |
| Other Links: | manifest | tags |
Context
|
2015-03-25
| ||
| 01:16 | Package NEWS.gz as changelog.gz check-in: 3aadac7b99 user: mario tags: trunk | |
| 01:16 | Remove musicgoal from pack: list, add tunein. check-in: 47e25b02c0 user: mario tags: trunk | |
| 00:45 | Update HTML documentation. check-in: 20528550dc user: mario tags: trunk | |
Changes
Modified channels/__init__.py from [f76574b70e] to [720f2889ce].
1 2 3 4 5 | # # encoding: UTF-8 # api: streamtuner2 # title: Plugin handling # description: Channels and feature plugins reside in channels/ | < | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | # # encoding: UTF-8 # api: streamtuner2 # title: Plugin handling # description: Channels and feature plugins reside in channels/ # type: R # category: core # priority: core # pack: # file.py, _generic.py, global_key.py, history.py, icast.py, # internet_radio.py, itunes.py, jamendo.py, links.py, live365.py, # modarchive.py, myoggradio.py, punkcast.py, shoutcast.py, # surfmusik.py, tunein.py, timer.py, xiph.py, youtube.py, *.png # obsolete: # dirble.py # # from channels._generic import * |
| ︙ | ︙ |