Check-in [9c420b0231]
Overview
Comment: | Convert jamendo preview image sizes into [dropdown] options. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
9c420b0231f374c7d979fd7b7040370c |
User & Date: | mario on 2014-05-25 00:42:25 |
Other Links: | manifest | tags |
Context
2014-05-25
| ||
11:57 | Use mygtk.ComboBoxText also for theme switcher button. Moved .vbox and .label creating into mygtk, ComboBoxText.set_default() now automatically adds non-predeclated/custom value at end of liststore. check-in: 9ad64ad53a user: mario tags: trunk | |
00:42 | Convert jamendo preview image sizes into [dropdown] options. check-in: 9c420b0231 user: mario tags: trunk | |
00:41 | Add custom ComboBoxText for [select] list plugin config options. check-in: bcbd6a4624 user: mario tags: trunk | |
Changes
Modified channels/jamendo.py from [5fc1148fae] to [9ef2d05b7e].
︙ | ︙ | |||
64 65 66 67 68 69 70 | config = [ {"name":"jamendo_stream_format", "value":"ogg", "type": "text", "description":"Streaming format. Use 'ogg' for Vorbis, 'mp32' for MP3 with 192kbps/VBR, or 'mp31' for 96kbps MP3, and even 'flac' for lossless audio." }, | | | | > | | 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 | config = [ {"name":"jamendo_stream_format", "value":"ogg", "type": "text", "description":"Streaming format. Use 'ogg' for Vorbis, 'mp32' for MP3 with 192kbps/VBR, or 'mp31' for 96kbps MP3, and even 'flac' for lossless audio." }, {"name": "jamendo_image_size", "value": "50", "type": "select", "select": "25|35|50|55|60|65|70|75|85|100|130|150|200|300", "description": "Preview images size (height and width in pixel) for albums or tracks." }, {"name": "jamendo_count", "value": "1", "type":"text", "description": "How many result sets (200 entries each) to retrieve." } ] |
︙ | ︙ |