mirror of
https://github.com/nikdoof/flexget-config.git
synced 2025-12-13 09:42:14 +00:00
Fix movie name formatting
This commit is contained in:
@@ -242,6 +242,7 @@ templates:
|
|||||||
plugin_priority:
|
plugin_priority:
|
||||||
piratebay: 140
|
piratebay: 140
|
||||||
retry_failed: true
|
retry_failed: true
|
||||||
|
pathscrub: windows
|
||||||
notify:
|
notify:
|
||||||
pushbullet:
|
pushbullet:
|
||||||
apikey:
|
apikey:
|
||||||
@@ -298,9 +299,9 @@ templates:
|
|||||||
min: 700
|
min: 700
|
||||||
max: 10000
|
max: 10000
|
||||||
set:
|
set:
|
||||||
content_filename: '{{ imdb_name | pathscrub }} ({{ imdb_year }}){% if quality %} - {{ quality }}{% endif %}'
|
content_filename: '{{ imdb_name | pathscrub | trim }} ({{ imdb_year }}){% if quality %} - {{ quality }}{% endif %}'
|
||||||
label: movies
|
label: movies
|
||||||
movedone: /srv/movie_archive/{{ imdb_name }} ({{ imdb_year}})
|
movedone: /srv/movie_archive/{{ imdb_name | pathscrub | trim }} ({{ imdb_year}})
|
||||||
regexp:
|
regexp:
|
||||||
reject:
|
reject:
|
||||||
- 3d
|
- 3d
|
||||||
|
|||||||
Reference in New Issue
Block a user