@effemmeffe wrote:
My config is this: pastebin.com/ReXfbsDg
I want transmission to rename episodes so I put the following lines in a template::transmit-series: transmission: host: localhost port: 9091 username: '{{ secrets.transmission.user }}' password: '{{ secrets.transmission.password }}' path: /media/Tera/Library/TV/{{ tvdb_series_name }} main_file_only: yes magnetization_timeout: 30 metainfo_series: yes thetvdb_lookup: yes content_filename: "{{tvdb_series_name}}.{{ tvdb_ep_id }}-{{ quality|upper }}" magnetization_timeout: 40 skip_files: - '*.nfo' - '*.sfv' - '*.[sS]ample' - '*.txt'
I'd like to have the structure
TV/Series name/SXX/series name.SXXxNN-qualityIs my config correct or should I make any change?
Posts: 3
Participants: 2