소스 검색

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

Loading…
취소
저장