cpasbien, cpasbienclone, gktorrent, torrent9, torrent9clone: fix title with MULTI language. (#5031)

The MULTI was before the year so it was not supported by Radarr,Couchpotato etc..
This commit is contained in:
ThomasClemenceau 2019-04-05 23:43:51 +02:00 committed by garfield69
parent a32ad215cd
commit c9fbc7268b
5 changed files with 10 additions and 0 deletions

View File

@ -68,6 +68,8 @@
# now we put the date at the right place according scene naming rules using .Result.site_date # now we put the date at the right place according scene naming rules using .Result.site_date
- name: replace - name: replace
args: [" FRENCH", " {{ .Result.site_date }} FRENCH"] args: [" FRENCH", " {{ .Result.site_date }} FRENCH"]
- name: replace
args: ["MULTI", "{{ .Result.site_date }} MULTI"]
- name: replace - name: replace
args: ["TRUEFRENCH", "{{ .Result.site_date }} TRUEFRENCH"] args: ["TRUEFRENCH", "{{ .Result.site_date }} TRUEFRENCH"]
- name: replace - name: replace

View File

@ -51,6 +51,8 @@
# now we put the date at the right place according scene naming rules using .Result.site_date # now we put the date at the right place according scene naming rules using .Result.site_date
- name: replace - name: replace
args: [" FRENCH", " {{ .Result.site_date }} FRENCH"] args: [" FRENCH", " {{ .Result.site_date }} FRENCH"]
- name: replace
args: ["MULTI", "{{ .Result.site_date }} MULTI"]
- name: replace - name: replace
args: ["TRUEFRENCH", "{{ .Result.site_date }} TRUEFRENCH"] args: ["TRUEFRENCH", "{{ .Result.site_date }} TRUEFRENCH"]
- name: replace - name: replace

View File

@ -64,6 +64,8 @@
# now we put the date at the right place according scene naming rules using .Result.site_date # now we put the date at the right place according scene naming rules using .Result.site_date
- name: replace - name: replace
args: [" FRENCH", " {{ .Result.site_date }} FRENCH"] args: [" FRENCH", " {{ .Result.site_date }} FRENCH"]
- name: replace
args: ["MULTI", "{{ .Result.site_date }} MULTI"]
- name: replace - name: replace
args: ["TRUEFRENCH", "{{ .Result.site_date }} TRUEFRENCH"] args: ["TRUEFRENCH", "{{ .Result.site_date }} TRUEFRENCH"]
- name: replace - name: replace

View File

@ -64,6 +64,8 @@
# now we put the date at the right place according scene naming rules using .Result.site_date # now we put the date at the right place according scene naming rules using .Result.site_date
- name: replace - name: replace
args: [" FRENCH", " {{ .Result.site_date }} FRENCH"] args: [" FRENCH", " {{ .Result.site_date }} FRENCH"]
- name: replace
args: ["MULTI", "{{ .Result.site_date }} MULTI"]
- name: replace - name: replace
args: ["TRUEFRENCH", "{{ .Result.site_date }} TRUEFRENCH"] args: ["TRUEFRENCH", "{{ .Result.site_date }} TRUEFRENCH"]
- name: replace - name: replace

View File

@ -74,6 +74,8 @@
# now we put the date at the right place according scene naming rules using .Result.site_date # now we put the date at the right place according scene naming rules using .Result.site_date
- name: replace - name: replace
args: [" FRENCH", " {{ .Result.site_date }} FRENCH"] args: [" FRENCH", " {{ .Result.site_date }} FRENCH"]
- name: replace
args: ["MULTI", "{{ .Result.site_date }} MULTI"]
- name: replace - name: replace
args: ["TRUEFRENCH", "{{ .Result.site_date }} TRUEFRENCH"] args: ["TRUEFRENCH", "{{ .Result.site_date }} TRUEFRENCH"]
- name: replace - name: replace