update docs
This commit is contained in:
parent
e6cd3c90fb
commit
1db9507519
1 changed files with 3 additions and 3 deletions
|
@ -12,9 +12,9 @@ Multi channel stream setup with Flask REST API for scheduling channels.
|
||||||
2. Access the recordings gallery at `https://vod.example.com/`
|
2. Access the recordings gallery at `https://vod.example.com/`
|
||||||
|
|
||||||
### EPG stream priorities
|
### EPG stream priorities
|
||||||
prio = 0 - scheduled
|
- prio = 0 - scheduled
|
||||||
prio = 1 - live
|
- prio = 1 - live
|
||||||
prio = 2 - live and vod recording
|
- prio = 2 - live and vod recording
|
||||||
|
|
||||||
### Purge vod database
|
### Purge vod database
|
||||||
`docker exec -ti television_archive_1 /app/gallery.js storage --storage /data/storage --database /data/config/database.db -l debug purge`
|
`docker exec -ti television_archive_1 /app/gallery.js storage --storage /data/storage --database /data/config/database.db -l debug purge`
|
Loading…
Reference in a new issue