Added a check to search the output directories for duplicate video files

This commit is contained in:
2013-07-23 23:59:30 +10:00
parent 5ae07c01e7
commit 5ef02c1e8e
4 changed files with 53 additions and 18 deletions

View File

@@ -8,19 +8,6 @@ Created on Fri Jul 5 20:14:15 2013
from configobj import ConfigObj
#==============================================================================
# class ShowSettings:
# """
# Container for the settings for a show
# """
#
# def __init__(self, name, inputdirectory, outputdirectory):
# self.name = name
# self.inputdirectory = inputdirectory
# self.outputdirectory = outputdirectory
#==============================================================================
class Settings:
"""
Accessor for the configuration file