Check-in [dc28b4f35a]
Overview
Comment: | No has_search for PRF channel. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
dc28b4f35a15292965bdcb01d9dc7811 |
User & Date: | mario on 2015-04-30 06:19:09 |
Other Links: | manifest | tags |
Context
2015-04-30
| ||
06:21 | Add new config dialog group for "Playlists". Conf setting `playlist_asis` completely skips action.convert_playlist(). Works for any real m3u/pls/srv server and flexible audio players. But obviously breaks Jamendo albums or other JSON playlist sources. check-in: 470e3fac2b user: mario tags: trunk | |
06:19 | No has_search for PRF channel. check-in: dc28b4f35a user: mario tags: trunk | |
00:46 | Applied listformat= testing via action.extract_playlist.probe_ext(). check-in: 7dc72d064e user: mario tags: trunk | |
Changes
Modified contrib/publicradiofan.py from [f40f0e6f24] to [4d38edc4a6].
︙ | ︙ | |||
32 33 34 35 36 37 38 | import action # Basic HTML scraping class publicradiofan (ChannelPlugin): # control attributes | | | 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 | import action # Basic HTML scraping class publicradiofan (ChannelPlugin): # control attributes has_search = False format = "mp3" listformat = "href" titles = dict(listeners=False, bitrate=False, playing="Description") categories = ["adult alternative", "adult contemporary", "blues", "business", "classical", "community", "contemporary", "country", "easy", "education", "ethnic", "folk", "free-form", "full service", "government", "international", "jazz", "military", "news", "nostalgia", "oldies", "reading", "regional", "religious", "rock", "seasonal", "sports", "student", "talk", "traffic", "urban", "variety", "world", "youth"] # static |
︙ | ︙ |