2023-11-26 12:52:57 +03:00
|
|
|
# plex.tv
|
|
|
|
|
|
|
|
|
|
https://watch.plex.tv/live-tv
|
|
|
|
|
|
|
|
|
|
### Download the guide
|
|
|
|
|
|
|
|
|
|
```sh
|
2024-12-15 17:32:49 +03:00
|
|
|
npm run grab --- --site=plex.tv
|
2023-11-26 12:52:57 +03:00
|
|
|
```
|
|
|
|
|
|
|
|
|
|
### Update channel list
|
|
|
|
|
|
|
|
|
|
```sh
|
2024-12-15 17:32:49 +03:00
|
|
|
npm run channels:parse --- --config=./sites/plex.tv/plex.tv.config.js --output=./sites/plex.tv/plex.tv.channels.xml --set=token:YOUR_PLEX_TOKEN
|
2023-11-26 12:52:57 +03:00
|
|
|
```
|
|
|
|
|
|
|
|
|
|
Where to get the Plex Token? https://www.plexopedia.com/plex-media-server/general/plex-token/
|
|
|
|
|
|
|
|
|
|
### Test
|
|
|
|
|
|
|
|
|
|
```sh
|
2024-12-17 20:14:19 +03:00
|
|
|
npm test --- plex.tv
|
2023-11-26 12:52:57 +03:00
|
|
|
```
|