Quantcast
Channel: help - Forum - FlexGet
Viewing all articles
Browse latest Browse all 837

Manipulate help or other solutions

$
0
0

@ktaragorn wrote:

I am trying to download Riverdale. I use showRss which is currently sending me torrents with names like "Riverdale.US.S03E03.HDTV.x264-SVA" and the full folder structure is like "Riverdale.US.S03E03.HDTV.x264-SVA[rarbg]/Riverdale.US.S03E03.HDTV.x264-SVA.mkv". I use "all_series" with flexget and this gets understood as the non existent show "Riverdale Us" which then gets ridiculously renamed to "None" as below

"move-to-archive /media/ubuntu/Archive/Torrent/TV Shows/Riverdale Us/Riverdale.US.S03E03.HDTV.x264-SVA[rarbg]/Riverdale.US.S03E03.HDTV.x264-SVA.mkv has been moved to /me
dia/ubuntu/Archive/TV Shows/Riverdale Us/Season 3/None - S03E03 -.mkv
"

Move-to-archive is a task to move the files into the correct TV show folders. I tried to use manipulate to fix it. I think it was working for a while, but now it doesnt again. I have the below as a template and that template is included in the above move-to-archive job, but I got "manipulate move-to-archive Modified 0 entries."

fix_title_filename:
    manipulate:
      - title:
          replace:
            regexp: /Riverdale.US/i
            format: Riverdale
      - filename:
          replace:
            regexp: /Riverdale.US/i
            format: Riverdale
      - filename:
          replace:
            regexp: :|\?
            format: ''

I dont want to use series and explicitly whitelist each show because i use showrss for that and I find that easier. Are there any other solutions? Can I specify config for specific shows with all_series? Like alternate_name for Riverdale as Riverdale US i guess?

Posts: 2

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 837

Trending Articles