Add plugin system for web page URL's

Issue #415 resolved
Petr Nejedly repo owner created an issue

Next to feeds, it should also be possible to parse a HTML page (or any text document) to return a list of 'feed items'

http://forum.serviio.org/viewtopic.php?f=22&t=3388&p=22447#p22441

Comments (4)

  1. Former user Account Deleted

    Hi zip,

    I would like to have a very simple interface:

    • URL is configured via Serviio-Console (maybe with a new type)
    • Server asks plugin if it supports the url
    • Server passes URL to plugin and plugin returns Container with MediaItems (Video-Url, Title, ...)

    So very powerful plugins can be made.

  2. Petr Nejedly reporter

    it should also support folders, so that we can make series/season hierarchy - although it will be difficult to limit number of returned items. The presentation layer will ignore the hierarchy for now and return is as a flat list.

  3. Log in to comment