1 (edited by dlr5668 15-03-2016 17:00:57)

Topic: Fully Automated TV/Movie following guide [WIP] 03/16 - new flexget cfg

  • INTRO

Hey guys. This guide is intended for people who like to watch TV Shows / Movies / Anime. After you finish this guide, you will be able to just sit back, relax and watch everything in HD quality you like without manually searching for downloads etc.
Everything works good with flexget 1.2.392 + utorrent 3.4.2.35702 + kodi player 16.1 beta + svp pro 51 + windows x64 enterprise ltsb.

  • FLEXGET

http://i.imgur.com/sgM20je.png
FlexGet is a multipurpose automation tool for content like torrents, nzbs, podcasts, comics, series, movies, etc. It can use different kinds of sources like RSS-feeds, html pages, csv files, search engines and there are even plugins for sites that do not provide any kind of useful feeds.
Install guide
http://flexget.com/wiki/InstallWizard/Windows
Config file
We will use https://torrentz.eu/ as meta torrent search. Flexget uses YAML syntax so use Notepad+ / Sublime for editing. Dont EVER use tabulation in config. It will not past validation schema. Replace D:/media/video/serials/ your path. Use slash not backslash. Place config here: %appdata%\..\..\flexget
http://i.imgur.com/0cblswl.png

templates:
  p2p: #download template
    utorrent:
      url: http://localhost:8080/gui/
      username: admin
      password: admin
    pathscrub: windows
    regexp:
      reject:
        - (s|d)ub(s|bed)?\b: {from: title}                    # Block any subbed/dubbed/etc videos
    headers:
      User-Agent: "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36"
    verify_ssl_certificates: no
    domain_delay:
      rarbg.to: 3 seconds
      torrentapi.org: 3 seconds

  serials: # serials template
    configure_series:
      from:
        trakt_list:
          username: dlr5668
          list: tv-shows-flexget
          type: shows
          strip_dates: no
      settings:
        quality: 1080p
        identified_by: ep
    set:
      path: E:/media/video/serials/{{series_name|pathscrub}}

  fresh: # dont download watched or collected episodes
    trakt_lookup:
      username: dlr5668
      account: dlr5668
    if:
      - trakt_watched: reject
    if:
      - trakt_collected: reject

tasks:
  Next_EP:
    priority: 1
    trakt_emit:
      username: dlr5668
      account: dlr5668
      list: tv-shows-flexget
      context: watched
      position: next
    accept_all: yes
    set_series_begin: yes

  Get_TV_Slow:
    priority: 2

    discover:
      what:
        - emit_series:
            from_start: yes
      from:
        - rarbg:
            category: 41
            sorted_by: seeders
      interval: 12 hours

    template: 
      - serials
      - fresh
      - p2p

  Get_TV_Quick:
    priority: 3

    inputs:
      - rss: { url: 'http://torrentz.eu/feed_verified?q=1080p+tv', silent: no }                              # Torrentz
      - rss: { url: 'https://rarbg.com/rssdd.php?category=41', silent: no }                                  # Rarbg
      #- rss: { url: 'https://kat.cr/usearch/1080p%20category%3Atv%20verified%3A1/?rss=1', silent: no }       # Kickass

    template: 
      - serials
      - p2p

Shedule flexget
http://flexget.com/wiki/InstallWizard/W … Scheduling
Test
Test config by typing in console:
flexget exec --no-cache
http://i.imgur.com/jJFlc8q.png

  • UTORRENT

http://i.imgur.com/496fBxc.png
utorrent is the only windows torrent software worth using imo. It uses very little resourses, has responsible UI with 1000+ torrents (unlike qbittorrent), detailed settings. Custom build by my friend Alexey Solomin http://rghost.ru/6kS75JQxX . New version will be posted here in comments https://toster.ru/answer?answer_id=467299 (use chrome translate). Its heavily edited utorrent plus. Alex even deleted some sections form .exe file. You will also need Microsoft Application Compatibility Toolkit http://www.microsoft.com/en-us/download … mp;id=7352 . This tool allows uttorent run as admin without annoying UAC promt.
Setup
Unpack to %appdata%\utorrent . Add to windows start up. We also need to tweak few things:
http://i.imgur.com/Nx1W7q8.png
Dont forget to add downloading directories. No need to add exact directory, just add full drive.
http://i.imgur.com/tcPI1ju.png

Installing Microsoft Application Compatibility Toolkit:
http://i.imgur.com/0Nqwphf.png
Run 32 bit version from here: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Microsoft Application Compatibility Toolkit
http://i.imgur.com/MJ63Tp2.png
http://i.imgur.com/WrptrjJ.png
http://i.imgur.com/yPsu1Kg.png
http://i.imgur.com/lJL73PV.png
http://i.imgur.com/XaHfkZj.png
http://i.imgur.com/oLyJkUq.png
http://i.imgur.com/oc1PP61.png
http://i.imgur.com/nkQ6dvF.png
http://i.imgur.com/nF9hqGn.png
http://i.imgur.com/J2QSYvu.png
http://i.imgur.com/sw2pXQz.png

  • kodi

http://i.imgur.com/rxDpCk0.jpg
Kodi 16.1 beta http://forum.kodi.tv/showthread.php?tid=223175
HOW TO SETUP excellent guide http://forum.kodi.tv/showthread.php?tid=222576

  • svp

  • custom resolution utility

http://www.monitortests.com/forum/Threa … tility-CRU

  • trakt.tv

Trakt.tv is a platform that does many things, but primarily keeps track of TV shows and movies you watch. It integrates with your media center or home theater PC to enable scrobbling, so everything is automatic.
Add this section to your adblock plugin (I recommend ublock):

trakt.tv##DIV[id="large-banner-ad"]
trakt.tv##DIV[id="small-banner-ad"]
trakt.tv##DIV[id="large-banner-bottom-ad"]
trakt.tv##DIV[id="small-banner-bottom-ad"]
trakt.tv##DIV[id="huckster-desktop-wrapper"]
trakt.tv##A[href="/vip"]

http://i.imgur.com/lqsTg5t.png
Add custom list there http://trakt.tv/users/YOUR_NICKNAME/lists . We will use it in flexget to download fresh series (separate lists for anime and serials). Remember its name.
http://i.imgur.com/YOQDUrF.png

  • VPN

http://i.imgur.com/h6qPQMk.png
Recommended for most countries (especially Germany, USA). It will help avoid piracy letters like this https://www.reddit.com/r/PopCornTime/co … gwatching/
3$ / month, p2p friendly, #1 reddit recommended https://www.privateinternetaccess.com/.
Usefull urls:
https://www.reddit.com/r/vpn
https://www.reddit.com/r/piracy
Free vpn is shit, dont even try.

TODO:
add movie downloading to flexget

2 (edited by Nintendo Maniac 64 20-11-2015 05:11:15)

Re: Fully Automated TV/Movie following guide [WIP] 03/16 - new flexget cfg

Isn't this a bit too off-topic for a forum dedicated specifically to SVP?


dlr5668 wrote:

utorrent is the only windows torrent software worth using.

I cannot help but think that this is an unwise statement to make...

dlr5668 wrote:

custom resolution utility

Only needed for AMD graphics users and doesn't even work for Intel users (who have to use the graphics control panel).

3 (edited by dlr5668 20-11-2015 05:35:58)

Re: Fully Automated TV/Movie following guide [WIP] 03/16 - new flexget cfg

The more guides the better.  This will be more usefull than Potplayer guide big_smile

I tested all popular p2p windows clients and they all have problems. Custom built utorrent is the most acceptable. I uploaded > 100 Tb in last 6 months with 1000+ semi active torrents.

Most monitors wont work without "reduced" settings.

Re: Fully Automated TV/Movie following guide [WIP] 03/16 - new flexget cfg

utorrent, flexget, vpn sections are done.

Re: Fully Automated TV/Movie following guide [WIP] 03/16 - new flexget cfg

I followed this http://www.eventghost.org/forum/viewtop … amp;t=5681 for my torrent based DVR.  Except I used Filebot instead of TheRenamer