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

Pretty simple automating config file for TV Shows download

$
0
0

@vindeamim wrote:

Hi all,

I spent some time yesterday trying to figure out how to config my Flexget, but I'm still having problems with the config file.

What I want to do:
- Use Trakt list to set which TV shows I'm watching
- Auto download all episodes that were not downloaded yet using Transmission

What I accomplished until now:
- Fetching the latest episodes for all series I watch (using the ShowRSS)
- Rejecting if the episode was already downloaded
- Add to Transmission

My config.yml now:

tasks:
  get_series:
    rss: '{{ secrets.rss.show_rss }}'
    all_series: yes
    exists_series: '{{ secrets.paths.series }}'
    verify_ssl_certificates: no
    transmission:
      host: '{{ secrets.transmission.host }}'
      port: 9091
      username: '{{ secrets.transmission.user }}'
      password: '{{ secrets.transmission.password }}'
      path: '{{ secrets.path.series }}'
      addpaused: no
    clean_transmission:
      host: '{{ secrets.transmission.host }}'
      port: 9091
      username: '{{ secrets.transmission.user }}'
      password: '{{ secrets.transmission.password }}'
      finished_for: 30 minutes

This config is working: I was able to download the last episode of one of my series, but I still have some missing episodes that I would like to download using flexget.

I mean, if I added a new TV show to my Trakt list, I would like Flexget to download all episodes of that TV Show (or, if some of them already exist in my TV Show folder, only the missing ones).

Posts: 6

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 716

Trending Articles