Added a check to search the output directories for duplicate video files
This commit is contained in:
parent
5ae07c01e7
commit
5ef02c1e8e
4 changed files with 53 additions and 18 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue