Quellcode durchsuchen

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

master
treyzania vor 6 Jahren
Ursprung
Commit
00db467c6a
1 geänderte Dateien mit 2 neuen und 1 gelöschten Zeilen
  1. 2
    1
      booty.py

+ 2
- 1
booty.py Datei anzeigen

@@ -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 + '\"')

Laden…
Abbrechen
Speichern