Quantcast
Channel: configuration - Forum - FlexGet
Viewing all articles
Browse latest Browse all 716

If a Torrent is a folder instead of just the video file, do not want the folder or the other non video files

$
0
0

@paul_poco wrote:

If a Torrent is a folder instead of just the video file, do not want the folder or the other non video files. I tried the main_file_only but I still get a folder from the torrent. And what can I do so that if it fails to Magnetize, it still renames the file and moves to correct folder.

Ok I finally figured it out:

content_filename: "{{ tvdb_series_name|default(series_name)|replace('/', '_')|replace(':', ' -')|replace(',', '') }} - {{ series_id }}{% if tvdb_ep_name|default(False) %} - {{ tvdb_ep_name|replace('/', '_')|replace(':', ' -')|replace(',', '') }}{% endif %} - {{ quality }}"
container_directory: "{{ tvdb_series_name|default(series_name)|replace('/', '_')|replace(':', ' -')|replace(',', '') }} - {{ series_id }}"
move_completed_path: "/Media/TV/{{ tvdb_series_name|default(series_name)|replace('/', '_')|replace(':', ' -')|replace(',', '') }}/{% if series_id_type == 'ep' %}Season {{ series_season }}/{% endif %}"

Posts: 2

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 716

Trending Articles