Quantcast
Channel: uncategorized - Forum - FlexGet
Viewing all articles
Browse latest Browse all 376

Flexget v1.2.503 showrss + trackt to series imdb + trakt to movies + auto subtitles + pushbullet

$
0
0

@marine88 wrote:

Hi there im trying to make all tasks in simple file my main objective is to have my media center (raspberry pi 2) autodownload my favorite tv shows and movies at night so i can watch it at day in thos moment i have a windows 7 computer doing that work with automation by filebot but for raspberry pi 2 filebot is to heasy so im doint whith flexget.

My main question is possible to do all this with flexget(showrss + trackt to series imdb + trakt to movies + auto subtitles + pushbullet) ?

Here is my code! Any sugestions?

tasks:
  get_series:
    priority: 1
    transmission:
      host: localhost
      port: 9091
      username: pi
      password: raspberry
      main_file_only: yes
      path: /media/pi/Disco externo 1.5 tb/TV Shows/{{series_name}}/S{{"%02d"|format(series_season)}}
    accept_all: yes
    inputs:
      - rss: http://showrss.info/user/xxxx.rss?magnets=true&namespaces=true&name=clean&quality=null&re=null
    content_filter:
      reject: '*.rar'
    content_size:
      max: 800
    regexp:
      reject_excluding:
        - ettv|eztv|rartv|PublicHD
    exists_series: '/media/pi/Disco externo 1.5 tb/TV Shows/'
    pushbullet:
      apikey: o.zKfGbvuyBJCrScg7smS5QAk1HTXDsd7c
      title: "[F] {{series_name}} {{series_id}}"
      body: "{{title}}\n\nSize: {{content_size}}MB"
  fill_movie_queue:
    priority: 2
    trakt_list:
      username: xxx
      account: xxx
      list: watchlist
      type: movies
      strip_dates: yes
    imdb_list:
      list: watchlist
      user_id: ur48749037
    exists_movie:
      path: '/media/pi/Disco externo 1.5 tb/Movies/'
      type: files
    movie_queue: add
  get_movies:
    priority: 3
    transmission:
      host: localhost
      port: 9091
      username: pi
      password: raspberry
      main_file_only: yes
      path: /media/pi/Disco externo 1.5 tb/Downloads/flexget
    torrent_alive: yes
    content_size:
      max: 1500
    quality: 720p
    discover:
      what:
        - emit_movie_queue: yes
      from:
        - search_rss: http://extratorrent.com/rss.xml?cid=4
        - kat:
            category: movies
            verified: yes
        - piratebay:
            category: 207
            sort_by: seeds
        - torrentz: verified
    movie_queue: accept
  subtitles:
    filesystem:
      path: 
        - /media/pi/Disco externo 1.5 tb/TV Shows/
      regexp: '.*\.(avi|mkv|mp4)$'
      recursive: yes
    accept_all: yes
    subliminal:
      languages:
        - por
      alternatives:
        - eng
      exact_match: yes
      providers: [addic7ed, opensubtitles]
      single: no
  clean:
    priority: 4
    clean_transmission:
      host: localhost
      port: 9091
      username: pi
      password: raspberry
      finished_for: 7 days
web_server:
  bind: 0.0.0.0
  port: 3539
api: yes
webui: yes

Posts: 16

Participants: 4

Read full topic


Viewing all articles
Browse latest Browse all 376

Trending Articles