Made adjustments to default.py
This commit is contained in:
parent
542b736d6e
commit
352a91d4ca
@ -39,14 +39,11 @@ def generateVideoConfig():
|
|||||||
|
|
||||||
class VideoSettings:
|
class VideoSettings:
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
|
generateConfigs()
|
||||||
self.settings = {}
|
self.settings = {}
|
||||||
self.library = {}
|
self.library = {}
|
||||||
self.server = {}
|
self.server = {}
|
||||||
|
|
||||||
def updateEverything(self, num):
|
|
||||||
self.updateSettings()
|
|
||||||
self.updateLibrary(num)
|
|
||||||
|
|
||||||
def updateSettings(self):
|
def updateSettings(self):
|
||||||
tmp_ffprobe = ioservice.getConfigurationStr("Video Configuration", "FFProbe Path")
|
tmp_ffprobe = ioservice.getConfigurationStr("Video Configuration", "FFProbe Path")
|
||||||
tmp_encoder = ioservice.getConfigurationStr("Video Configuration", "Encoder Path")
|
tmp_encoder = ioservice.getConfigurationStr("Video Configuration", "Encoder Path")
|
||||||
|
Loading…
Reference in New Issue
Block a user