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

Download TV shows and subtitles in a remote device

$
0
0

@riramar wrote:

Hi All,

First post so take easy on me. :slight_smile:
I've try to search this in this forum but I didn't find a environment like mine.
I have two different devices for different propose.
One is a RPI (Raspberry Pi) with OpenELEC (with external drive) to download (Transmission) and watch TV shows.
Two is a CHIP with FlexGet (settings below) and other services not related to TV shows.
Today basically I'm using FlexGet to push the downloads on Transmission and save them in different folders according with the TV show name and season and it works perfectly. Now I want to start downloading subtitles for each TV show episode that FlexGet will push on Transmission.
I know that most probably I'll need to use Subliminal (https://flexget.com/Plugins/subliminal) to download the subtitle. The problem is I'm not storing the subtitles under the same device as FlexGet. From my understanding Subliminal would search for a file in the local storage in a folder pointed in the configuration file.
So how can I use Subliminal to download subtitles for TV shows that are storage remotely?

chip@chip:~$ cat .flexget/config.yml
templates:
  global:
    transmission:
      host: 192.168.1.30
      port: 9091
      addpaused: no
    clean_transmission:
      host: 192.168.1.30
      port: 9091
    series:
      settings:
        tvshows:
          quality: <=720p
          propers: no
          set:
            path: /media/HDEXTERNO/Videos/TV Shows/{{series_name}}/Season {{ series_season }}/
      tvshows:
        - 11.22.63
        - American Crime Story
        - American Gods
        - Bates Motel
        - Game of Thrones
        - Genius 2017
        - Gotham
        - Humans
        - Mr. Robot
        - Outcast
        - The Flash 2014
        - The Good Doctor
        - The Handmaids Tale
        - True Detective
        - Westworld
    notify:
      task:
        via:
          - email:
              from: (email)
              to: (email)
              smtp_host: smtp.gmail.com
              smtp_port: 587
              smtp_username: (username)
              smtp_password: (password)
              smtp_tls: yes

tasks:
  eztv:
    template: global
    rss:
      url: https://eztv.ag/ezrss.xml
  showrss:
    template: global
    rss:
      url: http://showrss.info/user/146075.rss?magnets=true&namespaces=true&name=null&quality=any&re=yes

Thanks!
Ricardo Iramar

Posts: 2

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 716

Trending Articles