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

Anime rename vol 2

$
0
0

@Merwenus wrote:

See the image below, I get ANIME download renames like this when server can't reach TVDB:

Can someone take a look at, what am I doing wrong? Sometimes it works, sometimes it doesn't. But it is pretty frustrating.

    verify_ssl_certificates: no
    template: ja
    thetvdb_lookup: yes
    set:
      content_filename: "{{ tvdb_series_name|default(series_name)|replace('/','-')|replace('~','-')|replace(':',' -')|replace('?','_') }} - s{{ tvdb_season|pad(2) }}e{{ tvdb_episode|pad(2) }} - {{ tvdb_ep_name|default('')|replace('/','-')|replace('~','-')|replace(':',' -')|replace('?','_') }}"
      rename_like_files: yes

For normal Series, I use this and it works 100%, but for some stupid reason for anime ppl use names like this:
[Naruto-Kun.Hu] One Piece - 792 [720p].mp4, but for some kind of sick fun, on tvdb it is s19e17
And this code can't properly rename animes, only normal series:

      content_filename: "{{ tvdb_series_name|default(series_name)|replace('/','-')|replace('~','-')|replace(':',' -')|replace('?','_') }} - {{series_id|lower}}{% if tvdb_ep_name %} - {{ tvdb_ep_name|default('')|replace('/','-')|replace('~','-')|replace(':',' -')|replace('?','_') }}{% endif %}"

Someone please help me with a proper rename config for anime files, it drives me crazy day by day :frowning:

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 716

Trending Articles