Przeglądaj źródła

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

master
treyzania 6 lat temu
rodzic
commit
00db467c6a
1 zmienionych plików z 2 dodań i 1 usunięć
  1. 2
    1
      booty.py

+ 2
- 1
booty.py Wyświetl plik

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

Ładowanie…
Anuluj
Zapisz