Check-in [a9cf073956]
Comment: | Minor comment updates, version bumps. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
a9cf073956dfde94fd20b1cd4db6bd17 |
User & Date: | mario on 2015-05-17 03:04:42 |
Other Links: | manifest | tags |
2015-05-17
| ||
19:10 | Add toolbar placeholder for channel-link. Change conf.max_streams to SpinButton. check-in: 5b2f021e96 user: mario tags: trunk | |
03:04 | Minor comment updates, version bumps. check-in: a9cf073956 user: mario tags: trunk | |
03:04 | Remove ahttp aliases, print warning for "raw" extractor fallback, add some comment headlines for better overview. check-in: 5d05601f03 user: mario tags: trunk | |
Modified channels/configwin.py from [2e64bb2fe7] to [3a18900ebe].
140 141 142 143 144 145 146 | 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 | - + + + + + - + | cb.set_tooltip_text(self._tooltip(meta)) add_( "config_plugins_"+name, cb, color=meta.get("color"), image=meta.get("png"), align=0) # Default values are already in conf[] dict # (now done in conf.add_plugin_defaults) for opt in meta["config"]: color = opt.get("color", None) |
Modified channels/jamendo.py from [9bb1a09c3c] to [bc5876c9ef].
42 43 44 45 46 47 48 | 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 | - - + + + - + | from channels import * import json # jamendo CC music sharing site # # |
Modified channels/links.py from [bf377754fc] to [04c56d84f7].
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | - - + + |
|
Modified channels/pluginmanager2.py from [70c561b9ac] to [2b91c252f3].
1 2 3 4 | 1 2 3 4 5 6 7 8 9 10 11 12 | - + | # encoding: UTF-8 # api: streamtuner2 # title: User Plugin Manager Ⅱ # description: Downloads new plugins, or updates them. |