mirror of
https://github.com/nikdoof/flexget-config.git
synced 2025-12-13 01:32:16 +00:00
Fix movie name formatting
This commit is contained in:
@@ -242,6 +242,7 @@ templates:
|
||||
plugin_priority:
|
||||
piratebay: 140
|
||||
retry_failed: true
|
||||
pathscrub: windows
|
||||
notify:
|
||||
pushbullet:
|
||||
apikey:
|
||||
@@ -298,9 +299,9 @@ templates:
|
||||
min: 700
|
||||
max: 10000
|
||||
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
|
||||
movedone: /srv/movie_archive/{{ imdb_name }} ({{ imdb_year}})
|
||||
movedone: /srv/movie_archive/{{ imdb_name | pathscrub | trim }} ({{ imdb_year}})
|
||||
regexp:
|
||||
reject:
|
||||
- 3d
|
||||
|
||||
Reference in New Issue
Block a user