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