Internet radio browser GUI for music/video streams from various directory services.

⌈⌋ ⎇ branch:  streamtuner2


Artifact [c05180e106]

Artifact c05180e10697e620b308c035433fa6f616ed4d7b:

Wiki page [contrib] by mario on 2015-05-07 01:34:13.
D 2015-05-07T01:34:13.017
L contrib
N text/x-markdown
P 5077065a0dc1773288aa7c761df7d249615fc0df
U mario
W 1382
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](technote/489b041520c3365146538c6e5f92fef4835fabcc) easily installs them.

It scans this directory indirectly via:

  * [http://fossil.include-once.org/repo.json/streamtuner2/contrib/*.py](http://fossil.include-once.org/repo.json/streamtuner2/contrib/*.py)

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"
    },

Z d96397f3875ba19c546de4cf1eda0b60