@seniorivn wrote:
All I want is to have "next to watch" episodes downloaded by torrents and movies from watchlist
all from trakt.tv and optionally limited by number of episodes/movies/minutes
Posts: 1
Participants: 1
@seniorivn wrote:
All I want is to have "next to watch" episodes downloaded by torrents and movies from watchlist
all from trakt.tv and optionally limited by number of episodes/movies/minutes
Posts: 1
Participants: 1
@FlexDawg wrote:
I'm using the Digest plugin in an attempt to capture accepted and rejected entries in an attempt to build an email. I'm pretty sure I have it set up correctly. I looked at the digest.py class in Github. It looks like I'm using it correctly. Yet the email's only line is "Task did not produce any entries"
Even stranger is when I initially did this set up it worked once or twice then stopped.
Is this setup correct? Note: I'm not running in daemon mode and wonder if the session between tasks is being lost.
Config follows:
templates: tv: configure_series: from: trakt_list: username: xxxxyyyyy account: xxxxyyyyy list: Plex ME type: shows transmission: host: localhost username: xoxox password: yoyoy tasks: loadup: manual: yes next_trakt_episodes: username: xxxxyyyyy account: xxxxyyyyy list: Plex ME context: watched position: next accept_all: yes set_series_begin: yes showRSS: priority: 10 rss: http://showrss.info/user/xxxx.rss?magnets=true&namespaces=true&name=null&quality=null&re=null template: tv quality: - 720p+ hdtv+ - 720p+ - webrip+ h264 digest: list: downloadactivity state: - accepted - rejected # - failed simple_tv: priority: 20 rss: https://eztv.io/ezrss.xml template: tv quality: - 720p+ hdtv+ - 720p+ - webrip+ h264 digest: list: downloadactivity state: - accepted - rejected # - failed pirate: priority: 30 rss: https://thepiratebay.org/rss/top100/205 template: tv quality: - 720p+ hdtv+ - 720p+ - webrip+ h264 digest: list: downloadactivity state: - accepted - rejected # - failed plexmovieadd: # manual: yes priority: 40 trakt_list: username: xxxxyyyyy account: xxxxyyyyy list: Plex Movie type: movies accept_all: yes list_add: - movie_list: trakt_movie plexmovieget: # manual: yes priority: 50 rss: https://yts.am/rss quality: - 720p+ hdtv+ list_match: from: - movie_list: trakt_movie digest: list: downloadactivity state: - accepted transmission: host: localhost username: xoxoxo password: yoyoyo emailreport: # mock: # - {title: "blackd cinder"} # no_entries_ok: yes # priority: 50 from_digest: list: downloadactivity restore_state: yes seen: no # accept_all: yes notify: task: always_send: yes title: "Flextget Files Downloaded" template: html via: - email: from: an-email-address to: an-email-address smtp_host: smtp.gmail.com smtp_port: 587 smtp_username: an-email-address smtp_password: an-email-address-password smtp_tls: true html: yes
Posts: 1
Participants: 1
@lazybones wrote:
I would like to report on or automatically remove complete series or old seasons of TV shows that haven't been watched in lets say over 1 year.
The plex plugin for flexget seems to report on a per-episode basis, is there a way to do this at the season or series level?
I want to ensure that I am cleaning up whole season / series folders when this runs.. or have a report that lists seasons / series to manually remove not individual episodes.
Posts: 1
Participants: 1
@caskd wrote:
I am currently trying to import a series configuration via a website through the html input plugin and with the cfscraper which i want to later use in my config, however i cannot seem to understand what i am supposed to do via the documentation available. How could i achieve that?
Current
html
confightml: url: https://www.livechart.me/users/casKd_alex/library/tv?completed=false&considering=false&leftovers=true&page=1&preferred_databases%5B%5D=anilist&preferred_databases%5B%5D=anidb&preferred_databases%5B%5D=anime_planet&preferred_databases%5B%5D=anisearch&preferred_databases%5B%5D=kitsu&preferred_databases%5B%5D=myanimelist&skipping=false&sort=anime.next_episode&time_zone=Berlin&titles=romaji&use_24h_clock=true&watching=true title_from: link links_re: - livechart\.me\/anime cfscraper: yes accept_all: yes
RSS Feed / Plugin i want to fetch the download URL's from:
horriblesubs or http://www.horriblesubs.info/rss.php?res=1080EDIT: Got it working
Posts: 2
Participants: 1
@throwaway wrote:
The short version is that my configuration for flexget and transmissionrpc + transmission-daemon successfully downloads rss series entries to a staging directory and moves completed downloads to the desired target series directory if the download is a single bare file, but the move fails if the download is a folder (e.g. a main file plus meta files in a folder). I have found that, with folder downloads, it will create the series directory (if it does not exist) but not move the download folder into that from the staging directory.
I have checked permissions and existence of parent directories. There aren't any reported errors with flexget verbose logging. The only difference I can find between successful moving and failed moving is single-file vs folder.
Success to me would be either the whole downloaded folder, or ideally just the main file, from the downloaded folder moved to the target directory and nothing remaining in the staging directory.
Software Versions
- OS: Windows 10
- Flexget: 2.20.5
- Transmission: 2.94 (run as daemon)
- transmissionrpc: 0.11
General transmission configuration:
- Download Folder: D:/Downloads
- Incomplete Folder: D:/Downloads/Incomplete
- Append .part to incomplete
Config
templates: client: transmission: host: localhost port: 9091 username: ******* password: ******* hdseries: template: client series: settings: hd: quality: 720p+ upgrade: yes set: path: D:\Media\{{complete_folder}}\{{series_name}}\ anime: set: complete_folder: Anime template: hdseries series: hd: - ShowA - ShowB tv: set: complete_folder: TV template: hdseries series: hd: - ShowC - ShowD tasks: taskA: priority: 1 rss: 'http://rssfeedA' template: anime taskB: priority: 3 rss: 'http://rssfeedA' template: tv
Results:
- Task A: (the single-file entry feed)
- Finds rss entry for ShowA.SxxEyy.mkv
- Starts download as D:/Downloads/Incomplete/ShowA.SxxEyy.mkv.part
- Finishes download and renames (strips .part) to D:/Downloads/Incomplete/ShowA.SxxEyy.mkv
- Creates D:/Media/Anime/ShowA directory
- Moves file to D:/Media/Anime/ShowA/ShowA.SxxEyy.mkv
- Task B: (the folder entry feed)
- Finds rss entry for ShowC.SxxEyy
- Starts download as D:/Downloads/Incomplete/ShowB.SxxEyy, containing ShowB.SxxEyy.mkv.part, meta.info.part, etc.
- Renames files to strip .part as they each finish (still in D:/Downloads/Incomplete/ShowB.SxxEyy)
- Creates D:/Media/TV/ShowC directory
- Does NOT move anything to the new directory. Download remains as D:/Downloads/Incomplete/ShowB.SxxEyy
Posts: 2
Participants: 2
@Sam_Kisada wrote:
Hi. I have some troubles with notifers Here is my config file: templates: global: transmission: ######transmission connection tamplate########## discord: thetvdb_lookup: yes tvmaze_lookup: yes notify: entries: title: FlexGet Discord Notification message: '{{series_name}} - {{series_id}}' via: - discord: #####discord embeds messege########## telega: tvmaze_lookup: yes notify: entries: title: FlexGet Telegram Notification message: |+ *{{series_name}}* rait: {{tvmaze_series_rating}} *{{tvmaze_episode_name}}* _{{series_season}} season {{series_episode}} episode_ [Poster]({{tvmaze_series_original_image}}) via: - telegram: #############telegram connection settings############ sendtomail: notify: entries: title: FlexGet Mail Notification via: - email: from: Flexget@ ##########mail settings########## tasks: lostfilm: template: - global - discord - telega - sendtomail series: 720p: - The Rookie - Project Blue Book
So problem is in title and message which override each other. but not telegram message
And i have message: '{{seriesname}} - {{series_id}}'_ and title: FlexGet Discord Notification in discord, mail and telegram.
I try to change position of messages and titles but they still override ones.
Posts: 1
Participants: 1
@rmonico wrote:
Hi guys,
Short question: How to accept just 10 newest entries and mark everything else as seen?
Detailed question: I using flexget to download videos from a Youtube channel, but the first time the task run it downloads a LOT of stuff (most of them I just watched). I thought about filter by age, but in this case I have to parse the html to get published date field (I didnt discover if this is even possible with existing plugins). I think the solution of accept just N newest entries is easier (I accept sugestions). Note that the problem here is download a huge ammount of data on first run, I dont need this behaviour every time, I can even mark everything as seen on first run and after change filters to something that makes sense.
Now I using the configuration bellow which, of course, its not working, accordingly limit_new wiki.
Some ideas?Thanks in advance!
tasks: Kurzgesagt: html: https://www.youtube.com/user/Kurzgesagt/videos regexp: accept: - '/watch\?v=' rest: reject from: url limit_new: 10 exec: mkdir -pv '/home/rmonico/syncthing/feeds/Kurzgesagt' exec: youtube-dl -o '/home/rmonico/syncthing/feeds/Kurzgesagt/%(title)s.%(ext)s' '{{url}}' schedules: - tasks: '*' interval: minutes: 30
Posts: 2
Participants: 2
@dan wrote:
Hello everyone,
I have a hard time figuring out how to use
configure_series
anddiscover
with Trakt. The console shows up a bunch ofSet begin option, or use CLI \`series begin\` subcommand to set first episode to emit
messages.I have the following configuration:
variables: variables.yml # ----------------------------------------------------------------------------- # Configuration templates # ----------------------------------------------------------------------------- templates: anchors: _transmission: &transmission host: localhost port: 9091 username: '{? transmission.username ?}' password: '{? transmission.password ?}' torrents: transmission: <<: *transmission torrent_alive: reject_for: 5 minutes accept-all-force: accept_all: true disable: # disable any plugin that may reject - seen - seen_info_hash - retry_failed # --------------------------------------------------------------------------- # Series settings # --------------------------------------------------------------------------- series-metadata: metainfo_series: yes thetvdb_lookup: yes # --------------------------------------------------------------------------- # Movies settings # --------------------------------------------------------------------------- movies-metadata: imdb_lookup: yes # ----------------------------------------------------------------------------- # Tasks # ----------------------------------------------------------------------------- tasks: # --------------------------------------------------------------------------- # Find series from Trakt's watching list and watchlist # --------------------------------------------------------------------------- find-trakt-series-watching: priority: 1 template: - series-metadata - accept-all-force next_trakt_episodes: account: "{? trakt.account ?}" list: Watching List context: watched position: next list_add: - entry_list: trakt-series find-trakt-series-watchlist: priority: 1 template: - series-metadata - accept-all-force next_trakt_episodes: account: '{? trakt.account ?}' list: watchlist context: watched position: next list_add: - entry_list: trakt-series set-series-begin: priority: 2 template: - series-metadata - accept-all-force entry_list: trakt-series set_series_begin: yes # --------------------------------------------------------------------------- # Find movies from Trakt's watchlist # --------------------------------------------------------------------------- find-trakt-movies-watchlist: priority: 1 template: - movies-metadata - accept-all-force trakt_list: account: "{? trakt.account ?}" list: watchlist type: movies accept_all: yes list_add: - movie_list: trakt-movies # --------------------------------------------------------------------------- # Download series # --------------------------------------------------------------------------- download-series: priority: 3 template: - series-metadata - torrents content_size: min: 100 max: 10000 configure_series: from: entry_list: trakt-series settings: exact: no target: 1080p hdtv+ quality: 720p-1080p webrip+ timeframe: 12 hours propers: yes identified_by: ep discover: release_estimations: loose interval: 1 hour what: - next_series_episodes: yes from: - piratebay: category: highres tv - limetorrents: category: tv - rarbg: category: [2, 18, 41, 49] transmission: content_filename: "{{ tvdb_series_name }} - {{ tvdb_ep_id }} - {{ tvdb_ep_name|default('Unknown') }}" # --------------------------------------------------------------------------- # Download movies # --------------------------------------------------------------------------- download-movies: priority: 3 template: - torrents discover: release_estimations: loose interval: 30 minutes what: - movie_list: trakt-movies from: # - piratebay: # category: highres movies - limetorrents: category: movies - rarbg: category: [17, 44, 45] quality: 720p-1080p webdl+ proper_movies: no content_size: min: 1000 max: 20000 strict: no list_match: from: - movie_list: trakt-movies transmission: content_filename: "{{ imdb_name }} ({{ imdb_year }})" # --------------------------------------------------------------------------- # Download subtitles # --------------------------------------------------------------------------- download-subtitles: priority: 4 filesystem: path: - /downloads/complete regexp: '.*\.(avi|mkv|mp4)$' recursive: yes subliminal: languages: - en - ro providers: [addic7ed, opensubtitles, tvsubtitles] single: no hearing_impaired: yes authentication: opensubtitles: username: '{? opensubtitles.username ?}' password: '{? opensubtitles.password ?}' web_server: yes
Running the following command:
flexget execute --tasks find-trakt-series-watching find-trakt-series-watchlist set-series-begin download-series
prints the following:
2019-03-04 22:24 VERBOSE details find-trakt-series-watching Produced 4 entries. 2019-03-04 22:24 VERBOSE task find-trakt-series-watching ACCEPTED: `Suits (2011) S08E16` by accept_all plugin 2019-03-04 22:24 VERBOSE task find-trakt-series-watching ACCEPTED: `The Good Doctor (2017) S02E16` by accept_all plugin 2019-03-04 22:24 VERBOSE task find-trakt-series-watching ACCEPTED: `Young Sheldon (2017) S02E16` by accept_all plugin 2019-03-04 22:24 VERBOSE task find-trakt-series-watching ACCEPTED: `Modern Family (2009) S10E15` by accept_all plugin 2019-03-04 22:24 VERBOSE details find-trakt-series-watching Summary - Accepted: 4 (Rejected: 0 Undecided: 0 Failed: 0) 2019-03-04 22:24 VERBOSE list_add find-trakt-series-watching adding accepted entries into entry_list - trakt-series 2019-03-04 22:24 VERBOSE details find-trakt-series-watchlist Produced 7 entries. 2019-03-04 22:24 VERBOSE task find-trakt-series-watchlist ACCEPTED: `Ozark (2017) S01E01` by accept_all plugin 2019-03-04 22:24 VERBOSE task find-trakt-series-watchlist ACCEPTED: `Twin Peaks (1990) S01E01` by accept_all plugin 2019-03-04 22:24 VERBOSE task find-trakt-series-watchlist ACCEPTED: `The Sopranos (1999) S01E01` by accept_all plugin 2019-03-04 22:24 VERBOSE task find-trakt-series-watchlist ACCEPTED: `Homeland (2011) S01E01` by accept_all plugin 2019-03-04 22:24 VERBOSE task find-trakt-series-watchlist ACCEPTED: `Dirk Gently's Holistic Detective Agency (2016) S01E01` by accept_all plugin 2019-03-04 22:24 VERBOSE task find-trakt-series-watchlist ACCEPTED: `Baby Daddy (2012) S01E01` by accept_all plugin 2019-03-04 22:24 VERBOSE task find-trakt-series-watchlist ACCEPTED: `The Good Doctor (2017) S02E16` by accept_all plugin 2019-03-04 22:24 VERBOSE details find-trakt-series-watchlist Summary - Accepted: 7 (Rejected: 0 Undecided: 0 Failed: 0) 2019-03-04 22:24 VERBOSE list_add find-trakt-series-watchlist adding accepted entries into entry_list - trakt-series 2019-03-04 22:24 VERBOSE next_series_episodes download-series Series `Young Sheldon (2017) S02E16` has no history. Set begin option, or use CLI `series begin` subcommand to set first episode to emit 2019-03-04 22:24 VERBOSE next_series_episodes download-series Series `Twin Peaks (1990) S01E01` has no history. Set begin option, or use CLI `series begin` subcommand to set first episode to emit 2019-03-04 22:24 VERBOSE next_series_episodes download-series Series `The Sopranos (1999) S01E01` has no history. Set begin option, or use CLI `series begin` subcommand to set first episode to emit 2019-03-04 22:24 VERBOSE next_series_episodes download-series Series `The Good Doctor (2017) S02E16` has no history. Set begin option, or use CLI `series begin` subcommand to set first episode to emit 2019-03-04 22:24 VERBOSE next_series_episodes download-series Series `Suits (2011) S08E16` has no history. Set begin option, or use CLI `series begin` subcommand to set first episode to emit 2019-03-04 22:24 VERBOSE next_series_episodes download-series Series `Ozark (2017) S01E01` has no history. Set begin option, or use CLI `series begin` subcommand to set first episode to emit 2019-03-04 22:24 VERBOSE next_series_episodes download-series Series `Modern Family (2009) S10E15` has no history. Set begin option, or use CLI `series begin` subcommand to set first episode to emit 2019-03-04 22:24 VERBOSE next_series_episodes download-series Series `Homeland (2011) S01E01` has no history. Set begin option, or use CLI `series begin` subcommand to set first episode to emit 2019-03-04 22:24 VERBOSE next_series_episodes download-series Series `Dirk Gently's Holistic Detective Agency (2016) S01E01` has no history. Set begin option, or use CLI `series begin` subcommand to set first episode to emit 2019-03-04 22:24 VERBOSE next_series_episodes download-series Series `Baby Daddy (2012) S01E01` has no history. Set begin option, or use CLI `series begin` subcommand to set first episode to emit 2019-03-04 22:24 VERBOSE discover download-series Discovering 0 titles ... 2019-03-04 22:24 VERBOSE details download-series Task didn't produce any entries. 2019-03-04 22:24 VERBOSE details download-series Summary - Accepted: 0 (Rejected: 0 Undecided: 0 Failed: 0)
Also,
series list
shows up weird results too:┌───────────────────────────────────────────────────────┬───────┬──────────────────┬─────┬────────────┬───────────────┐ │ Name │ Begin │ Last Encountered │ Age │ Downloaded │ Identified By │ ├───────────────────────────────────────────────────────┼───────┼──────────────────┼─────┼────────────┼───────────────┤ │ Baby Daddy (2012) S01E01 │ - │ - │ - │ - │ ep │ │ Dirk Gently's Holistic Detective Agency (2016) S01E01 │ - │ - │ - │ - │ ep │ │ Homeland (2011) S01E01 │ - │ - │ - │ - │ ep │ │ Modern Family (2009) S10E15 │ - │ - │ - │ - │ ep │ │ Ozark (2017) S01E01 │ - │ - │ - │ - │ ep │ │ Suits (2011) S08E16 │ - │ - │ - │ - │ ep │ │ The Good Doctor (2017) S02E16 │ - │ - │ - │ - │ ep │ │ The Sopranos (1999) S01E01 │ - │ - │ - │ - │ ep │ │ Twin Peaks (1990) S01E01 │ - │ - │ - │ - │ ep │ │ Young Sheldon (2017) S02E16 │ - │ - │ - │ - │ ep │ └───────────────────────────────────────────────────────┴───────┴──────────────────┴─────┴────────────┴───────────────┘
Can you point me in the right direction?
Posts: 1
Participants: 1
@pgod wrote:
I am looking for advice as to how to configure flexget for the following. My source is an RSS feed that provides links to webpages that list multiple qualities for a particular episode of a series, and links to one or more hosters for each quality. Ideally i would like to accept the best quality for each entry and the hoster (based on some sort of priority list), and pass that to a list for manual approval. Once approved the link should be output to a crawljb for Jdownloader2.
With the above in mind i have written python code to accept the link from the RSS feed and scrape the links from the HTML of the associated webpage. I adapted the code from the HTML plugin, and have a version that funtions like the HTML plugin and one adapted into a urlrewriter plugin. This is where i hit a bit of a snag. When the item appears on the RSS feed it may or may not have all of the hoster/quality urls populated on the webpage. What i would like to do is have a task that pulls in the links from the RSS feed and saves them to multiple lists. Then have a task for each list (running on different schedules) process/reprocess the webpage looking for new links. This is where i am stuck. If I use my urlrewriter plugin is there any way to prevent it from processing the URLs from the RSS feed in the initial scraping task? If i use the HTML plugin equivalent is there a way to feed it urls from a list or another task (or a way to modify the plugin so that it accepts links piped from a source)? Additionally if i am not using urlrewriting is there a way to make the RSS plugin stop complaining that it is finding links to a webpage?
Posts: 1
Participants: 1
@coyig wrote:
Hi
I've a problem to capture additional fields from RSS using rss plugin and other_fields option.
I've RSS like that: https://pastebin.com/raw/ejKm3Y8D and config file:templates: bad_rss: inputs: - rss: url: https://pastebin.com/raw/ejKm3Y8D other_fields: - category - size - password - usenetdate accept_all: yes exec: - echo {{title}} {{category}} {{size}} {{password}} {{usenetdate}} tasks: bad_rss: template: - bad_rss
It ends with (UndefinedError) 'password' is undefined. Looks like that I can get only first two optional values: category and size.
What can I do to get usenetdate field?
Posts: 2
Participants: 2
@softair wrote:
Had to rebuild my server, so - probably foolishly - updated flexget to latest version. Previous config worked pretty much as expected, using a headless deluge to do the downloading. Now... initially nothing downloaded. Inspection of log file says I need to install some new deluge client with pip. Did that, and now torrents download. But the torrents are not set up with a move completed field like they used to be and just sit in the dowlnoad folder when they finished.. Looked at change log, see I have to change "movedone" to "move_completed...". No change.
Additionally, a task that scans the download folder and moves/sorts the tv shows, films and magazines into the required destination folders has packed up because something I haven't changed is now deleting empty download folder(s), which then means the next time flexget runs it fails to start because it's missing a target folder.
Any suggestions as to where to look? Or suggestions for alternative software that doesn't keep breaking existing working configurations when updated? Or even a decent description of how things are actually supposed to work - even if only understandable by those with 50 years of general software development under their skin, rather than just expert Pythonistas...
The problem can't be deluge - the version hasn't changed for a couple of years. Help - or a sledgehammer - much appreciated.
It's a shame - flexget has such enormous potential, but is so intractable and apparently inexplicable, and making anything work reliably seems to always take a huge amount of time and effort.
Bob.
Posts: 1
Participants: 1
@whiskeytangofoxtrot wrote:
How would I keep flexget from downloading the AMZN (or any other type/quality for that matter)? i tried adding !AMZN to the quality plugin but it didn't like it.
Posts: 3
Participants: 2
@anonBob wrote:
I have been running FlexGet quite successfully for a while now. In an effort to conserve power, I am migrating to a low power Raspberry Pi. I copied my currently working config.yml file over to the Pi and ran a test on it. I was presented with this errors:
[/templates/tv/transmission] The key
max_downspeed
is not valid here.even though https://flexget.com/Plugins/transmission shows that it is. What would I use in it's place?
Posts: 3
Participants: 2
@QuaCKeReD wrote:
Hi,
Very new to FletGet, but loving the possibilities!Couple of things to note here, is that I have several lists (which I am creating in each platform for sync);
Movies (my movies)
Movies - Kids (Kids movies)
TV Show - Mark
TV Shows - Wife
TV Shows - Mark and WifeI use trakt as 'main' movie/show tracking platform
Each list had own base folder for storageI have managed to setup sync from imdb>traktv for both movies and shows - so now I can add to imdb and get these into trakt, in the relevant lists.
I have also setup sync from traktv to sonarr, for the shows lists, to ensure anything I add to either imdb or trakt will get there, too.
I then rely upon sonarr to add to Plex, which has trakt plugin to sync back for collection status.
I would like to add Ombi into the mix, so movies/shows can be added direct to sonarr/radarr. The problem I have, is the current setup syncs the downloaded file back to trakt, but only as 'collected', not linked to a list. How can I ensure any movies/shows added this way also get updated into my trakt lists?
I 'think' querying radarr/sonarr for the base folder for the new movie/show would give the link to the relevant list to add to, which would then be easy. But, I do not know how to handle this lookup/filtering.
Any help at all would be greatly appreciated
Thank you in advance
Mark
Posts: 1
Participants: 1
@hhiru wrote:
I tried making a version checker task for flexget but I receive these warnings in the logs:
2019-03-20 20:02 WARNING version_checker updates You are not running latest Flexget Version. Current is 2.20.4 and latest is 2.20.13 2019-03-20 20:02 WARNING task updates Task doesn't have any input plugins, you should add (at least) one! 2019-03-20 20:02 WARNING details updates Task didn't produce any entries. This is likely due to a mis-configured or non-functional input. 2019-03-20 20:02 WARNING task updates Task does not have any filter plugins to accept entries. You need at least one to accept the entries you want.
This is my task:
tasks: [...] updates: version_checker: yes notify: entries: message: "{{output}}" via: - discord: web_hook_url: https://discordapp.com/api/webhooks/...
How do I avoid these warnings and correctly output the update messages through the notify plugin?
Posts: 1
Participants: 1
@hhiru wrote:
This is the error I receive in logs:
2019-03-20 20:02 WARNING task clean Task does not have any filter plugins to accept entries. You need at least one to accept the entries you want.
And this is my config:
tasks: [...] clean: template: transmission from_transmission: host: localhost port: 9091 username: myuser password: mypass only_complete: yes transmission: action: remove templates: transmission: transmission: host: localhost port: 9091 username: myuser password: mypass
What's wrong? Sorry if append an off-topic but, is there a way to encrypt my pass in the config in some way? Don't feel confident leaving it as clean text
Posts: 2
Participants: 1
@shadowaok wrote:
Hello,
I am running flexget 2.20.13.
I have 2 tasks, allowing me to get some tv-shows in 720p AND 1080p (my rss will provide entries for shows i watch in both format for some of them).
But once the 720p has been downloaded by tv-shows-720, tv-shows-1080 says it has already been seen and doesn't download the 1080p one.How can I achieve that ? I could disable seen, but some old episodes can come back in the rss and i don't want to download them again.
If i put both qualities in the quality field, it will only download one and not 720 and 1080p.I just updated my config since clean_transmission is deprecated, it passes flexget check but i don't know yet if it works.
Here is my config :
tasks: tv-shows-720: rss: url: 'rss' all_series: yes verify_ssl_certificates: no magnets: yes quality: 720p tv-shows-1080: rss: url: 'same rss' all_series: yes verify_ssl_certificates: no magnets: yes quality: 1080p cleaner: template: mytransmission from_transmission: host: '127.0.0.1' port: 9090 username: '' password: '' only_complete: yes if: - transmission_progress == 100: accept - transmission_ratio < 2.0: reject transmission: action: remove templates: global: retry_failed: retry_time: 60 minutes # Base time in between retries retry_time_multiplier: 1 # Amount retry time will be multiplied by after each successive failure max_retries: 15 # Number of times the entry will be retried mytransmission: transmission: host: '127.0.0.1' port: 9090 username: '' password: ''
Thanks.
Posts: 1
Participants: 1
@nuwonda wrote:
Hi there,
here's the config I currently use, no problem per se, just wondering if I can optimize it or if anything should be changed around or is a big no no.
I commented out the part for clean_source and mkdir since the remove-torrent task should cover that now. I used clean_transmission before but since it is deprecated I moved over to the new way.
I could do secrets for pw but then again, never bothered so far. Maybe add the option to move subtitles along with mainfile...
Any feedback appreciated!
Cheers!
Posts: 3
Participants: 2
@Bellurdan wrote:
Hi All,
Just started using FlexGet, I have configured my FlexGet with the below;
schedules: - tasks: '*' interval: minutes: 5 tasks: mysite: rss: MYRSSINFO series: - MY TV SERIES: quality: 720p download: /My/download/path
However the quality option doesn't seem to be working correctly. It is downloading 1080p versions if they show up in the RSS first. Am I doing something wrong here? Any help is appreciated!
Cheers
Bellurdan
Posts: 1
Participants: 1