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

Thetvdb list API not working

$
0
0

@pbathuk wrote:

So I've just upgraded my flexget from 13.16 to 13.21 (raspberry pi) and it's now saying my tvdb API is missing from the config.
This was never previously asked for and I can't for the life of me work out the new API & when I try to goto the API page on the site it comes up with an error.
Am I the only one struggling to get tvdb_list to work?
Thanks

Posts: 4

Participants: 2

Read full topic


Mark series as seen based on folder contents

$
0
0

@Paul_Littlefield wrote:

I am certain this has been asked before, but I cannot find the correct term to search for...

My series list is a few episdoes behind and wanted to know if there was a way to update the series seen database with the list of files in a TV series folder.

e.g.

│ Star Trek Discovery 2 eps behind │ - │ S01E10 │ 143d 18h │ unknown │ ep │

...and this is the folder with the correct number of files...

/home/paully/Plex/TV/Star\ Trek\ Discovery/
Star Trek Discovery S01E01.mkv
Star Trek Discovery S01E02.mkv
Star Trek Discovery S01E03.mkv
Star Trek Discovery S01E04.mkv
Star Trek Discovery S01E05.mkv
Star Trek Discovery S01E06.mkv
Star Trek Discovery S01E07.mkv
Star Trek Discovery S01E08.mkv
Star Trek Discovery S01E09.mkv
Star Trek Discovery S01E10.mkv
Star Trek Discovery S01E11.mkv
Star Trek Discovery S01E12.mkv
Star Trek Discovery S01E13.mkv
Star Trek Discovery S01E14.mkv

Thanks.

Posts: 4

Participants: 2

Read full topic

Kodi plugin not working on kodi 18

$
0
0

@klaasvaak wrote:

Hello, I've been using an altered version of the jonybat config https://github.com/zilexa/flexget_config
this config uses the kodi plugin to update it's library after moving files.
After I've moved files, I'd like to update the kodi library, but this seems broken in kodi 18. I'm receiving an error in the flexget.log

JSONRPC failed. Error -32099: Bad client permission

which seems to point to https://forum.kodi.tv/showthread.php?tid=324598 wich tells me some new of way of doing this which is safer?
I'm also using a sh script that runs after a torrent has finished in transmission
/usr/bin/wget --header='Content-Type:application/json' --post-data='{"jsonrpc": "2.0", "method": "VideoLibrary.Scan", "id": "osmc", "params": {"directory":"'"$TR_TORRENT_DIR"'/"}}' "http://localhost:80/jsonrpc"
This does work.

The part of the config that is trying to update the kodi library
########## LIBRARY ##########
move-series:
priority: 31
template:
- disable-seen-retry
- series-metainfo
- series-guessit
filesystem:
path: "/{? folder.root ?}{? folder.downseries ?}"
recursive: yes
retrieve: files
regexp: '.*\.(avi|mkv|mp4)$'
accept_all: yes
move:
to: "/{? folder.root ?}{? folder.series ?}{{tvdb_series_name|escape|replace(''', '')|pathscrub}}/S{{series_season|pad(2)}}/"
rename: "{{tvdb_series_name|escape|replace(''', '')|pathscrub}} - {{series_id}}{% if tvdb_ep_name|default(False) %} - {{tvdb_ep_name|pathscrub}}{% endif %}{% if quality|default(False) %} - [{{quality}}]{% endif %}"
along:
extensions:
- srt
- sub
subdirs:
- Subs
clean_source: 50
kodi_library:
action: scan
category: video
url: http://192.168.1.214
port: 80
list_add:
- subtitle_list:
list: subtitles
path: "{{location}}"
remove_after: 7 days
exec:
on_exit:
phase: find "/{? folder.root ?}{? folder.downseries ?}"* -type d -empty -delete

Posts: 1

Participants: 1

Read full topic

Flexget -V gives different versions

$
0
0

@mrbamse wrote:

Background:
I recently reinstalled my Debian system and with that I installed Flexget and migrated my old .flexget-folder.

Setup:
Since im doing some maintenance scripts during the night i stop and start Flexget as root (with /usr/local/bin/flexget daemon stop and /usr/local/bin/flexget daemon start -d). Root has a symbolic link to /home/otheruser/.flexget/ in its home directory. This is because a normally edit the config-file from the "otheruser"-account. I upgrade flexget as root during one of the maintenance tasks.

The problem:
I recently noticed that flexget -V gives the two users (otheruser and root) different results. As root i get the latest version (as expected) but as "otheruser" i get an older version.

What I've tried
I've tried uninstalling with pip uninstall flexget and with easy_install -m and then reinstalling with pip. Same results though.

Question
Where does flexget -V check the local version?
How do I get flexget to always point to the same package regardless of user?

Thank you so much! :slight_smile:

Posts: 1

Participants: 1

Read full topic

Can't make it work after update

$
0
0

@jmaurin wrote:

Hi.
After updating my flexget, I can't make it work anymore. Getting this error:

[root@skynet ~]# /usr/bin/flexget -c /home/jmaurin/.flexget/config.yml check
2018-06-15 19:45 WARNING  check                         Config line 67 is likely missing ':' at the end
2018-06-15 19:45 VERBOSE  check                         Pre-checked 70 configuration lines
Traceback (most recent call last):
  File "/usr/bin/flexget", line 11, in <module>
    sys.exit(main())
  File "/usr/lib64/python2.7/site-packages/flexget/__init__.py", line 42, in main
    manager.start()
  File "/usr/lib64/python2.7/site-packages/flexget/manager.py", line 330, in start
    self.initialize()
  File "/usr/lib64/python2.7/site-packages/flexget/manager.py", line 217, in initialize
    fire_event('manager.startup', self)
  File "/usr/lib64/python2.7/site-packages/flexget/event.py", line 106, in fire_event
    result = event(*args, **kwargs)
  File "/usr/lib64/python2.7/site-packages/flexget/event.py", line 23, in __call__
    return self.func(*args, **kwargs)
  File "/usr/lib64/python2.7/site-packages/flexget/utils/simple_persistence.py", line 183, in load_taskless
    SimplePersistence.load()
  File "/usr/lib64/python2.7/site-packages/flexget/utils/simple_persistence.py", line 145, in load
    cls.class_store[task][skv.plugin][skv.key] = skv.value
  File "/usr/lib/python2.7/site-packages/sqlalchemy/orm/attributes.py", line 298, in __get__
    return self.descriptor.__get__(instance, owner)
  File "/usr/lib64/python2.7/site-packages/flexget/utils/database.py", line 141, in getter
    return json.loads(getattr(self, name), decode_datetime=True)
  File "/usr/lib64/python2.7/site-packages/flexget/utils/json.py", line 112, in loads
    return json.loads(*args, **kwargs)
  File "/usr/lib64/python2.7/json/__init__.py", line 351, in loads
    return cls(encoding=encoding, **kw).decode(s)
  File "/usr/lib64/python2.7/site-packages/flexget/utils/json.py", line 48, in decode
    return super(DTDecoder, self).decode(obj, **kwargs)
  File "/usr/lib64/python2.7/json/decoder.py", line 366, in decode
    obj, end = self.raw_decode(s, idx=_w(s, 0).end())
TypeError: expected string or buffer

Already forced re-install, no success.

[root@skynet ~]# python -V
Python 2.7.5
[root@skynet ~]# flexget -V
2.13.21
You are on the latest release.
[root@skynet ~]# cat /etc/centos-release
CentOS Linux release 7.5.1804 (Core)

Any tips?

Posts: 1

Participants: 1

Read full topic

Show with multiple Episodes not recognised

$
0
0

@Loader23 wrote:

Hi,

Series with Multiple Episodes are not working, like Serie.S02E16-E19.

I have this config:

schedules:
  - tasks: Series1
    interval:
      minutes: 30
  - tasks: Series2
    interval:
      minutes: 30

templates:
  tv:
    thetvdb_lookup:
      language: de
    accept_all: no
    exec:
      - echo text={{url}} >> "/input/{{title}}.crawljob"
      - echo packageName={{title}} >> "/input/{{title}}.crawljob"
      - echo deepAnalyseEnabled=true >> "/input/{{title}}.crawljob"
      - echo autoStart=TRUE >> "/input/{{title}}.crawljob"
      - echo enabled=TRUE >> "/input/{{title}}.crawljob"
      - echo autoConfirm=TRUE >> "/input/{{title}}.crawljob"

tasks:
  Series1:
    priority: 1
    rss: http://xx
    include: series.yml
    seen:
      local: yes
      fields: [title, url]
    serienjunkies:
      language: german
      hoster: so
    template: tv
  Series2:
    priority: 2
    rss: https://xx
    include: series.yml
    download: /input/
    thetvdb_lookup:
      language: de
    accept_all: no
    delay: 18 hours

In my Series.yml I have this:series:

settings:
  TV-Shows:
    timeframe: 48 hours
    target: 1080p
    quality: 720p-1080p
TV-Shows:
    - Series

Any Ideas on how to fix this? Log only says its undecided, but not why.

Posts: 3

Participants: 2

Read full topic

Flexget Not Downloading Shows with a Similar Name

$
0
0

@Velo14 wrote:

Hi,

I have a strange issue, so I've been using Flexget for quite a while and for a long time it was working as expected, however for the last few months I've noticed that if I add a new series to Sonarr, which is named similar to an existing series then neither series will download.

An example of the shows I am having problems with:
Street Outlaws
Street Outlaws Memphis
Street Outlaws New Orleans
Street Outlaws No Prep Kings

I am sure the fix is fairly simple, but I am not quite sure what I need to change in my config file.

Also is there a way to use the data in Sonarr to update the most recent episode that has been downloaded in flexget?

Thanks,
Vel

Posts: 1

Participants: 1

Read full topic

Regexp reject filter confusion & adding Gdrive to seen list

$
0
0

@mrbeers wrote:

regexp:
  reject:
    - (duo|tri|quadri|tetra|penta)logy: {from: title}
    - ? '(?x) [\W_] (?: read[\W_]?nfo | 3-?D(?:BD)? | live\W+at
                      | fan[\W_]edit
                      | (?:ita|ger|fra|spa|swe|nor|nordic|fr|esp|nl|pl|spanish|heb|kor|ro)[\W_]?[ds]ub(?:s|bed)?
                      | dubbed | cropped | subpack )
              (?:_|\b)'
      : { from: [ title, description ] }
    - /bHEVC/b

I am very new to any type of code or programming language. I'm basically script kiddie'ing my config.yml by stealing things I want from other peoples config and adding them to mine. I'm not sure I can do that for filters, so I'm trying to learn how to best serve my needs by learning basic language. I've seen this syntax in other peoples configs, but am unsure which programming language to start researching.

What I really want is simple to explain if anyone has a simple bit of code I can add to reject.
I don't want any Non-English audio on any of my media, and I don't want cams.

My second question is about adding my google drive folders as part of the exists_series and exists_movie path.

Currently I have

tasks:
  tv:
    exists_series:
      path: /path/to/my/media/TV/{{series_name}}
  movie:
    exists_movie:
      path: /path/to/my/media/Movies

I'd like to add a second path to google drive. I use rclone, and my server should understand Gdrive:/ as a path to my google drive.
I've tried everything...

exists_series:
  path: '/path/to/my/media/TV/{{series_name}}' 'Gdrive:/TV/{{series_name}}'

exists_series:
  path: '/path/to/my/media/TV/{{series_name}}'
  path: 'Gdrive:/TV/{{series_name}}'

exists_series:
  - /path/to/my/media/TV/{{series_name}} 
  - 'Gdrive:/TV/{{series_name}}'

Does anyone know how I can get flexget to look at my gdrive as seen?

Posts: 1

Participants: 1

Read full topic


Unexpected html content received from "website" - maybe a login page?

$
0
0

@N1X0 wrote:

hey everyone,

I'm very new to flexget so sorry if what I am asking is very simple. I am looking to build a news article repository using flexget i.e. i want to use the rss task to automatically grab new articles every day. I would like to do this for sciencedaily and a german newspaper called "spiegel online". however i keep encountering this error:
failure reason: Unexpected html content received from "website" - maybe a login page? and this leads to every single one of the results being rejected despite the urls being correct
here's my current .yml file

tasks:
  Spiegel:
    rss: http://www.spiegel.de/schlagzeilen/index.rss
    accept_all: yes
    download: D:\Documents\Flexget\Spiegel-online

  Sciencedaily:
    rss: https://www.sciencedaily.com/rss/all.xml
    accept_all: yes
    download: D:\Documents\Flexget\Sciencedaily

Python -V

python 2.7

Flexget -V

2.13.24

I appreciate any help with this (i have some other more complex ideas/problems for the future too but i wanted to start small)

Posts: 1

Participants: 1

Read full topic

FlexGet 2.14.0 and trakt – not working

$
0
0

@shotfirer wrote:

After updating to 2.14.0 trakt_lookup is aborting the task, and nothing is downloaded.
Log:

2018-06-25 10:40 DEBUG    parser_internal RARBG           Parsing movie: `UFC.Fight.Night.132.Prelims.1080p.HDTV.x264-VERUM[rartv]` kwargs: {}
2018-06-25 10:40 DEBUG    movieparser   RARBG           parts: [u'UFC', u'Fight', u'Night', u'132', u'Prelims', u'1080p', u'HDTV', u'x264-VERUM', u'rartv'], cut is: HDTV
2018-06-25 10:40 DEBUG    movieparser   RARBG           after parts check, cut data would be: `UFC Fight Night 132 Prelims 1080p` abs_cut: 33
2018-06-25 10:40 DEBUG    movieparser   RARBG           quality start: 28
2018-06-25 10:40 DEBUG    movieparser   RARBG           quality cut is even shorter
2018-06-25 10:40 DEBUG    movieparser   RARBG           data cut to `UFC Fight Night 132 Prelims` - this will be the name
2018-06-25 10:40 DEBUG    parser_internal RARBG           Parsing result: <MovieParser(name=UFC Fight Night 132 Prelims,year=None,quality=1080p hdtv h264)> (in 17.95 ms)
2018-06-25 10:40 DEBUG    api_trakt     RARBG           Type of title: <type 'unicode'>
2018-06-25 10:40 DEBUG    api_trakt     RARBG           Searching with params: query=UFC Fight Night 132 Prelims, type=movie, year=None
2018-06-25 10:40 DEBUG    utils.requests RARBG           GETing URL https://api.trakt.tv/search with args () and kwargs {'allow_redirects': True, 'params': {u'query': u'UFC Fight Night 132 Prelims', u'type': u'movie', u'year': None}, u'timeout': 30}
2018-06-25 10:40 DEBUG    trakt_lookup  RARBG           No results on Trakt.tv, title=UFC Fight Night 132 Prelims, ids=None.
2018-06-25 10:40 CRITICAL plugin        RARBG           Unknown media type in entry UFC.Fight.Night.132.Prelims.1080p.HDTV.x264-VERUM[rartv]
2018-06-25 10:40 WARNING  task          RARBG           Aborting task (plugin: trakt_lookup)

I'm using trakt_lookup to reject watched entries

  trakt_check_watched:
    trakt_lookup:
      account: ******
      username: ******
    if:
      - trakt_watched: reject

Posts: 1

Participants: 1

Read full topic

Thepiratebay Plugin BUG?

$
0
0

@luizoti wrote:

Hi,

I am doing a few days of testing and have not yet identified where the problem might be, in the configuration, thepiratebay plugin or on thepiratebay.com itself.

LOG: https://pastebin.com/5CSmmYT3

In the Flexget log the movies below are encoded in 1080p with seeds, but the flexget is ignoring these versions available and not even listing in the regeted log.

Rogue One: A Star Wars Story (2016)
Star Wars: The Force Awakens (2015)
Arrival (2016)


web_server:
bind: 192.168.1.11
port: 3539
ssl_certificate: 'C:\Users\luizl\flexget\ssl\private\myCert.pem'
ssl_private_key: 'C:\Users\luizl\flexget\ssl\private\myKey.key'
web_ui: yes
base_url: /gui
tasks:
#task to pull movies from trakt.tv watchlist and add to the movie list
watchlist:
priority: 1
trakt_list:
account: kingkiller
list: ParaBaixar
accept_all: yes
seen: local # We don't want accepted movies on this feed to affect actual download feed
list_add:
- movie_list: ParaBaixar # you can call this whatever you want

# task that automatically downloads movies from the movie_list
movies search:
trakt_lookup: yes # can also use imdb_lookup or tmdb_lookup
priority: 10 # run after the movie queue fill task
discover:
what:
- movie_list: ParaBaixar
from:
- piratebay:
category: video
sort_by: seeds
interval: 1 minutes
torrent_alive:
min_seeds: 1
reject_for: 10 minutes
quality: 1080p+ # Make sure no screeners or cams are downloaded
transmission:
host: localhost
port: 9091
path: 'D:\FILMES'

Posts: 1

Participants: 1

Read full topic

Dealing with multi-part episodes?

$
0
0

@jgrn307 wrote:

So I'm trying to grab a show that uses a style of S01E03a and S01E03b -- is there any way to "properly" set up flexget to deal with this (and keep track of the episodes)?

Posts: 1

Participants: 1

Read full topic

Cannot get Pushover Notification to work?

$
0
0

@bluete wrote:

Hello,
I got Flexget Working with my ShowRSS feed but for the life of me, I cannot add pushover notifications.
I played around with Syntax but did not get far, and I read this thread about including the Notify function under a task. But this is where I get lost with syntax‽

My Config below: (https://pastebin.com/u8ZbVCHQ)

tasks:
  download-showrss:
    rss: http://showrss.info/user/67.rss?magnets=true&namespaces=true&name=null&quality=null&re=null
    all_series: yes
    transmission:
      host: localhost
      port: 9091
      username: tansmission
      password: mypassword
      path: /hdd/video/TV\ Shows/{{series_name}}/Season {{series_season}}
      addpaused: no
notify:
  entries:
    title: Downloading {{series_name}}
    message: Episode {{series_id}}
    via:
      - pushover:
        user_key: mykey
        api_key: api_created_onpushover.com
        device: X (device name on Pushover)
        priority: 2
        url: http://linktotransmission:9091
        sound: incoming
        retry: 60
        expire: 1000

Posts: 3

Participants: 2

Read full topic

ERROR api_tmdb Error refreshing movie details from TMDb

$
0
0

@keksznet wrote:

do you guys have this issue as well?

Error refreshing movie details from TMDb

or this only at me? I have moved my flexget installation for 2 days ago to a new machine

Posts: 1

Participants: 1

Read full topic

Can´t Download anything help?

$
0
0

@infadown wrote:

hey ,
so , i was using this config like for 1 month without a problem,
but then i startd to get a max retries excended , so i stop for 1 week to see if the block for downloads stopd, and nothing , 1 week later the same,
then i stop for 1 month , but it still does the same error , i already tryd every thing and i dont know how to fix it , can some one help me?
i hope i wrote ok , my english is not very good,
thanks

Posts: 3

Participants: 1

Read full topic


Flexget recently stopped downloading

$
0
0

@ghost wrote:

I've been using FlexGet with to get RSS from RARBG for over a year without issues. About a month ago, everything stopped and now I can't seem to download anything.

Below are the errors I see when running it by hand. Any thoughts? The only change in my environment was upgrading to a UniFi USG router from a Netgear Nighthawk running merlin WRT.

administrator@master:~/.flexget$ flexget execute
2018-07-19 23:01 VERBOSE  task_queue                    There are 3 tasks to execute. Shutdown will commence when they have completed.
2018-07-19 23:01 VERBOSE  details       rarbg_4k_HDR    Produced 25 entries.
2018-07-19 23:01 VERBOSE  task          rarbg_4k_HDR    REJECTED: `Truth.or.Dare.2018.2160p.WEBRip.x265.10bit.HDR.DTS-HD.MA.5.1-GASMASK` by retry_failed plugin because has already failed 4 times in the past. (failure reason: Magnet URL, Unexpected html content received from `magnet:?xt=urn:btih:aa2d8446a5b548ee58b0cc07476912e561c7168e&dn=Truth.or.Dare.2018.2160p.WEBRip.x265.10bit.HDR.DTS-HD.MA.5.1-GASMASK&tr=http%3A%2F%2Ftracker.trackerfix.com%3A80%2Fannounce&tr=udp%3A%2F%2F9.rarbg.me%3A2710&tr=udp%3A%2F%2F9.rarbg.to%3A2710` - maybe a login page?, Unexpected html content received from `magnet:?xt=urn:btih:aa2d8446a5b548ee58b0cc07476912e561c7168e&dn=Truth.or.Dare.2018.2160p.WEBRip.x265.10bit.HDR.DTS-HD.MA.5.1-GASMASK&tr=http%3A%2F%2Ftracker.trackerfix.com%3A80%2Fannounce&tr=udp%3A%2F%2F9.rarbg.me%3A2710&tr=udp%3A%2F%2F9.rarbg.to%3A2710` - maybe a login page?, Unexpected html content received from `magnet:?xt=urn:btih:aa2d8446a5b548ee58b0cc07476912e561c7168e&dn=Truth.or.Dare.2018.2160p.WEBRip.x265.10bit.HDR.DTS-HD.MA.5.1-GASMASK&tr=http%3A%2F%2Ftracker.trackerfix.com%3A80%2Fannounce&tr=udp%3A%2F%2F9.rarbg.me%3A2710&tr=udp%3A%2F%2F9.rarbg.to%3A2710` - maybe a login page?, Unexpected html content received from `magnet:?xt=urn:btih:aa2d8446a5b548ee58b0cc07476912e561c7168e&dn=Truth.or.Dare.2018.2160p.WEBRip.x265.10bit.HDR.DTS-HD.MA.5.1-GASMASK&tr=http%3A%2F%2Ftracker.trackerfix.com%3A80%2Fannounce&tr=udp%3A%2F%2F9.rarbg.me%3A2710&tr=udp%3A%2F%2F9.rarbg.to%3A2710` - maybe a login page?)



2018-07-19 23:01 VERBOSE  task          rss_tv          ACCEPTED: `Shooter.S03E05.720p.HDTV.x264-AVS[rartv]` by series plugin because quality wanted
2018-07-19 23:01 WARNING  download      rss_tv          Can't download magnet url
2018-07-19 23:01 INFO     download      rss_tv          Downloading: Shooter.S03E05.720p.HDTV.x264-AVS[rartv]
2018-07-19 23:02 ERROR    download      rss_tv          Error retrieving Shooter.S03E05.720p.HDTV.x264-AVS[rartv], the error page has been saved to /home/administrator/.flexget/received/rss_tv/Shooter.S03E05.720p.HDTV.x264-AVS[rartv].error
2018-07-19 23:02 WARNING  download      rss_tv          RequestException 404 Client Error: Not Found for url: http://torrage.com/torrent/C6525ED74BEBE69D8CC039CF34F4AB1D2E479355.torrent, while downloading http://torrage.com/torrent/C6525ED74BEBE69D8CC039CF34F4AB1D2E479355.torrent
2018-07-19 23:02 INFO     download      rss_tv          Downloading: Shooter.S03E05.720p.HDTV.x264-AVS[rartv]
2018-07-19 23:02 ERROR    download      rss_tv          Error retrieving Shooter.S03E05.720p.HDTV.x264-AVS[rartv], the error page has been saved to /home/administrator/.flexget/received/rss_tv/Shooter.S03E05.720p.HDTV.x264-AVS[rartv].error
2018-07-19 23:02 WARNING  download      rss_tv          RequestException 503 Server Error: Service Temporarily Unavailable for url: http://itorrents.org/torrent/C6525ED74BEBE69D8CC039CF34F4AB1D2E479355.torrent, while downloading http://itorrents.org/torrent/C6525ED74BEBE69D8CC039CF34F4AB1D2E479355.torrent
2018-07-19 23:02 INFO     download      rss_tv          Downloading: Shooter.S03E05.720p.HDTV.x264-AVS[rartv]
/usr/local/lib/python2.7/dist-packages/urllib3/util/ssl_.py:369: SNIMissingWarning: An HTTPS request has been made, but the SNI (Server Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
  SNIMissingWarning
/usr/local/lib/python2.7/dist-packages/urllib3/util/ssl_.py:160: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
  InsecurePlatformWarning
2018-07-19 23:02 WARNING  download      rss_tv          RequestException HTTPSConnectionPool(host='thetorrent.org', port=443): Max retries exceeded with url: /C6525ED74BEBE69D8CC039CF34F4AB1D2E479355.torrent (Caused by SSLError(SSLError(1, '_ssl.c:510: error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure'),)), while downloading https://thetorrent.org/C6525ED74BEBE69D8CC039CF34F4AB1D2E479355.torrent
2018-07-19 23:02 INFO     download      rss_tv          Downloading: Shooter.S03E05.720p.HDTV.x264-AVS[rartv]
/usr/local/lib/python2.7/dist-packages/urllib3/util/ssl_.py:160: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
  InsecurePlatformWarning
/usr/local/lib/python2.7/dist-packages/urllib3/connectionpool.py:857: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
  InsecureRequestWarning)
2018-07-19 23:02 ERROR    download      rss_tv          Error retrieving Shooter.S03E05.720p.HDTV.x264-AVS[rartv], the error page has been saved to /home/administrator/.flexget/received/rss_tv/Shooter.S03E05.720p.HDTV.x264-AVS[rartv].error
2018-07-19 23:02 WARNING  download      rss_tv          RequestException 520 Server Error: Origin Error for url: https://eztv.ag, while downloading http://zoink.it/torrent/C6525ED74BEBE69D8CC039CF34F4AB1D2E479355.torrent
2018-07-19 23:02 ERROR    entry         rss_tv          Failed Shooter.S03E05.720p.HDTV.x264-AVS[rartv] (Magnet URL, Network error during request: 404 Client Error: Not Found for url: http://torrage.com/torrent/C6525ED74BEBE69D8CC039CF34F4AB1D2E479355.torrent, Network error during request: 503 Server Error: Service Temporarily Unavailable for url: http://itorrents.org/torrent/C6525ED74BEBE69D8CC039CF34F4AB1D2E479355.torrent, Network error during request: HTTPSConnectionPool(host='thetorrent.org', port=443): Max retries exceeded with url: /C6525ED74BEBE69D8CC039CF34F4AB1D2E479355.torrent (Caused by SSLError(SSLError(1, '_ssl.c:510: error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure'),)), Network error during request: 520 Server Error: Origin Error for url: https://eztv.ag)
2018-07-19 23:02 INFO     task          rss_tv          Plugin retry_failed has requested task to be ran again after execution has completed.
2018-07-19 23:02 VERBOSE  task          rss_tv          FAILED: `Shooter.S03E05.720p.HDTV.x264-AVS[rartv]` by download plugin because magnet URL, Network error during request: 404 Client Error: Not Found for url: http://torrage.com/torrent/C6525ED74BEBE69D8CC039CF34F4AB1D2E479355.torrent, Network error during request: 503 Server Error: Service Temporarily Unavailable for url: http://itorrents.org/torrent/C6525ED74BEBE69D8CC039CF34F4AB1D2E479355.torrent, Network error during request: HTTPSConnectionPool(host='thetorrent.org', port=443): Max retries exceeded with url: /C6525ED74BEBE69D8CC039CF34F4AB1D2E479355.torrent (Caused by SSLError(SSLError(1, '_ssl.c:510: error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure'),)), Network error during request: 520 Server Error: Origin Error for url: https://eztv.ag
2018-07-19 23:02 VERBOSE  details       rss_tv          Summary - Accepted: 0 (Rejected: 0 Undecided: 24 Failed: 1)
2018-07-19 23:02 INFO     task          rss_tv          Rerunning the task in case better resolution can be achieved.
2018-07-19 23:02 VERBOSE  input_cache   rss_tv          Restored 25 entries from cache
2018-07-19 23:02 VERBOSE  details       rss_tv          Produced 25 entries.
2018-07-19 23:02 VERBOSE  task          rss_tv          REJECTED: `Shooter.S03E05.720p.HDTV.x264-AVS[rartv]` by retry_failed plugin because waiting before retrying entry which has failed in the past. (failure reason: Magnet URL, Network error during request: 404 Client Error: Not Found for url: http://torrage.com/torrent/C6525ED74BEBE69D8CC039CF34F4AB1D2E479355.torrent, Network error during request: 503 Server Error: Service Temporarily Unavailable for url: http://itorrents.org/torrent/C6525ED74BEBE69D8CC039CF34F4AB1D2E479355.torrent, Network error during request: HTTPSConnectionPool(host='thetorrent.org', port=443): Max retries exceeded with url: /C6525ED74BEBE69D8CC039CF34F4AB1D2E479355.torrent (Caused by SSLError(SSLError(1, '_ssl.c:510: error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure'),)), Network error during request: 520 Server Error: Origin Error for url: https://eztv.ag)
2018-07-19 23:02 VERBOSE  details       rss_tv          Summary - Accepted: 0 (Rejected: 1 Undecided: 24 Failed: 0)

Posts: 1

Participants: 1

Read full topic

Shows Season folder

$
0
0

@luizoti wrote:

I use Kodi and in it I organize the animes by season "Season 1", "Season 2" and so on, is there a way to do this using flexget?

Currently I only manage to organize "Season 2017" and "Season 2018" a year so I noticed that the flexget is organizing everything like 2018 and if the epsodios were from 2017 he would organize it wrong.

`tasks:
anitask:
trakt_lookup: yes
priority: 1
disable:
- seen
- seen_info_hash
- torrent_alive
- retry_failed
rss:
url: 'https://nyaa.si/?page=rss&q=%5BErai-raws%5D+%5B1080p%5D+%5BMultiple+Subtitle%5D&c=0_0&f=0'
all_entries: no
metainfo_movie: yes
template: animes

trakt-filmes:
priority: 10
disable:
- seen
- seen_info_hash
- torrent_alive
- retry_failed
exists_movie:
path:
- 'D:\FILMES\'
- 'D:\TORRENTS\'
type: files
allow_different_qualities: better
lookup: imdb
trakt_list:
account: kingkiller
list: ParaBaixar
type: movies
accept_all: yes

trakt-filmes1:
priority: 15
trakt_lookup: yes
discover:
release_estimations:
optimistic: 30 days
what:
- trakt_list:
account: kingkiller
list: ParaBaixar
type: movies
from:
- piratebay:
category: 207
sort_by: seeds
# interval: 1 minutes
quality: 1080p bluray
regexp:
reject:
- mp4
- cam
# - tc
# - r5
# - hdrip
- tvrip
- dsr
- sdtv
- dvdscr
- bdscr
# - webrip
# - webdl
- hdtv
- hdtv
- 368p
- 360p
- 360p
- Hindi
- Grym
- RU
list_match:
from:
- trakt_list:
account: kingkiller
list: ParaBaixar
type: movies
remove_on_match: no
single_match: yes
transmission:
host: localhost
port: 9091
path: 'D:\FILMES\'
list_remove:
- trakt_list:
username: kingkiller
account: kingkiller
list: ParaBaixar
type: movies
list_add:
- trakt_list:
username: kingkiller
account: kingkiller
list: watchlist
type: movies

#####################################################################################
###                                                                               ### 
#####################################################################################

# This task will look for episodes you have added to your My TV Shows list at trakt.
# It will set the begin series option for that show, then remove the episode and re-add it to your My TV Shows list as a show.
series1:
priority: 20
disable:
- seen
- seen_info_hash
- torrent_alive
- retry_failed
# seen: local
trakt_list:
account: kingkiller
list: Seriesbaixar
type: episodes
accept_all: yes
set_series_begin: yes
list_remove:
- trakt_list:
account: kingkiller
list: Seriesbaixar
type: episodes
list_add:
- trakt_list:
account: kingkiller
list: Seriesbaixar
type: shows

# This task is what will actually download your shows.
# See https://flexget.com/wiki/Cookbook/Series/Search for a more detailed explanation of how this search based task works, as well as an example of how to use your tv template on an rss based task alongside.
series2:
priority: 25
# urlrewrite:
# sitename:
# regexp: 'https://thepiratebay.org/torrent/(?P\d+)/(?P.*)'
# format: 'https://thepiratebay.org/download/\g/\g'
disable:
- seen
- seen_info_hash
- torrent_alive
- retry_failed
# If this is your only task getting shows, you can just include the configure_series plugin here instead of using the template.
template: series
discover:
what:
- next_series_episodes:
from_start: yes
from:
- piratebay:
# category: 205
sort_by: seeds
# interval: 1 minutes
quality: 1080p
transmission:
host: localhost
port: 9091
path: 'D:\SERIES{{series_name}}\Season {{series_season|pad(2)}}'
list_remove:
- trakt_list:
account: kingkiller
list: Seriesbaixar
type: episodes
list_add:
- trakt_list:
account: kingkiller
list: Seriesbaixar
type: shows

templates:
# This is just in a template so that it can easily be re-used in multiple tasks (for example in an rss based and discover based task)
# If you only have one task using your series config, you can place the configure_series plugin directly in that task rather than in a template
series:
configure_series:
settings:
# Configure all the series options to your taste
quality: 1080p
path: 'D:\SERIES{{series_name}}\Season {{series_season|pad(2)}}'
identified_by: ep
from:
trakt_list:
account: kingkiller
list: Seriesbaixar
type: shows

animes:
series:
settings:
1080p:
identified_by: sequence
season_packs: yes
set:
path: 'D:\SERIES{{series_name}}\Season {{trakt_season|pad(2)}}'
1080p:
- Lupin III - Part V
- Happy Sugar Life
- Major 2nd
- Planet With
- Boku no Hero Academia 3rd Season
- To Be Heroine
- Free! - Dive to the Future
transmission:
host: localhost
port: 9091
`

Posts: 1

Participants: 1

Read full topic

New FlexGet user - torrent loading, but not downloading

$
0
0

@anonBob wrote:

I installed FlexGet for the first time today. I set it up and once it ran, it found a TV show and sent it to transmission. The torrent has 1450 seeds and 720 peers, but it never starts downloading. This is my config if it helps:

tasks:
 task:
   rss: https://eztv.ag/ezrss.xml

series:
  - series_name

quality: <720p

set:
  path: /tvshows/{{ series_name|replace(' ','.')|replace('The.','the.')|replace('The.Big.','Big.') }}/season.{{"%02d"|format(series_season)}}
  main_file_only: yes
  content_filename: "s{{ series_season|pad(2) }}e{{ series_episode|pad(2) }}"

transmission:
  host: localhost
  port: 9091
  addpaused: No
  magnetization_timeout: 30
  main_file_only: yes
  maxdownspeed: 150
  maxupspeed: 0

clean_transmission:
  host: localhost
  port: 9091
  finished_for: 5 minutes

Posts: 1

Participants: 1

Read full topic

Download torrents if IMDB rating is higher than 7

$
0
0

@aizzar wrote:

I am quite new to Flexget, as I just installed it a few weeks ago. I've only had little time to play with it, and when I read about it, it looks really cool.

However, I cannot figure out how to make recipes work.
I wish to download all torrents from a RSS feed to a folder. If possible, I only want to download movies with a IMDB rating of 7+.

Could one of you give me a hint, and help me figure out what a config file might look like?

Posts: 1

Participants: 1

Read full topic

RMZ.CR Search

$
0
0

@nekromantik wrote:

Hi
Is it possible to search for download links on rmz.cr?
I seen the URL Rewriter for it but that only works on a rss feed that lists 100 latest items so cant search site.

Posts: 1

Participants: 1

Read full topic

Viewing all 837 articles
Browse latest View live