plex-xmltv-netherlands
A plex compatible XMLTV generator for The Netherlands
./pxn-xxx
(this will create some additional files)./pxn-xxx channels
./pxn-xxx list
config.json
./pxn-xxx list
./pxn-xxx run
npm install
in the root project foldernpm start [args]
in the root project folderWhen 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.
{
"channels": [ <<- This block is used to define the channels you want to index. (This only contains channels numbers)
1
]
}
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
MIT