Environment variables to more easily run on diff clients.

This commit is contained in:
Kevin Midboe
2017-04-06 10:13:04 +02:00
parent 43e5b42bbf
commit d1b44739b1
2 changed files with 8 additions and 0 deletions

6
modules/env.py Normal file
View File

@@ -0,0 +1,6 @@
show_dir = '/Volumes/media/tv/'
database = 'shows.db'
db_path = '../shows.db'
mediaExt = ['mkv', 'mp4', 'avi']
subExt = ['srt']
mediaExcluders = ['sample', 'RARBG']