Update Config.py
This commit is contained in:
parent
87eb8a390f
commit
7c6c636e9e
1 changed files with 3 additions and 6 deletions
|
|
@ -1,15 +1,12 @@
|
|||
# Auto-Channel configuration file
|
||||
SERV_OUTPUT_FPS = 30
|
||||
|
||||
# Gets current time for upnext time calculation
|
||||
TIME_INDEX = None
|
||||
|
||||
W = 854
|
||||
H = 480
|
||||
|
||||
# Desired Resolution
|
||||
|
||||
SERV_OUTPUT_WIDTH = 854
|
||||
SERV_OUTPUT_HEIGHT = 480
|
||||
W = 854
|
||||
H = 480
|
||||
|
||||
MAX_SAME_FILE_RETRIES = 3 # Number of times to attempt playing a file before giving up
|
||||
MAX_CONSECUTIVE_RETRIES = 3 # If several consecutive files fail, exit program
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue