ソースを参照

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

master
treyzania 6年前
コミット
00db467c6a
1個のファイルの変更2行の追加1行の削除
  1. 2
    1
      booty.py

+ 2
- 1
booty.py ファイルの表示

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

読み込み中…
キャンセル
保存