Check-in [0f2b78fc47]
Overview
Comment: | bump version to push status: |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
0f2b78fc474054110f6d757fedd356b2 |
User & Date: | mario on 2016-11-19 13:45:11 |
Other Links: | manifest | tags |
Context
2016-11-19
| ||
17:23 | Win install script: rewritten url/$files array to be more task-oriented. check-in: 612ce962b0 user: mario tags: trunk | |
13:45 | bump version to push status: check-in: 0f2b78fc47 user: mario tags: trunk | |
13:15 | -rc1 check-in: 544aa93056 user: mario tags: trunk | |
Changes
Modified contrib/disabled/windowsmedia.py from [fbdd1ac04c] to [1e7528b85a].
1 2 3 4 5 | # encoding: UTF-8 # api: streamtuner2 # title: WindowsMedia # description: ASX-Playlist radio stations, common genres # url: http://windowsmedia.com/ | | > > < < | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 | # encoding: UTF-8 # api: streamtuner2 # title: WindowsMedia # description: ASX-Playlist radio stations, common genres # url: http://windowsmedia.com/ # version: 0.5 # priority: obsolete # status: broken # depends: streamtuner2 >= 2.1.8-dev # type: channel # category: radio # config: # { name: windowsmedia_culture, type: select, value: en-gb, select: "en-gb|de-de|da-dk|cs-cz|es-es|fr-fr|it-it|nl-nl|pl-pl|tr-tr|pt-pt|pt-br|en-us", description: "Country/language preference (for localized ads:?)" } # png: # iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAk1BMVEWwMjIAAQACAAoSAwQ2CQcAH5VqERZsESgNK489KFwA # MrMAN6UQQwAXNpEAPakAQJ8AQ44RO7S2JQ8ASr6vLwqPOgoZYgCCSgvPPgVCbAF9XwzMTRrqUAHNY0VemADjbTiShjOYhiJR # oApJqgRerwlUtgBjwgDAsQDdqQB02AnowgP+soDfywDs2RL25Qr4727/8rdsT1F2AAAAAXRSTlMAQObYZgAAAAFiS0dEAIgF # HUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQffBQcANDDneHDIAAAAlUlEQVQY02VPWxKCMAzcKmIF5GGrVkVAKA+x # Ve9/OhUK0xmTj2Q3yU4WAPnmL6Y69rDQwJB/bDOLpYNDEFgc352betYh4EIcK5lVgVHnIk/3kCdp5g7PHykv742sp43LFS4y # lMMNgbvebJl3U6ptjSxFFDPop+7NF5RFcVK8X6qfPIS+n0BrNf9FQ98retXZDlfoxuYDwYsJfXHQg0AAAAAASUVORK5CYII= # png-orig: https://openclipart.org/detail/176727/windows-bug # # -- Service was shut down for Microsoft Groove -- # # Well, this one is Windows-specific, so naturally uses # horrible formats "WAX" (ASX) for playlists. Still can # be parsed by action module, but possibly falling back # onto raw extraction etc. VLC does quadruple redirects. |
︙ | ︙ |