MediaServer: Playlist

  1. Playlist MediaServer
    1. Additional dependencies
    2. UPnP ContentDirectory structure
    3. Configuration
      1. Examples
    4. Open Tickets for this backend …



Playlist MediaServer

Exposes the list of video and audio streams from a m3u playlist (e.g. web TV listings published by french ISPs such as Free, SFR, German SWR3, ...)

Additional dependencies

FixMe

UPnP ContentDirectory structure

The content directory presents a flat listing with all entries from the M3U playlist.

Configuration

The Playlist backend accepts these options:

name:
the name this backend should show up on your UPnP clients, defaults to YouTube
playlist_url
the URL to the M3U playlist

Potential playlist URLs include:

Examples

FixMe

Old config:

[[PlaylistStore]]
        name = Coherence - Playlist                                # default: my media (The name under this MediaServer shall show up with on other UPnP clients)
        playlist_url = http://www.swr3.de/wraps/swr3_mp3.m3u.php   # default : http://mafreebox.freebox.fr/freeboxtv/playlist.m3u
        #version = (2|1)                                           # The highest UPnP version this MediaServer shall support
        #uuid =                                                    # The unique (UPnP) identifier for this MediaServer, usually automatically set

Open Tickets for this backend (new...)