Quantcast
Channel: help - Forum - FlexGet
Viewing all 837 articles
Browse latest View live

Extract magnet from html

$
0
0

@lightray wrote:

I would like to use the site ilcorsaronero.info as a search engine for torrents.
The links that return the search are not direct links to the .torrent files, but pages in which code there is a magnet link.
Is it possible to configure flexget to extract that link?

Posts: 1

Participants: 1

Read full topic


Flexget not to work dmhy RSS bug?

$
0
0

@1265578519 wrote:

tasks:
dmhy:
rss: https://share.dmhy.org/topics/rss/rss.xml
accept_all: yes
download: /home/transmission/torrent
limit_new: 1
free_space:
space: 2048
content_size:
min: 12
max: 1200
strict: no
magnets: no
transmission:
host: localhost
port: 9091
username: itzmx.com
password: itzmx.com
clean_transmission:
host: localhost
port: 9091
username: itzmx.com
password: itzmx.com
finished_for: 48 hours
min_ratio: 5
delete_files: yes
disable: details

Looking at the rss address is enclosure url = magnet? Cause an unworked problem bug?

Posts: 1

Participants: 1

Read full topic

Cfscrape problem with custom search plugin

$
0
0

@Senorsmartypants wrote:

I wrote a plugin to search worldwidetorrents and it has been working fine for a while. Search results return only in HTML so that's why I needed to write the plugin. I'm getting http 503 errors now. I use cfscrape:yes for this and with search_rss on another site, that search works fine.

Have there been any changes to what you need to initialize in code to get this to work? I based my plugin on piratebay and I didn't see much changes except that requests is now passed in to parse_download_page.

Any help would be appreciated.

Posts: 1

Participants: 1

Read full topic

Move and symlink back

$
0
0

@Eluc wrote:

I'm looking to replace filebot because it's not as clean and doesn't have as many option as I want to and it mess up the sorting many time (mixing movie and tv shows mainly). One very practical function from Filebot is Move and symlink back. It allows to sort files in proper directories while keeping a soft link in the download folder to seed the torrent indefinitely. Soft link is the best for me as if I remove the file in the sorted folder, it free up the space (of course the symlink will be broken but I'll get a red icon in Transmission) and if I don't want to seed anymore, I can do "delete and remove data" from Transmission and the symlink get destroyed while the original file is still in the sorted folder (no sure this work smoothly in all case but I try a couple of time and it looks to work).

Is there any simple (or less simple) way to achieve the same with Flexget ? I don't see anything in the documentation.

Alternatively is there any better way to achieve my goal without symlink ?

Posts: 1

Participants: 1

Read full topic

`type` cannot be `episodes` for collection list

$
0
0

@seg7 wrote:

I'm keeping getting:

2018-08-08 12:01 CRITICAL plugin tv type cannot be episodes for collection list.
2018-08-08 12:01 WARNING task tv Aborting task (plugin: list_add)

So everytime the same eps keep getting downloaded, because the task didn't end.
Watching my usually "working" config file i pinpointed it to

list_add:
  - trakt_list:
      account: *trakt_username
      list: collection
      type: episodes

Any reasoning becauses i can't mark an episode on trakt as collected? This used the be working just fine.
Reading the plugin doc, there's nothing telling me that i can't do this.
This block is commented as now.

Thank you for your help.

Posts: 2

Participants: 2

Read full topic

Can FlexGet be made to NOT create certain Directories?

$
0
0

@anonBob wrote:

I have FlexGet configured with Transmission and running just fine. My only issue is with the placement of the downloaded files. My directory structure is:

tv.show/
    season.xx/
        sXXeXX.ext

I have main_file_only enabled, but transmission is still downloading the small files inside the archive as well. I know the reason behind why. I understand that. I need to fix it. What I get ends up looking like this:

tv.show/
    season.xx/
        tvshowArchiveFiles/
            sXXeXX.ext
            tvshowSubtitle.src
            readme.txt

My solution would be to skip creating the new directory 'tvshowArchiveFiles' completely and save all of the files grabbed directly under the 'season.xx' directory. Then, have transmission run a script in that directory upon completion that would remove any file with an extension from a known list - src, txt, diz, etc....

Is that possible?

Posts: 1

Participants: 1

Read full topic

[HowTo] Flexget for dummies who want the "Lazy Couch" Experience

$
0
0

@ZileXa wrote:

I thought it might be a good idea to give back a little, since this forum has helped be a lot and also made me smarter :slight_smile:

On Github I have written down how I install Flexget and all other required tools and how the config (which exists thanks to jonybat) does absolutely everything (including cleaning up your harddrive) to get 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 several 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 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.

A step by step overview and the required files can be found here. Note there is a link to my autosetup.sh which I created to install Flexget on debian stretch (I recommend OSMC but it will work on all Debian OS devices).

https://github.com/zilexa/Flexget-instructions

Posts: 1

Participants: 1

Read full topic

Flexget - Anime OVA crash

$
0
0

@Merwenus wrote:

I'm getting this error everytime Flexget tries to download the same file over and over again, how can I remove/prevent from downloading this? Or how can I fix this error? OF course tvdb_season is undefined, it is an OVA, it does not have a season, why did it even grab this file without season/episode in the filename?

2018-08-19 08:00 INFO transmission Anime "[Naruto-Kun.Hu] Boruto - Naruto Next Generations - 068 [720p].mp4" torrent added to transmission   2018-08-19 08:00 ERROR set Anime Could
 not set content_filename for [Naruto-Kun.Hu] Boruto - Naruto Next 
Generations OVA [720p].mp4: (UndefinedError) 'tvdb_season' is undefined   2018-08-19 08:00 CRITICAL task Anime BUG: Unhandled error in plugin transmission: Trying to render non string template or unrecognized template format, got None   2018-08-19 08:00 CRITICAL manager Anime An
 unexpected crash has occurred. Writing crash report to 
/home/flexget/crash_report.2018.08.19.080010956710.log. Please verify 
you are running the latest version of flexget by using "flexget -V" from
 CLI or by using version_checker plugin at 
http://flexget.com/wiki/Plugins/version_checker. You are currently using
 version 2.14.15

Log says:

2018-08-19 08:00 ERROR set Anime Could not set content_filename for [Naruto-Kun.Hu] Boruto - Naruto Next Generations OVA [720p].mp4: (UndefinedError) 'tvdb_season' is undefined
2018-08-19 08:00 CRITICAL task Anime BUG: Unhandled error in plugin transmission: Trying to render non string template or unrecognized template format, got None
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/flexget/task.py", line 486, in _runplugin
return method(*args, **kwargs)
File "/usr/local/lib/python2.7/dist-packages/flexget/event.py", line 23, in call
return self.func(*args, **kwargs)
File "/usr/local/lib/python2.7/dist-packages/flexget/plugins/clients/transmission.py", line 303, in on_task_output
self.add_to_transmission(self.client, task, config)
File "/usr/local/lib/python2.7/dist-packages/flexget/plugins/clients/transmission.py", line 392, in add_to_transmission
options = self.maketorrent_options_dict(config, entry)
File "/usr/local/lib/python2.7/dist-packages/flexget/plugins/clients/transmission.py", line 374, in maketorrent_options_dict
post['content_filename'] = entry.render(opt_dic['content_filename'])
File "/usr/local/lib/python2.7/dist-packages/flexget/entry.py", line 292, in render
'Trying to render non string template or unrecognized template format, got %s' % repr(template))
ValueError: Trying to render non string template or unrecognized template format, got None

Posts: 1

Participants: 1

Read full topic


Possible IMDB parser needs updating, Please report on Github

$
0
0

@john_es wrote:

2018-08-19 12:08 VERBOSE  imdb_lookup   sort-movies     Parsing imdb for `Jodi.Arias.Dirty.Little.Secret.2013.1080p.AMZN.WEB-DL.DDP2.0.x264-ABM`
2018-08-19 12:08 ERROR    utils.imdb    sort-movies     Possible IMDB parser needs updating, Please report on Github.
2018-08-19 12:08 VERBOSE  imdb_lookup   sort-movies     Unable to set imdb_name for tt2787002 from http://www.imdb.com/title/tt2787002/
2018-08-19 12:08 VERBOSE  task          sort-movies     REJECTED: `Jodi.Arias.Dirty.Little.Secret.2013.1080p.AMZN.WEB-DL.DDP2.0.x264-ABM` by if plugin because matched requirement: imdb_name == None

Can anyone help me figure out why this started happening yesterday?

Thanks!

Posts: 1

Participants: 1

Read full topic

HTTP error 502 when running flexget in cron

$
0
0

@BillNye wrote:

Hi,

My flexget config runs perfectly when I run it from a terminal using

sudo flexget execute

But when I try to run it using a cronjob, I get this error:

2018-08-24 22:30 CRITICAL rss SHOWRSS HTTP error 502 received from http://showrss.info/user/72197.rss?magnets=true&namespaces=true&name=clean&quality=null&re=null

Cron config:

*/30 * * * * /home/user/.local/bin/flexget --cron execute

Does anyone know why this keeps happening? Thank you.

Posts: 1

Participants: 1

Read full topic

Entries selected as "best", but not accepted / ignored / rejected

$
0
0

@meeotch wrote:

I've got a series task that seems to be parsing some entries correctly, identifying them as "best", but not accepting / rejecting or ignoring them. Minimal config is attached, as is a debug log.

If you search the log for "S03E19 1080p", you'll see that entry is parsed, makes it past the quality 720p+ filter, is still in the "continuing with entities" list by the end, and is selected as "best entity". However, nothing happens to it after that.

The log says "Produced 50 entries", and if you look at the Summary line, it says: "Accepted: 0 (Rejected: 9 Undecided: 41 Failed: 0)" So a total of 50. However, if you actually count them, there are 9 Rejected but only 31 Ignored.

What's happening to this entry (and the others like it that are just disappearing)? I've verified with CLI "series show" and "seen search" that they haven't been downloaded already. I used "--dump" to check that they were being parsed correctly. And I'm using default tracking, so back episodes of the current season are allowed.

CONFIG:

templates:
  all:
    headers:
      User-Agent: "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.85 Safari/537.36"
      Referer: "http://torrentproject.se/"
      Accept-Encoding: "deflate, gzip"
#    verify_ssl_certificates: no
    deluge:
      host: xxxx
      port: 51467
      username: xxxx
      password: xxxx
    domain_delay:
      zooqle.com: 10 seconds
    cfscraper: yes


tasks:
  fullfrontal:
    rss: 
      url: https://www.limetorrents.cc/searchrss/full%20frontal%20samantha
    series:
      - Full Frontal With Samantha Bee:
          begin: S03E01
          target: "1080p webdl+"
          quality: "720p+"
          upgrade: yes
    template: all

LOG: https://pastebin.com/SuXWkubd

EXCERPT:

2018-08-24 23:21 DEBUG    series        fullfrontal     start with entities: [u'Full Frontal With Samantha Bee S03E19 1080p HEVC x265-MeGusta', u'Full Frontal With Samantha Bee S03E19 720p WEB x264-TBS[TGx]', u'Full Frontal With Samantha Bee S03E19 720p HEVC x265-MeGusta', u'Full Frontal With Samantha Bee S03E19 480p x264-mSD', u'Full Frontal With Samantha Bee S03E19 WEB x264-TBS EZTV', u'Full Frontal With Samantha Bee S03E19 WEB x264-TBS[TGx]', u'Full Frontal With Samantha Bee S03E19 WEB x264-TBS', u'Full Frontal With Samantha Bee S03E19 WEB x264-TBS[ettv]', u'Full Frontal with Samantha Bee S03E19 2018 08 15 WEBRip x264 AAC', u'Full Frontal With Samantha Bee S03E19 XviD-AFG']
2018-08-24 23:21 DEBUG    series        fullfrontal     current entities: [u'Full Frontal With Samantha Bee S03E19 1080p HEVC x265-MeGusta', u'Full Frontal With Samantha Bee S03E19 720p WEB x264-TBS[TGx]', u'Full Frontal With Samantha Bee S03E19 720p HEVC x265-MeGusta', u'Full Frontal With Samantha Bee S03E19 480p x264-mSD', u'Full Frontal With Samantha Bee S03E19 WEB x264-TBS EZTV', u'Full Frontal With Samantha Bee S03E19 WEB x264-TBS[TGx]', u'Full Frontal With Samantha Bee S03E19 WEB x264-TBS', u'Full Frontal With Samantha Bee S03E19 WEB x264-TBS[ettv]', u'Full Frontal with Samantha Bee S03E19 2018 08 15 WEBRip x264 AAC', u'Full Frontal With Samantha Bee S03E19 XviD-AFG']
2018-08-24 23:21 DEBUG    series        fullfrontal     quality req: 720p+
2018-08-24 23:21 VERBOSE  series        fullfrontal     Ignored `Full Frontal With Samantha Bee S03E19 480p x264-mSD`. Does not meet quality requirement `720p+`.
2018-08-24 23:21 VERBOSE  series        fullfrontal     Ignored `Full Frontal With Samantha Bee S03E19 WEB x264-TBS EZTV`. Does not meet quality requirement `720p+`.
2018-08-24 23:21 VERBOSE  series        fullfrontal     Ignored `Full Frontal With Samantha Bee S03E19 WEB x264-TBS[TGx]`. Does not meet quality requirement `720p+`.
2018-08-24 23:21 VERBOSE  series        fullfrontal     Ignored `Full Frontal With Samantha Bee S03E19 WEB x264-TBS`. Does not meet quality requirement `720p+`.
2018-08-24 23:21 VERBOSE  series        fullfrontal     Ignored `Full Frontal With Samantha Bee S03E19 WEB x264-TBS[ettv]`. Does not meet quality requirement `720p+`.
2018-08-24 23:21 VERBOSE  series        fullfrontal     Ignored `Full Frontal with Samantha Bee S03E19 2018 08 15 WEBRip x264 AAC`. Does not meet quality requirement `720p+`.
2018-08-24 23:21 VERBOSE  series        fullfrontal     Ignored `Full Frontal With Samantha Bee S03E19 XviD-AFG`. Does not meet quality requirement `720p+`.
2018-08-24 23:21 DEBUG    series        fullfrontal     -------------------- process_propers -->
2018-08-24 23:21 DEBUG    series        fullfrontal     propers - downloaded qualities: {}
2018-08-24 23:21 DEBUG    series        fullfrontal     continuing w. entities: [u'Full Frontal With Samantha Bee S03E19 1080p HEVC x265-MeGusta', u'Full Frontal With Samantha Bee S03E19 720p WEB x264-TBS[TGx]', u'Full Frontal With Samantha Bee S03E19 720p HEVC x265-MeGusta']
2018-08-24 23:21 DEBUG    series        fullfrontal     best entity is: `Full Frontal With Samantha Bee S03E19 1080p HEVC x265-MeGusta`
2018-08-24 23:21 DEBUG    series        fullfrontal     -------------------- tracking -->
2018-08-24 23:21 DEBUG    series        fullfrontal     latest episode for series <Series(id=50,name=Full Frontal With Samantha Bee)>, with downloaded set to True and season set to None
2018-08-24 23:21 DEBUG    series        fullfrontal     no season packs found for series `Full Frontal With Samantha Bee` with parameters season: None, downloaded: True
2018-08-24 23:21 DEBUG    series        fullfrontal     latest download: <Episode(id=5030,identifier=S03E20,season=3,number=20)>
2018-08-24 23:21 DEBUG    series        fullfrontal     current: <Episode(id=5015,identifier=S03E19,season=3,number=19)>
2018-08-24 23:21 DEBUG    series        fullfrontal     processing series took 0.323874
2018-08-24 23:21 DEBUG    urlrewriter   fullfrontal     Checking 0 entries
2018-08-24 23:21 VERBOSE  details       fullfrontal     Summary - Accepted: 0 (Rejected: 9 Undecided: 41 Failed: 0)

Posts: 1

Participants: 1

Read full topic

Flexget transmission plugin cannot connect to daemon

$
0
0

@baderjasim wrote:

Hi

im running flexget on a shared server running Ubuntu 14.06 LTS
im having problem with flexget transmission plugin to connect to the daemon i get this message:

2018-08-26 01:14 VERBOSE task_queue There are 1 tasks to execute. Shutdown will commence when they have completed.

2018-08-26 01:14 INFO transmission TASK Trying to connect to transmission...
2018-08-26 01:14 CRITICAL plugin TASK Username/password for transmission is incorrect. Cannot connect.
2018-08-26 01:14 WARNING task TASK Aborting task (plugin: transmission)
2018-08-26 01:14 INFO manager Removed test database

im using the same localhost and port with user/pass which saved in settings.json in the config.yml but still says it cannot connect ...
Note: that the server have multiple transmission daemon running so i think this is causing an issue with connection

this is my settings.json:

"rpc-authentication-required": true,
"rpc-bind-address": "0.0.0.0",
"rpc-enabled": true,
"rpc-password": "{6c08212fa8caa44a5fd758fed5785184f63a1e7fKjBHmom.",
"rpc-port": 11065,
"rpc-url": "/bh/transmission/",
"rpc-username": "bh",
"rpc-whitelist": "127.0.0.1",
"rpc-whitelist-enabled": false,

transmission:
  host: 127.0.0.1
  port: 11065
  username: myuser
  password: mypass

"rpc-url": "/bh/transmission/", <---this redirect to my own daemon

Posts: 1

Participants: 1

Read full topic

Flexget broken after brew and python update

$
0
0

@anig wrote:

Hello,

I upgraded to homebrew v1.7.3 on OS X 10.13.6. I believe python also was updated to 3.7. Now I'm seeing that old flexget errors. See below. I have tried every trick: updated pip & setuptools, forced reinstall of flexget, uninstalled and reinstalled flexget. Nothing has worked so far. Can anyone help me resolve this please? Thank you :confused:

~ flexget
Traceback (most recent call last):
File "/usr/local/bin/flexget", line 7, in <module>
from flexget import main
File "/usr/local/lib/python3.7/site-packages/flexget/__init__.py", line 12, in <module>
from flexget.manager import Manager
File "/usr/local/lib/python3.7/site-packages/flexget/manager.py", line 38, in <module>
from flexget.ipc import IPCClient, IPCServer # noqa
File "/usr/local/lib/python3.7/site-packages/flexget/ipc.py", line 10, in <module>
import rpyc
File "/usr/local/lib/python3.7/site-packages/rpyc/__init__.py", line 50
from rpyc.utils.helpers import async, timed, buffiter, BgServingThread, restricted
^
SyntaxError: invalid syntax

Posts: 2

Participants: 1

Read full topic

Link to donate not working

$
0
0

@stackpointer wrote:

Hi guys,

I wanted to donate some money to the project but it seems that the link that appears on the bottom of the homepage is broken. Is there any other way to send you some cash over? Thanks!

Posts: 1

Participants: 1

Read full topic

Transmission Fail Callback

$
0
0

@tedr56 wrote:

Hi flexgeters.

I was wondering if I could use a different output in case of failing to accomplish the output part of a task.
More specifically, if adding torrent to transmission would fail, can we have an alternative like add the torrent to a folder for later try?

Thanks in advance.

Posts: 1

Participants: 1

Read full topic


Clone a letterboxd list on a trakt list

$
0
0

@effemmeffe wrote:

I know that letterboxd doesn't have an API at the moment so it's only possible to read lists from it (https://discuss.flexget.com/t/mirror-trakt-movie-list-and-show-list-to-letterboxd/4019)
But I was wondering if I can do the opposite: get a list from letterboxd and mirror it on trakt.
Id like to create a number of lists on my letterboxd account and then have the same lists with the same name and same movies in it on my trakt account.
Can someone write me the correct config, please?

Posts: 4

Participants: 2

Read full topic

TV show doesn't download due to exact match?

$
0
0

@Averenix wrote:

Hi,

My config is working fine for all shows on my trakt list, across a couple of different rss feeds, except one.

The only difference with this particular show is I have both "TV Show Name" and "TV Show Name Australia" in my list, so I think flexget is enabling exact matching (I saw this in the log) which I suspect is then not downloading it.

I've tried looked at the log (I have verbose on), but I see no mention of the show being ACCEPTED/REJECTED anywhere, which confuses me even further.

Any suggestions about how to troubleshoot this without logs, or how to turn off exact matching for the series?

Config below:

schedules:
  - tasks: [rss1, rss2, rss3]
    interval:
      minutes: 30

tasks:

  rss1:
    rss: https://...
    set:
      path: /data/media/TV/{{series_name}}/Season {{series_season}}
    configure_series:
      settings:
        upgrade: yes
      from:
        trakt_list:
          username: xxx
          account: xxx
          list: tv
    transmission: yes

  rss2:
  etc...

Posts: 1

Participants: 1

Read full topic

Pushbullet content_size Human-readable

Critical error on html plugin: bad handshake

$
0
0

@avalloneandrea wrote:

I have a number of similar tasks. Each one of them scans an html page, grab the magnet links and download them with deluge. Tasks were working flawlessly until yesterday, when the following error popped in the log:

2018-10-23 23:21 CRITICAL plugin JoJos Bizzarre Adventure RequestException: ("bad handshake: Error([('', 'osrandom_rand_bytes', 'getrandom() initialization failed.')],)",)

It seems an error with the html plugin, but I can't find a solution. Any help would be appreciated.

Posts: 1

Participants: 1

Read full topic

Massive rejecting because missing movies ID

$
0
0

@malexxx wrote:

Hi Guys

For ~95% of my entries, I got reject because it dont snatch the imdb ID

Example :
2018-10-23 15:53 INFO seenmovies MOVIES+noseed Rejecting De*dpool 2 TRUE2018 FRENCH DVDRIP because of missing movie (imdb, tmdb or trakt) id

Thanks for your help !

My config :

templates:
  movies+noseed:
    transmission:
      host: 1.1.1.1
      path: /mnt/*
      ratio: 0.1
      content_filename: "{{ imdb_name }} ({{ imdb_year }}) - {{ quality|upper }}"
      main_file_only: yes
    quality:
       bluray
       remux
       dvdrip
       webdl
       hdtv
       webrip
    seen_movies: strict 
    imdb:
      min_score: 5
      min_votes: 500
      min_year: 2010
    inputs:
      - rss:
         url: http://localhost:9117/api/v2.0/indexers/*
         all_entries: no
      - rss:
         url: http://localhost:9117/api/v2.0/indexers/*
         all_entries: no

Posts: 2

Participants: 2

Read full topic

Viewing all 837 articles
Browse latest View live