Timeline
98 check-ins using file contrib/radiosure.py version c4096229db
2016-11-09
| ||
15:15 | Strip carriage return from plugin meta block, which causes field reading to fail on Windows. And use `empty_pixbuf` as fallback for uikit.pixbuf() in case the content isn't valid base64 still. check-in: 730e6dc9f1 user: mario tags: trunk | |
2016-11-08
| ||
20:01 | Add Windows support (taskkill instead of pkill) check-in: 20cd77b794 user: mario tags: trunk | |
2016-11-07
| ||
16:28 | Move reddit into distributed plugins, add some midi subreddits. check-in: 747bc65a0b user: mario tags: trunk | |
14:37 | Shorten plugins with new init2() callback. check-in: e98ac20fc6 user: mario tags: trunk | |
14:36 | Remove last remaining `newstation_cancel` signal reference check-in: 631ecdc077 user: mario tags: trunk | |
14:36 | Update feature plugin cross references check-in: 6734c46cfb user: mario tags: trunk | |
14:35 | Ensure streamedit picks up all changes, and populates fields even if absent in original row{} check-in: b4e595711c user: mario tags: trunk | |
2016-11-06
| ||
20:48 | Update HTML manual check-in: 09c09235d8 user: mario tags: trunk | |
20:48 | Apply unhtml() after resolve_urn() lookup. check-in: 5cda19beb0 user: mario tags: trunk | |
20:06 | Fix hidden `conf.cmd` lookup check-in: a2ef839027 user: mario tags: trunk | |
18:53 | Remove newstation_ok/_cancel signal symbols. check-in: 045ec7be83 user: mario tags: trunk | |
18:52 | Alternate "rt" and "r" gzopen file flag (the "t" is an addition of Python3 gzip, and failed with Python2 on Windows) check-in: ee1b2744a1 user: mario tags: trunk | |
18:51 | Fix misnamed row{} reference. check-in: d2925011aa user: mario tags: trunk | |
18:51 | Add unichr() function alias for Python3. check-in: 049c5a6edd user: mario tags: trunk | |
14:41 | Use subprocess.list2cmdline() for Windows, and pipes.quote() for BSD/Linux command execution. check-in: 5a6185c3aa user: mario tags: trunk | |
12:45 | Make action.cmd() more explicit again. Introduce cmd= override flag for action.run_fmt_url(). So that specbuttons can use it instead of just interpol(). Thus the urn:/mime handlers will engage as well. check-in: 2b300a090d user: mario tags: trunk | |
12:42 | Document row placeholders, such as %title or $playing check-in: 0fb24c100c user: mario tags: trunk | |
12:13 | Implement a status message for URN: resolving, shorten code back (- row[] object gets implicitly updated.) check-in: 199ac60b55 user: mario tags: trunk | |
12:12 | Less debug messages for reciva.resolve_urn check-in: f249524147 user: mario tags: trunk | |
11:43 | Show player config screenshot also in config_apps/placeholder page. check-in: 2a46669362 user: mario tags: trunk | |
11:42 | Implement new .resolve_urn() hook (replacing .row() override), which is added automatically now in ChannelPlugin init. check-in: e4fa4859c6 user: mario tags: trunk | |
11:40 | Also perform an action.resolve_urn() right when accessing a row. Thus the stremaing lsits get updated on any .row() acccess (= now centrally covered). check-in: 2859a51985 user: mario tags: trunk | |
11:39 | Implement resolve_urn() and handlers to look up "urn:xxx:iii" stream urls pripr playback. (Currently just used by reciva and delicast. Now allows to remove channel.row() override.) check-in: 5b63504d79 user: mario tags: trunk | |
01:57 | Keep some notes about how to specify application paths on Windows. check-in: 2fb9158589 user: mario tags: trunk | |
01:56 | More specific command argument quoting for Windows. check-in: d253deb912 user: mario tags: trunk | |
2016-11-05
| ||
23:55 | Reciva: add search function check-in: 30cdbc9ba4 user: mario tags: trunk | |
2016-11-01
| ||
21:57 | Undo extra os.system("start \"%s\"") quotes for Windows. check-in: 2e49eacad9 user: mario tags: trunk | |
16:03 | Contrib plugin: show `extra` column in bookmarks (origin channel). Changed bookmark.add() to add it only if field missing. check-in: 5bc9e1a5f8 user: mario tags: trunk | |
16:02 | Reciva: added a more readable log.ERR() message for empty results. check-in: 66802cbdf6 user: mario tags: trunk | |
15:55 | Added login capability. check-in: 9f6a662093 user: mario tags: trunk | |
2016-10-31
| ||
21:52 | Python3 compatibility: can't use len() on TreeModelRow (Gtk3 doesn't return ListStore row). So use simpler but less exact try/except block to probe for our dict-ListStore and its pixbuf column. check-in: e667190902 user: mario tags: trunk | |
21:50 | Slim down comment (too lengthy contents break gtk tooltip) check-in: 2b17639821 user: mario tags: trunk | |
21:49 | Add value unserialization for plugin config `type: array/list` using format "1,2,3|4,5,6|..." and `dict` type with "1 => 2, 3 => 4, ..." check-in: 1efa95be56 user: mario tags: trunk | |
16:17 | Build `new_station` dialog manually. Leaf check-in: a1d8b8ef7b user: mario tags: new_station | |
16:16 | Document house-mixes plugin. check-in: eb226c6d4b user: mario tags: trunk | |
16:15 | Add link to RadioDroid. check-in: 418f9d2513 user: mario tags: trunk | |
14:33 | Prepare simpler new_station dialog. check-in: 889ab628ed user: mario tags: trunk | |
14:32 | Update specbuttons help pages. check-in: ed73b89bba user: mario tags: trunk | |
14:31 | radio-browser.info: support for submitting stations check-in: 01c7c85d47 user: mario tags: trunk | |
2016-10-30
| ||
13:13 | bookmarks: save origin channel in `extra` field. (It's mostly unused, except for the Jamendo and timer plugins.) check-in: 7bdd44a163 user: mario tags: trunk | |
2016-10-28
| ||
23:40 | Updated HTML version of help/ check-in: 4293fd7db3 user: mario tags: trunk | |
23:18 | bump minor versions check-in: 1478740ada user: mario tags: trunk | |
23:12 | Enable `list`/`array`/`table` config schemes in addition to `dict`. Currently unused, just added because it's little more code. No custom value="x,x,x|y,y,y" parser yet. Not for `dict` either, as it's only used by specbuttons with a predefined list. check-in: 50c68197c7 user: mario tags: trunk | |
23:08 | Fix add_default=False logic. check-in: 87a6d5ac96 user: mario tags: trunk | |
18:14 | Rename to "Spec buttons", use new {type:dict} config descriptor. check-in: e0aba9dd4e user: mario tags: trunk | |
18:13 | Update config_play/_record and their TreeViews for the slimmer ListStore without row[2] `editable` bool, and the more generic uikit.liststore_edit callback (still requires lambda handlers for column and liststore as user_data). check-in: bca80ec8af user: mario tags: trunk | |
18:11 |
Move liststore_edit() and app_bin_check() from configwin. to uikit.
Allow ListStore for config_play/_record/_specbuttons without `editable` row [2], which is now a property of the CellRenderers (instead of a cell-attribute). Specialized uikit.config_treeview() builds a custom two-column TreeView now. check-in: d90db23c73 user: mario tags: trunk | |
2016-10-27
| ||
16:42 | Introduce `dict` configuration type, prepare TreeView in uikit (similar to record/play config table). check-in: 095de3353f user: mario tags: trunk | |
2016-10-23
| ||
16:29 | Cleaner specbuttons plugin, add support for placeholders in button commands. Add documentation and some config ideas. check-in: 824186a7c3 user: mario tags: trunk | |
16:28 | action: Allow %url %title placeholders also with $ prefix. Also reuse interpolate() function for specbuttons and without default %pls. check-in: 27c88c7dcd user: mario tags: trunk | |
2016-10-22
| ||
19:07 | new plugin: specbuttons allows to define mini toolbar buttons to control applications (audio settings, mute/volume, start/kill players or other apps). Has been externalized as plugin. The UI features are built into gtk3.xml check-in: 43b36ed35b user: mario tags: trunk | |
19:01 | Minor text fixes check-in: e421c1af60 user: mario tags: trunk | |
19:00 | Set "instant activation" option background yellow instead of orange. check-in: 6c2f0c5c09 user: mario tags: trunk | |
18:59 | - check-in: 1306bc3c6c user: mario tags: trunk | |
18:59 | Remove default specbuttons{} entry. check-in: 54297a5913 user: mario tags: trunk | |
18:58 | Shorten "house-mixes" title. check-in: dd4aa1e8ec user: mario tags: trunk | |
18:58 | Allow plugin # config: bags only with <> or {} as delimiters, to support markup description/label. check-in: ea30a91e8d user: mario tags: trunk | |
2016-10-18
| ||
22:11 | Move action/playback handlers to contrib/cmdline/ check-in: 05817e12db user: mario tags: trunk | |
21:57 | Make specbuttons smaller, lookup image names (using `locate` - should be moved to configwin saving callback, as it's slow on startup otherwise) check-in: 4767ecba93 user: mario tags: trunk | |
21:27 | Prepare specbuttons addin (small user-defined application control interface, adds to the main toolbar) check-in: e1d9342408 user: mario tags: trunk | |
21:26 | Smaller icon for housemixes plugin check-in: adb4636366 user: mario tags: trunk | |
2016-10-09
| ||
12:18 | Mini plugin to set current working directory on startup. check-in: 04b43d90af user: mario tags: trunk | |
2016-10-08
| ||
14:47 | housemixes: set listformat to 'href' instead of pls check-in: 1b5a6c73d3 user: mario tags: trunk | |
14:44 | Fixed status updates for scanning 1-9 pages (still using conf.max_streams), sum up favorites/downloads/likes for overview. check-in: 267a8d18f2 user: mario tags: trunk | |
14:43 | Removed stray `print` statement check-in: 36dcba6639 user: mario tags: trunk | |
14:42 | Fix statusbar #257: minor unicode fixes (wasn't showing up due to str/unicode in Py2, imported compat.unicode for Py3 now) check-in: 04daa96360 user: mario tags: trunk | |
04:07 | Fix HTML assembling (<body>.+?</body> cleanup for PyQuery to see all entries). check-in: ea2010c673 user: mario tags: trunk | |
03:32 | New channel housemixes.com added. check-in: fa19c2995e user: mario tags: trunk | |
2016-09-25
| ||
17:56 | Minor text fixes. Compacted "configuration" back into features topic. check-in: cb5846cb2d user: mario tags: trunk | |
17:49 |
Generates a "common-repo.json" list from specified files in a fossil
repository. (Used with a glob param like "/repo.json/REPO/files/*.py" to
slice out interesting meta information.)
primary origin: http://fossil.include-once.org/fossil-skins/wiki/features check-in: 3f139e24c9 user: mario tags: trunk | |
2016-09-04
| ||
13:44 | Prepare for crontab mode check-in: 7f2050ecba user: mario tags: trunk | |
2016-08-24
| ||
01:22 | Stop vTuner page fetching depending on &iCurrPage=+1 presence. check-in: c49eb0e669 user: mario tags: trunk | |
01:21 | Minor text fixes check-in: ac7e0587e9 user: mario tags: trunk | |
2016-07-11
| ||
18:37 | Fetch channels per API search first, add playlists afterwards. check-in: f8c1bd8ce6 user: mario tags: trunk | |
2016-06-28
| ||
16:17 | Remove di.fm help page check-in: cf0c3d95f9 user: mario tags: trunk | |
16:16 | removed Live365 help page check-in: 1888b5ce65 user: mario tags: trunk | |
2016-06-27
| ||
22:43 | di.fm/sky.fm/jazzradio removed, no longer support direct streams (direct access won't work unless audio players also fake a browser user-agent) check-in: 8563285a2b user: mario tags: trunk | |
00:09 | Adapted extraction regex slightly. check-in: 6811f698e7 user: mario tags: trunk | |
2016-06-23
| ||
20:19 | Some types and pluginmanager2 notes (user-local versions vs. sys-wide plugins). check-in: dd6b528646 user: mario tags: trunk | |
15:51 | Updated help pages, radiobrowser.info summary check-in: 9cddf6091a user: mario tags: trunk | |
15:51 |
Removed | |
15:45 | (no comment) check-in: 1465e428c8 user: mario tags: trunk | |
09:14 | Reword radiobrowser plugin comment. check-in: e9b7aa1f1b user: mario tags: trunk | |
09:13 | Live365 is no more. check-in: 490abb1150 user: mario tags: trunk | |
2016-06-17
| ||
17:42 | Default internetradio_max_pages=5 in the config. (Last report indicated it didn't get picked up. And it's a default plugin anyway.) check-in: 75cb32d44e user: mario tags: trunk | |
2016-06-16
| ||
23:30 | Disable SSL verification for UbuntuUsers Wiki. check-in: 8cac2cfef5 user: mario tags: trunk | |
23:30 | Remove stray print statement check-in: 315eb1c757 user: mario tags: trunk | |
23:29 | Fix SpinButton() initialization for Gtk3 check-in: f1af12b221 user: mario tags: trunk | |
22:04 | Slight changes to extraction regex (`https` links mostly, and title-icon is just text now). check-in: 7843eea22d user: mario tags: trunk | |
2016-05-21
| ||
13:19 | Radionomy changed station logo URLs. → Adapted to load rescaled 32x32 favicons again. check-in: b4c02bb849 user: mario tags: trunk | |
2016-05-05
| ||
16:28 | Minor documentation updates, add vTuner/RadioSure/Receiva in contrib plugin list. check-in: d0c84513d6 user: mario tags: trunk | |
2016-04-18
| ||
23:56 | Disable logging for google_homepage check-in: 4f6de091f1 user: mario tags: trunk | |
2016-04-17
| ||
23:54 | Fix google_homepage regex, filter out tunein+streema urls. check-in: 86ef3aaa35 user: mario tags: trunk | |
2016-04-11
| ||
12:53 | List Symbola/Unifont as soft dependency check-in: ae5130d76a user: mario tags: trunk | |
00:58 | Introduce markdown links for plugin list generator check-in: 4d9a41d7ef user: mario tags: trunk | |
00:58 | Update description for vTuner. check-in: ee26ea7f76 user: mario tags: trunk | |
00:55 | fix comment check-in: 65905824a7 user: mario tags: trunk | |
00:55 | Refetch ZIP/CSV only once per day, and extract each category from CSV separately. check-in: af2c52cdca user: mario tags: trunk | |