add missing encoding: line (might have been invisible to update mechanism) | ||
---|---|---|
mario authored 197 days ago last checkin d0455c7d4 ⎘ | ||
📂 cmdline | Move action/playback handlers to contrib/cmdline/‹› | 3089 days ago |
📂 disabled | Normalize all broken plugins with status: broken, and priority: obsol‹› | 3057 days ago |
📄 bookmarks_show_extra.py | Contrib plugin: show `extra` column in bookmarks (origin channel). Ch‹› | 3075 days ago |
📄 cachereset.py | Switch to XDG_CACHE_HOME/.cache (because that's what the cache files ‹› | 2248 days ago |
📄 compound.py | Fix missing channel key error. Add icon.‹› | 3621 days ago |
📄 continuous_record.py | Reverted all `module = __name__` assignments, because that was carryi‹› | 3030 days ago |
📄 dev_faulthandler.py | Stub debugging plugin.‹› | 3601 days ago |
📄 file.py | More special case handling on Windows: file encoding, backslashes, ur‹› | 2993 days ago |
📄 glrp.csv.gz | Compressed GLRP csv playlist.‹› | 3620 days ago |
📄 glrp.py | Reverted all `module = __name__` assignments, because that was carryi‹› | 3030 days ago |
📄 gtk_theme.py | Reverted all `module = __name__` assignments, because that was carryi‹› | 3030 days ago |
📄 housemixes.py | remove docblock, reinstate max_streams for loop.‹› | 1142 days ago |
📄 magnatune.py | magnatune: radios are gone?‹› | 1783 days ago |
📄 new_favourite_cat.py | Fix dict error for new categories.‹› | 2295 days ago |
📄 new_station.py | Introduce "New station..." menu entry. (via streamedit / non-function‹› | 3428 days ago |
📄 oggicon.py | OggIcon plugin was misplaced‹› | 2728 days ago |
📄 podspider.py | Fix old module names.‹› | 3013 days ago |
📄 prefstore.py | Fix typo in default config save/load filename.‹› | 3014 days ago |
📄 publicradiofan.py | publicradiofan: strip `/cgibin/wrap.pl…` from some listings‹› | 1783 days ago |
📄 punkcast.py | Change priority from obsolete to outdated‹› | 3031 days ago |
📄 radiolist.py | row[favicon] should be row[img]‹› | 1137 days ago |
📄 radionet.py | update regex extraction fallback‹› | 1142 days ago |
📄 radionomy.py | Swap out radionomy for streema in standard channels‹› | 1137 days ago |
📄 radiosure.py | Reverted all `module = __name__` assignments, because that was carryi‹› | 3030 days ago |
📄 rcast.py | rcast: updated for current HTML‹› | 1138 days ago |
📄 recordflags.py | Bug was from wget´s --local-encoding (select:/Combobox option)‹› | 1781 days ago |
📄 scripts.py | Minor Python 3 fixes (syntax and str.decode)‹› | 1783 days ago |
📄 st2subprocess.py | Implement new commandline parsing options, kxrs` cmdline_split as fou‹› | 2726 days ago |
📄 startup_workdir.py | Reverted all `module = __name__` assignments, because that was carryi‹› | 3030 days ago |
📄 theme_installer.py | Updated help.chm, whitespace fixed, new theme download dir back.‹› | 3015 days ago |
📄 tmp_clean_multiurl.py | Reverted all `module = __name__` assignments, because that was carryi‹› | 3030 days ago |
📄 url_soundcloud.py | Reverted all `module = __name__` assignments, because that was carryi‹› | 3030 days ago |
📄 vtuner.py | vTuner: minor fix from stream_update regex‹› | 2089 days ago |
📄 youtube.py | <b style="color:red">new channel: peertube</b>. <span style="color:#7‹› | 1784 days ago |
contrib
This directory collects a few other channel plugins.
- Contents: plugins
- Status: beta
- Some are going to be outdated, and a few are just idea collections.
You can basically install any of them by copying the *.py
file into:
The global installation path
/usr/share/streamtuner2/channels/
Your local plugin
~/.config/streamtuner2/plugins/
Or package them even into the PYZ application:
zip streamtuner2.pyz channels/new.py
The new User Plugin Manager easily installs them.
It scans this directory indirectly via:
Which generates a JSON list of available modules. For instance:
{
"$name": "delicast",
"$type": "x-py",
"$dist": "app/streamtuner2/contrib",
"$file": "http://fossil.include-once.org/streamtuner2/cat/contrib/delicast.py",
"encoding": "UTF-8",
"api": "streamtuner2",
"title": "Delicast",
"description": "directory of streaming media",
"url": "http://delicast.com/",
"version": "0.1",
"type": "channel",
"category": "radio",
"config": "-",
"priority": "rare"
},
Attachments:
- st2-pluginmanager2.png [download] added by mario on 2015-05-04 21:21:32. [details]