Check-in [46062ce00f]
Overview
Comment: | SurfMusik actually holds .m3u playlists. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | action-mapfmts |
Files: | files | file ages | folders |
SHA1: |
46062ce00f9371aa0e9a7c57defd2b82 |
User & Date: | mario on 2015-04-10 11:55:30 |
Other Links: | branch diff | manifest | tags |
Context
2015-04-10
| ||
11:56 | Apply proper file extension to temp files (they're never cleaned up, are they?) Fix MIME type probing, strip attributes. Support Apple M3U minor type, detect GVP playlists. check-in: 59075dcc1b user: mario tags: action-mapfmts | |
11:55 | SurfMusik actually holds .m3u playlists. check-in: 46062ce00f user: mario tags: action-mapfmts | |
10:54 | Sync with trunk changes. check-in: 801ad7fd98 user: mario tags: action-mapfmts | |
Changes
Modified channels/surfmusik.py from [4040006a47] to [cab3938c1e].
︙ | ︙ | |||
42 43 44 45 46 47 48 | # Surfmusik sharing site class surfmusik (ChannelPlugin): # description title = "SurfMusik" module = "surfmusik" homepage = "http://www.surfmusik.de/" | | | 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 | # Surfmusik sharing site class surfmusik (ChannelPlugin): # description title = "SurfMusik" module = "surfmusik" homepage = "http://www.surfmusik.de/" listformat = "m3u" lang = "DE" # last configured categories base = { "DE": ("http://www.surfmusik.de/", "genre/", "land/"), "EN": ("http://www.surfmusic.de/", "format/", "country/"), } |
︙ | ︙ |