glenndehaan / pxn

plex-xmltv-netherlands
MIT License
4 stars 0 forks source link
netherlands plex plex-media-server xmltv xmltv-data xmltv-epg-data

PXN (Plex XMLTV Netherlands)

A plex compatible XMLTV generator for The Netherlands

Structure

Basic Usage

Development Usage

Channel Database

When grabbing channels we create a local database that will be used during indexing. Missing channels? Just run ./pxn-xxx channels again.

Checkout .pxn-channels since this is the database file.

config.json Explanation

{
  "channels": [ <<- This block is used to define the channels you want to index. (This only contains channels numbers)
    1
  ]
}

Help

Usage: pxn [options] [command]

Options:
  -h, --help      display help for command

Commands:
  run             grabs the epg data and stores it into an XMLTV format
  channels        grabs the epg channels and stores it into a JSON format
  list            lists the available channels and marks the channels configured for epg grabbing
  help [command]  display help for command

License

MIT