Browse Source

Change Filebot wrapper to allow for multiple copies of a title.

master
treyzania 6 years ago
parent
commit
00db467c6a
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      booty.py

+ 2
- 1
booty.py View File

@@ -30,7 +30,8 @@ def filebot_rename(src, dest, action, name=None, format=None):
'-rename', src,
'-non-strict',
'--output', dest,
'--action', action]
'--action', action,
'--conflict', 'index']
if name is not None:
args.append('--filter')
args.append('name == \"' + name + '\"')

Loading…
Cancel
Save