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

Rename filename download from magnet link

$
0
0

I am trying to download Detective Conan series from www.sbsub.com/data/rss/, the rss provide magnet only.

The downloaded file name would be something like: [SBSUB][CONAN][990][1080P][AVC_AAC][CHS_JP](41F00E1A).mp4 . But I want to rename it to {title}.mp4. However this config does not work:

templates:
    tm:
        transmission:
            host: 127.0.0.1
            port: 9091
            username: username
            password: password
tasks:
    sbsub:
        rss:
            url: https://www.sbsub.com/data/rss/
            all_entries: no
        if:
            - "'简日' not in title": reject
        regexp:
            accept:
                - 第99  # filter the latest episode 
        set:
            content_filename: '{{title|pathscrub}}'
        template:
            - tm

It would output an warning: No files in "{title}" are > 90% of content size, no files renamed.

I figured that the current process was(please correct):

  • flex add magnet link to transmission
  • transmission use the link download the actual torrent file(or fetch meta info) <- this is when the warning occurs
  • transmission use the torrent to download <- this is when I actually want to do the renaming thing.

Any suggestion on this?

1 post - 1 participant

Read full topic


Viewing all articles
Browse latest Browse all 837

Trending Articles