zilexa
Posts: 48
Joined: Mon Apr 08, 2013 12:31 pm

Guide to Flexget: The Lazy Couch Experience for dummies

Fri Aug 17, 2018 12:16 pm

Time to give back a little!
After learning a lot, multiple folks are using their RPi3 as mediacenter but also as device to find and organise content to watch. This can be time consuming. There are multiple tools that can automate parts of this, but none of them is as light and smart as Flexget. There is no UI, only a config file that has been optimised for months and works very well.

The way it works: on http://trakt.tv you can create a free account, add TV Shows titles you like to follow to a list (call that list tvshows) and add the Trakt.tv addon to your Kodi mediacenter device. Kodi will sync your watched status with Trakt.tv (privately).

Flexget is an amazingly powerful yet lightweight tool. There is no UI, it will simply run as service in the background.
It uses your Trakt list and watched status to find, select, download (RSS Feeds and magnet torrent sites) organise, enrich (with subtitles) and cleanup the content you want and organise everything in such a way to deliver the Lazy Couch Experience!

In non-Flexget/non-technical terms, this config will allow Flexget to do the following on a daily basis **AUTOMATICALLY**, some tasks are performed more often and for efficiency, not necessarily in this order:

TVshows:
- Gets the series titles you follow on Trakt.
- Finds the next episode you need based on your Watched Status in Trakt.
- Looks for these series on your own drive.
- Looks for any manually .torrent files in your Downloads\tempmedia folder.
- Looks for the latest episodes on RSS feeds.
- Looks for your old series season packs and single episodes by discovering them on maget websites.
- Downloads if they match your requirements to prevent low quality files or language specific versions from being downloaded.
- Download 720p HD quality, if not found, accept 1080p HD quality or HDTV quality (SD) on the second run.

Movies:
- Gets the movies you would like to see from your Trakt "watchlist".
- Looks for movies on your drive and removes them from your Trakt "watchlist".
- Looks for any manually downloaded .torrent file in your Downloads\tempmedia folder.
- Looks for movies by discovering them on several websites.
- Quality: no prereleases or cinema recordings. Only Bluray rips in 1080p with a minimum filesize. But there are 2 fallbacks:
- If 1080p with a certain minimum filesize is not available, it will fallback to a lower minimal filesize.
- If also not available, it will fallback to 720p with a minimum filesize treshold for 720p.
- Cleanup (purge) your Trakt account by removing movies you already have from the Trakt watchlist.

Subtitles:
- Find subtitles when the download is finished using the original filename.
- Add downloaded files without subs to the subtitle queue.
- Keep searching for subtitles for all files in the queue even after they have been renamed and moved to their proper location.

Organising everything:
- Purges Transmission, which is used for downloading. This will cleanup Transmission.
- Always downloads the main file only, no other files that are usually present. No more clutter!
- Moves & renames tv shows and movies after download and subtitle search is done and organises them properly.
- All episodes are saved in season-specific folders. This allows you to simply delete a season folder to free up space.
- Filenames will contain series or movies title, episode or year and quality release.

And last, but not least:
- Triggers an update of your Kodi library after files have been processed! They will appear in your Kodi library automatically.
- Cleanup (purge) your Trakt account by removing fully watched series that have ended (or are cancelled)
- Delete whole seasons from your harddrive after you have started watching the next season or you have watched all seasons and the series has ended.

All of the above is done by flexget. I have written (and am maintaining) an easy step-by-step HowTo on GitHub:

https://github.com/zilexa/Flexget-the-l ... experience

Any questions feel free to ask! but please read the guide first.

Return to “Media centres”