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

⌈⌋ ⎇ branch:  streamtuner2


Artifact [617439f0ce]

Artifact 617439f0ce561d9d3d1956802240dc37ebd5e08b:

Wiki page [contrib] by mario on 2015-05-03 15:10:40.
D 2015-05-03T15:10:40.641
L contrib
N text/x-markdown
P 2c5dd977549ce0c61e7b02184400258bbc4c096d
U mario
W 1345
This directory collects a few other channel plugins.

  * Contents: plugins
  * Status: **beta**
  * Some aer 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/channels/`  
    (not yet, but will come with the next release)

  * Or package them even into the PYZ application:  
    `zip streamtuner2.pyz channels/new.py`

The upcoming pluginmanager2 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 b3d1f4d7b5553673b0cbcdadc3814b35