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

ShowRSS - Flexget - Transmission [main file only, rename, move]

$
0
0

@tomatosmoothie wrote:

So basically, I have been searching for a decent recipe to do what I want, all I could find was old posts, way back when ShowRSS didn't let you add specific shows to download.

I would like to:
1) Download all the new episodes based on the RSS feed (Works fine)

2) Rename the main_file_only based on what the ShowRSS is giving out - that is what I meant by the old posts show a lookup, there is no need for TVDB,Trackt or IMDB. ShowRSS gives the SeriesName and SeriesID just fine - how do I know this, because the pushbullet notification shows the details perfectly (Not working based on the code below, pushbullet works fine)

3) Move the main_file_only(after it is renamed) to the parent download directory, not the series location

4) clean_up i.e. delete the folder and files within it that the TVShow downloads with and leave the renamed main_file_only

Pl. let me know if this is possible, The code below does not work.

    tasks:
      tv_show:
        rss: 'http://showrss.info/user/ID.rss?magnets=true&namespaces=true&name=null&quality=null&re=null'
        all_series: yes
        transmission:
          host: localhost
          port: 9091
          username: 'username'
          password: 'password'
          path: /media/usb1/torrent-complete
          main_file_only: yes
          content_filename: "{{series_name|replace(' ', '.')}}.{{series_id}}"
          rename_like_files: yes
          skip_files:
          - '*.nfo'
          - '*.sfv'
          - '*[sS]ample*'
          - '*.txt'
          include_files:
          - '*.mp4'
          - '*.avi'
          - '*.mkv'
          include_subs: no
          addpaused: no
        notify:
          entries:
            title: Downloading {{series_name}}
            message: Episode {{series_id}}
            via:
              - pushbullet:
                  api_key: yipeededoda
    schedules:
      - tasks: '*'
        interval:
           hours: 6

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 837

Trending Articles