add missing encoding: line (might have been invisible to update mechanism) | ||
---|---|---|
mario authored 116 days ago last checkin d0455c7d4 ⎘ | ||
๐ cmdline | Move action/playback handlers to contrib/cmdline/โนโบ | 3008 days ago |
๐ disabled | Normalize all broken plugins with status: broken, and priority: obsolโนโบ | 2977 days ago |
๐ bookmarks_show_extra.py | Contrib plugin: show `extra` column in bookmarks (origin channel). Chโนโบ | 2995 days ago |
๐ cachereset.py | Switch to XDG_CACHE_HOME/.cache (because that's what the cache files โนโบ | 2167 days ago |
๐ compound.py | Fix missing channel key error. Add icon.โนโบ | 3541 days ago |
๐ continuous_record.py | Reverted all `module = __name__` assignments, because that was carryiโนโบ | 2950 days ago |
๐ dev_faulthandler.py | Stub debugging plugin.โนโบ | 3520 days ago |
๐ file.py | More special case handling on Windows: file encoding, backslashes, urโนโบ | 2912 days ago |
๐ glrp.csv.gz | Compressed GLRP csv playlist.โนโบ | 3539 days ago |
๐ glrp.py | Reverted all `module = __name__` assignments, because that was carryiโนโบ | 2950 days ago |
๐ gtk_theme.py | Reverted all `module = __name__` assignments, because that was carryiโนโบ | 2950 days ago |
๐ housemixes.py | remove docblock, reinstate max_streams for loop.โนโบ | 1061 days ago |
๐ magnatune.py | magnatune: radios are gone?โนโบ | 1703 days ago |
๐ new_favourite_cat.py | Fix dict error for new categories.โนโบ | 2214 days ago |
๐ new_station.py | Introduce "New station..." menu entry. (via streamedit / non-functionโนโบ | 3347 days ago |
๐ oggicon.py | OggIcon plugin was misplacedโนโบ | 2647 days ago |
๐ podspider.py | Fix old module names.โนโบ | 2932 days ago |
๐ prefstore.py | Fix typo in default config save/load filename.โนโบ | 2934 days ago |
๐ publicradiofan.py | publicradiofan: strip `/cgibin/wrap.plโฆ` from some listingsโนโบ | 1703 days ago |
๐ punkcast.py | Change priority from obsolete to outdatedโนโบ | 2950 days ago |
๐ radiolist.py | row[favicon] should be row[img]โนโบ | 1057 days ago |
๐ radionet.py | update regex extraction fallbackโนโบ | 1062 days ago |
๐ radionomy.py | Swap out radionomy for streema in standard channelsโนโบ | 1056 days ago |
๐ radiosure.py | Reverted all `module = __name__` assignments, because that was carryiโนโบ | 2950 days ago |
๐ rcast.py | rcast: updated for current HTMLโนโบ | 1058 days ago |
๐ recordflags.py | Bug was from wgetยดs --local-encoding (select:/Combobox option)โนโบ | 1701 days ago |
๐ scripts.py | Minor Python 3 fixes (syntax and str.decode)โนโบ | 1703 days ago |
๐ st2subprocess.py | Implement new commandline parsing options, kxrs` cmdline_split as fouโนโบ | 2645 days ago |
๐ startup_workdir.py | Reverted all `module = __name__` assignments, because that was carryiโนโบ | 2950 days ago |
๐ theme_installer.py | Updated help.chm, whitespace fixed, new theme download dir back.โนโบ | 2935 days ago |
๐ tmp_clean_multiurl.py | Reverted all `module = __name__` assignments, because that was carryiโนโบ | 2950 days ago |
๐ url_soundcloud.py | Reverted all `module = __name__` assignments, because that was carryiโนโบ | 2950 days ago |
๐ vtuner.py | vTuner: minor fix from stream_update regexโนโบ | 2009 days ago |
๐ youtube.py | <b style="color:red">new channel: peertube</b>. <span style="color:#7โนโบ | 1704 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]