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