hartontw / ivoox-rss

Creates and serves an rss file compatible with all apps including mpd and mopidy.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ivoox RSS

Instalation

git clone https://github.com/hartontw/ivoox-rss.git
cd ivoox-rss
npm install

Usage

npm start

Configuration

Envs

HOST default localhost

PORT default 3000

Is possible create a file called .env in the root directory (same level as this README).

Example:

HOST=192.168.1.10
PORT=4000

Feeds

Create a file named feeds.json in the root directory (same level as this README).

Example:

{
    "Astrobitacora": {
        "url": "https://www.ivoox.com/feed_fg_f1742945_filtro_1.xml",
        "redirects": 5
    }
}

The seek functionalitty is not working. The field redirects is for redirect the last n episodes to enable seeking for those at least. High values in this field implies longer response time.

About

Creates and serves an rss file compatible with all apps including mpd and mopidy.


Languages

Language:JavaScript 100.0%