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