mirror of
https://github.com/nikdoof/flexget-config.git
synced 2025-12-16 02:42:16 +00:00
Fix config, add more detail to filenames
This commit is contained in:
@@ -247,7 +247,7 @@ templates:
|
|||||||
pushbullet:
|
pushbullet:
|
||||||
apikey:
|
apikey:
|
||||||
- '{{ secrets.services.pushbullet.user1 }}'
|
- '{{ secrets.services.pushbullet.user1 }}'
|
||||||
- '{{ secrets.services.pushbullet.user1 }}'
|
- '{{ secrets.services.pushbullet.user2 }}'
|
||||||
title: >
|
title: >
|
||||||
{% if series_name is defined %}{{ tvdb_series_name|d(series_name) }} - {{ series_id }}
|
{% if series_name is defined %}{{ tvdb_series_name|d(series_name) }} - {{ series_id }}
|
||||||
{% elif imdb_name is defined %}{{ imdb_name }} ({{ imdb_year }})
|
{% elif imdb_name is defined %}{{ imdb_name }} ({{ imdb_year }})
|
||||||
@@ -285,7 +285,7 @@ templates:
|
|||||||
strict: no
|
strict: no
|
||||||
thetvdb_lookup: yes
|
thetvdb_lookup: yes
|
||||||
set:
|
set:
|
||||||
content_filename: "{{ tvdb_series_name|default(series_name) }} - {{ tvdb_ep_id|default(series_id) }}{% if tvdb_ep_name|default(false) %} - {{ tvdb_ep_name|replace('/', '-')|replace(':', ' - ') }}{% endif %}"
|
content_filename: "{{ tvdb_series_name|default(series_name) }} - {{ tvdb_ep_id|default(series_id) }}{% if tvdb_ep_name|default(false) %} - {{ tvdb_ep_name|replace('/', '-')|replace(':', ' - ') }}{% endif %}{% if proper_count %} - Proper{% if proper_count > 1 %}{{ proper_count }}{% endif %}{% endif %}"
|
||||||
label: tv
|
label: tv
|
||||||
movedone: /srv/media/TV/{{ tvdb_series_name|default(series_name) }}/Season {{ tvdb_season|default(series_season) }}
|
movedone: /srv/media/TV/{{ tvdb_series_name|default(series_name) }}/Season {{ tvdb_season|default(series_season) }}
|
||||||
archive:
|
archive:
|
||||||
|
|||||||
Reference in New Issue
Block a user