CRITICAL plugin Error connecting to transmission: Not Found
@tripkin wrote: I am having troubles with flexget connecting to Transmission. I can connect to the web interface, and everything seems to be ok there. Transmission is running as a system service,...
View ArticleAdvanced YAML trick: anchors
@ianstalk wrote: The template plugin in Flexget is great, but it has its limitations; you wind up repeating yourself a lot anyway. Enter: YAML anchors! They'll let you do templating at a much more...
View ArticleQuestion about list_add - trakt_list
@jonybat wrote: I have been using this task to update my trakt series list (not collection) with the series that im watching: github.com Jonybat/flexget_config/blob/master/config.yml#L706...
View ArticleCan't find .flexget folder (Ubuntu 14.04)
@LucasHMS wrote: Hi all, Just updated flexget and had lots of issues, but managed to solve and now I have version 2.0.42. But after uninstalling, I deleted the .flexget folder on my personal folder to...
View ArticleSetting path for the accepted files after filtering through regexp...
@VLI wrote: As the title suggests, can't seem to get it working, nor can I find documentation related to how I would like to configure it. Test 1 templates: torrent: transmission: host: localhost...
View Article1st FlexGet Script
@Mike_Jones wrote: I am trying to create my 1st .yaml config file, but nothing is happening. This is the contents of my file, did I set this up incorrect? tasks: piratebay: category: video sort_by:...
View ArticleAlways rejects
@swmiller6 wrote: I am having an issue with getting movies from trakt to download. It always rejects based on content_size either too high or too low. If I comment out the content_size option...
View ArticleNeed help with rss and 2 sites
@kadafi wrote: I have a working config scraping 2 kickass torrents users, but since torcache is terribly unreliable I'd like to scrape these users websites. I'd like to pull new torrents from these 2...
View ArticleRemove fakes - Running command ... for client
@volsk wrote: I created a little script called cleantorrents to remove fakes. The goal is to remove the file and remove the episode (or complete show) from the database. The script is kicked off by:...
View ArticlePlease help with simple config.yml (flexget + t411)
@maguilar wrote: Hello guys ! I'm having a bit of struggle trying to set up a propre script for t411 website.It's not working and so far, with my low knowledge I can't debug it to find out what's...
View Articleadd_trackers: from url
@m44rt3np44uw wrote: Hi, Is it possible to fill the 'add_trackers' list from a given url? Thanks! Posts: 4 Participants: 2 Read full topic
View ArticleCan you combine TimeFrame and ContentSize plugins?
@tftd wrote: I have been playing around with FlexGet for the past few days. I noticed there is a plugin called TimeFrame which can fallback to a certain quality after some time has passed and no...
View Articletrakt_collected not working: Python error
@rcnorth wrote: My config file has been working great for several months now. Today I decided to added in an if trakt_collected: reject option so that it doesn't try and find files I downloaded...
View ArticleDisable warning for empy task
@Mirgolth wrote: Hi, I have a simple task to feed my Flexget movie queue list from Imdb watchlist. watchlist: priority: 1 imdb_list: login: '{{ secrets.imdb.usr }}' password: '{{ secrets.imdb.pass }}'...
View ArticleOnly Download Missing Episodes
@Hans_Bronson wrote: I created a trakt.tv account and am using my config.yml file to check my RSS feeds for episodes contained in this list. Well the issue I see at this moment is, if the rss contains...
View ArticleUsing content_filename with transmission causes a JSON serialization error
@Chris_Thompson wrote: I'm using FlexGet 2.1.1 on Ubuntu 16.04 (amd64) and python 3.5.1. I'm using the content_filename setting with the transmission plugin and when I do, I get an error like this:...
View ArticleDon't specify series names
@jmaurin wrote: Hi!I have flexget working fine for some years and now I need to make some changes in my config. In the past, I used to add each series name in my configuration file. Now, my feed has...
View ArticleLinux Plex Media server Automation using Flexget and Deluge (and python)
@tskmst wrote: Hello Everyone! I would like to share some of the details of our Flexget implementation and perhaps get some feedback or advice. We (tskmst & potaote) have been up and running for...
View Article'trakt_name' is undefined
@effemmeffe wrote: The move-movies task in my config fails because 'trakt_name' is undefined.Why is that? My config: https://github.com/effemmeffe/flexget/blob/master/config.ymlDebug log:...
View ArticleGet List Of Missing Shows
@Hans_Bronson wrote: --> Follow up question from my initial question here http://discuss.flexget.com/t/only-download-missing-episodes/2448/9 My config.yml is all set and passes checks, now when I...
View Article