Quantcast
Channel: Forum - FlexGet - Latest topics
Viewing all 1890 articles
Browse latest View live

Override timeframe?

$
0
0

@Loader23 wrote:

Hi,

is it possible to override a timeframe? I have this config:

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

I want some series to download as soon 720p is available. I tried it with

TV-Shows:
            - Series:
              quality: 720p

But this setting does not change anything.

Posts: 2

Participants: 2

Read full topic


Series keeps rejecting the same file

$
0
0

@KiljoyAU wrote:

Hi folks,

Recently transitioned to a Trakt based flexget setup and I noticed a show on my list wasn't downloading. I checked my logs, and the file was being rejected for containing a *.rar (As intended), BUT every few hours the series plugin seems to be trying the same file again and rejecting it again, even though it is remembering it. Any suggestions on how I make it try a different file?

I've checked the rejected list, and the file is on there, so it does seem to be retaining it, but then just tries again... Very odd.

Thanks in advance!

Config excerpts and log excerpts below, private deets replaced with .

(Fairly sure I've butchered the code block formatting. Apologies)

Config excerpt:

templates:
  hdtv:
    regexp:
      reject:
        - subs
        - subtit
        - german
        - dutch
        - spanish
    content_filter:
      reject:
        - '*.rar'
        - '*.zip'

    configure_series:
      settings:
        timeframe: 2 hours
        target: 720p
        propers: 3 days
        identified_by: ep
      from:
        trakt_list:
          account: <account>
          list: <list>
          type: shows

tasks:
  # 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.
  hq_get_shows:
    priority: 2
    # If this is your only task getting shows, you can just include the configure_series plugin here instead of using the template.
    template: hdtv
    discover:
      what:
        - next_series_episodes:
            from_start: yes
      from:
        - iptorrents: 
            rss_key: <rss_key>
            uid: <uid>
            password: <password>
            category: 
              - TV-all
    transmission:
      enabled: yes
      host: localhost
      port: 9091
      username: <user>
      password: <password>
      path: /localpath/

Log excerpt:

2018-04-06 23:32 INFO     remember_rej  hq_get_shows    Remembering rejection of `<A Show> S05E06 720p HDTV X264-UAV`
2018-04-06 23:32 VERBOSE  task          hq_get_shows    REJECTED: `<A Show> S05E06 720p HDTV X264-UAV` by content_filter plugin because has banned file *.rar
2018-04-07 04:31 VERBOSE  discover      hq_get_shows    Searching for `<A Show>  S05E06` with plugin `iptorrents` (14 of 18)
2018-04-07 04:31 VERBOSE  task          hq_get_shows    ACCEPTED: `<A Show> S05E06 720p HDTV X264-UAV` by series plugin because target quality
2018-04-07 04:31 INFO     download      hq_get_shows    Downloading: <A Show> S05E06 720p HDTV X264-UAV
2018-04-07 04:32 INFO     content_filter hq_get_shows    Entry <A Show> S05E06 720p HDTV X264-UAV has banned file *.rar, rejecting
2018-04-07 04:32 INFO     remember_rej  hq_get_shows    Remembering rejection of `<A Show> S05E06 720p HDTV X264-UAV`
2018-04-07 04:32 VERBOSE  task          hq_get_shows    REJECTED: `<A Show> S05E06 720p HDTV X264-UAV` by content_filter plugin because has banned file *.rar
2018-04-07 09:32 VERBOSE  discover      hq_get_shows    Searching for `<A Show> S05E06` with plugin `iptorrents` (14 of 18)
2018-04-07 09:33 VERBOSE  task          hq_get_shows    ACCEPTED: `<A Show> S05E06 720p HDTV X264-UAV` by series plugin because target quality
2018-04-07 09:33 INFO     download      hq_get_shows    Downloading: <A Show> S05E06 720p HDTV X264-UAV
2018-04-07 09:33 INFO     content_filter hq_get_shows    Entry <A Show> S05E06 720p HDTV X264-UAV has banned file *.rar, rejecting
2018-04-07 09:33 INFO     remember_rej  hq_get_shows    Remembering rejection of `<A Show> S05E06 720p HDTV X264-UAV`
2018-04-07 09:33 VERBOSE  task          hq_get_shows    REJECTED: `<A Show> S05E06 720p HDTV X264-UAV` by content_filter plugin because has banned file *.rar

Posts: 1

Participants: 1

Read full topic

Duplicate Downloads for same content

$
0
0

@Randy_Klein wrote:

I'm trying to setup a config to download formula 1 races. It's working, but it's downloading all 3 of the available versions that meet the criteria. How do I update it so that it only download one of the 3 versions? I'd think using a series would help, but I don't see anything in the filenames to configure a series with. Here is my config:

formula1:
rss:
url: https://RSS_URL
nzbget:
url: http://DOWNLOAD_URL
category: sports
regexp:
accept:
- Formula1
reject:
- qualifying
- notebook
- press
- practice
- paddock
- report
- buildup
- show
- post

And here is the resulting downloads from the log:
2018-04-07 17:15 INFO nzbget formula1 AddedFormula1.2018.Australian.Grand.Prix.Race.720pHDTV.DD5.1.50fps.x264-wAm-Obfuscatedto nzbget
2018-04-07 17:15 INFO nzbget formula1 Added
Formula1.2018.Australian.Grand.Prix.UNCUT.PDTV.x264-GRiP-Obfuscatedto nzbget
2018-04-07 17:15 INFO nzbget formula1 Added
Formula1.2018.Australian.Grand.Prix.HDTV.x264-VERUM-Obfuscatedto nzbget

Posts: 1

Participants: 1

Read full topic

This series has already been added by Sonarr

Formlogin plugin for dynamic popup form

$
0
0

@gotson wrote:

Hello,

is it possible to configure formlogin plugin to handle forms that are not displayed when loading the page, but only after clicking a button ?
Clicking the button shows the login form using Javascript.

Example here:
https://yggtorrent.is/

When clicking on S'identifier on the top-right part, the form appears.

Thanks

Posts: 1

Participants: 1

Read full topic

Error attempting to get rss - Issue

$
0
0

@selog wrote:

Hello,

I am trying to get the rss from the site scenefiles .to but I am getting an error: Internal Server Exception.

What does it mean and how can I fix it ?

Here with example tv show:

Error attempting to get rss for https://scenefiles.to/showRSS?category=TV-English-HD&result=filecrypt&filter=1k&release=Brooklyn%20Nine-Nine%20S05E14: Internal server exception on task Series_Collection_EN (https://scenefiles.to/showRSS?category=TV-English-HD&result=filecrypt&filter=1k&release=Brooklyn%20Nine-Nine%20S05E14)

Accessing it normally via browser works fine.

Using this config: https://pastebin.com/N084gSGL

Posts: 1

Participants: 1

Read full topic

How does my config.yml need to look like to download all missing episodes from my shows (using trakt)?

$
0
0

@selog wrote:

How does my config.yml need to look like to download all missing episodes from my shows using trakt?

What I want to do is to have flexget download all missing episodes from the tv shows in my collection in trakt and also download new episodes once they come out.

I am completly new to this, so I would appreciate any help!

Posts: 1

Participants: 1

Read full topic

Checking task for specific release

$
0
0

@dab wrote:

I've specified a task that is run by an IRC daemon. However it won't accept one series anymore out of a sudden and I'd like to find out why.

Is it possible to run a specific task on a given release name to check if Flexget would accept that entry? Example: I want to see what Flexget does if this entry

The.Walking.Dead.S08E15.Die.rechte.Hand.GERMAN.DUBBED.DL.1080p.WebHD.x264-TVP

pops up in IRC announcement channel.

And, if not, how do I set the environment variables FLEXGET_LOG_MAXBYTES and FLEXGET_LOG_MAXCOUNT? In that case I'd have to run the daemon in debug logging mode, but the 1MB and 9 files limit is too low because files are overwritten within half a day and the show is usually released late at night so it'll already be gone when I'm able to check.

Posts: 1

Participants: 1

Read full topic


Filtering help

$
0
0

@whskyjohnson wrote:

"Example: Here is an example the uses the rss plugin with an if statatement to only download an entry if it was released more than an hour ago. We use utcnow in this example because most RSS feeds publish their entries in a non-timezone specific manner.
rss: "http://example.com/rss"
if:
- rss_pubdate > utcnow - timedelta(hours=1): reject"

This doesn't make sense. How does it accept?
I want to filter entries and only download entries released LESS THAN two hours ago but no matter what everytime I test the config everything is rejected.

if:
- rss_pubdate > utcnow - timedelta(hours=2): accept

that't what I have and everything is undecided. To me that reads if something was published at 10 AM and the current time is 11AM we'll subtract 2 hours and be at 9 AM. So the pubdate is greater right? Except nothing gets accepted.

Posts: 5

Participants: 2

Read full topic

How to override season number for specific series with sequence numbering?

$
0
0

@FartyMcgee wrote:

I'm having trouble trying to override the season number for a couple of series that mismatch with what tvdb thinks it should be.

The RSS feed I'm using identifies the shows by sequence, and considers it a 'new' show with a longer subtitled name. However, tvdb considers it a new season of an ongoing show.

So for example:
the RSS feed has the show entry as:
Lupin III Part V - 02 [1080p].mkv

However, as far as tvdb is concerned, this isn't the 2nd episode of "Lupin III Part V", it's S05E02 of "Lupin III":
https://www.thetvdb.com/?tab=season&seriesid=71863&seasonid=755146&lid=7

How do I set a configuration properly to consider the "02" to be an episode number and manually specify this is season 5? with an end result:
Lupin III - S05E02

There's a similar show that has the same Show Title: Subtitle numbering problem, so it's not just this specific example.

I've tried a few things that don't work.

thetvdb_lookup: yes
series:
  settings:
    identified_by: sequence
  all:
    - Some Well Behaved Show
    - Some Other Show
    - Lupin III:
      alternate_name:
        - Lupin III Part V
      set:
        series_season: 5
        tvdb_season: 5
if:
  - "series_name == 'Lupin III'":
    set:
      series_season: 5
      tvdb_season: 5

(forgive any typos, manually typed that out as config is on another device)

No matter what I try I still end up with this as the end result:
Lupin III - S01E02.mkv

set just doesn't seem to work. Neither does if.

I tried manipulate but that isn't allowed within the series plugin

I tried setting identified_by: ep thinking the sequence identifier was throwing things, but then the parser can't find an identifier because the series isn't there.

I considered using ep_regexp but it needs two regexp groups returned, and i'm not sure how to 'inject' a value that's not in the original string.

(as a side note: i'm trying to match what tvdb says because this ends up in Kodi, which will also identify the show in the same way)

Any ideas how to solve this problem?

Posts: 1

Participants: 1

Read full topic

RTorrent move torrents when done not working correctly

$
0
0

@Kwb wrote:

I have followed the example "Move completed 1" available at rtorrent pluging page and it kinda works. As far as I can see from the ruTorrent web UI, issue is that once the move is completed, the torrent remains in pause state because the metadata information is not updated in rtorrent (it still points to the old location). How can I updated the metadata as well so that the torrent keeps seeding and is moved to the new location?

Posts: 2

Participants: 2

Read full topic

Torrents Added To Web Version Of Tranmission

$
0
0

@Mike_Jones wrote:

I am migrating flexget to a new PC and attempting to set everything up again. I have worked all the errors out of my config, have everything set-up but now when I run my flexget execute the files are not added to the Transmission on my Ubuntu VM they are added to the web http://localhost:9091/transmission/web/#confirm - what setting do I change so that files are downloaded or show up in the Transmisson on my Ubuntu VM?

Posts: 1

Participants: 1

Read full topic

Need help with age plugin

$
0
0

@First_Last wrote:

tasks:
  task_name:
    rss: rss_link
    accept_all: yes
    download: /home/user/watch/
    age:
      field: accessed
      action: accept
      age: 15 minutes

I want to grab all items that are less than 15 minutes old based off the <pubDate> tag for each item. Is this the correct setup?

Posts: 1

Participants: 1

Read full topic

Urlrewriting problems

$
0
0

@whskyjohnson wrote:

I have this in the config:

regexp: 'https://privatehd.to/torrent/(.*)'
format: 'https://privatehd.to/rss/download/(.*)/(.*)'

but it's saying,
Not Found for url: https://privatehd.to/rss/download/(.*)/(.*)

I tested the regular expression on regexr.com and it worked so I'm not sure what's wrong

Posts: 1

Participants: 1

Read full topic

imdb_lookup and tvdb_lookup language

$
0
0

@alvaro wrote:

Hi,

For those interested in getting the movie or series information (mainly the title, the score and the number of votes) from imdb or tvdb in a language different than english, I've found where to modify the python code to make it possible. I am not good at python programming, but it would be great that those plugins could be configured to get the information in a desired language (so you can correctly parse a rss input for spanish movies or series, for instance, and then match it with your trakt.tv lists).

The problem with this modification is that you have to re-modify the files when you upgrade flexget. But it is a solution that some of you may find interesting while the plugins become more versatile.

These are the files to modify and where to make the modifications to get the information in spanish (changes are marked in bold)

  • imdb.py >>> sudo nano /usr/local/lib/python2.7/dist-packages/flexget/utils/imdb.py
    Line 25:
    requests.headers.update({'Accept-Language': 'es-ES,es;q=0.8'})
    Line 314:
    self.votes = str_to_int(votes_elem.text.replace('.', ','))
    Line 320:
    self.score = float(score_elem.text.replace(',', '.'))

  • api_tvdb.py >>> sudo nano /usr/local/lib/python2.7/dist-packages/flexget/plugins/internal/api_tvdb.py
    Line 61:
    language = params.pop('language', 'es')
    Line 178:
    self.language = language or 'es'

  • tvdb_lookup.py >>> sudo nano /usr/local/lib/python2.7/dist-packages/flexget/api/plugins/tvdb_lookup.py
    Line 91:
    base_parser.add_argument('language', default='es', help='Language abbreviation string for different language support')

  • thetvdb_lookup.py >>> sudo nano /usr/local/lib/python2.7/dist-packages/flexget/plugins/metainfo/thetvdb_lookup.py
    Line 106:
    'language': {'type': 'string', 'default': 'es'}
    Line 169:
    language = config['language'] if not isinstance(config, bool) else 'es'

Some of the changes may be unnecessary but it works. If this could be made by plugin settings, it would not be necessary to change manually those files any time flexget is upgraded. I would be really grateful that it could be implemented as a new feature request. Could that be possible?

Thanks!

Posts: 1

Participants: 1

Read full topic


content_filter forgets

$
0
0

@paegus wrote:

I have set up content_filter to filter out .rar files. But every time it runs it's rejecting the exact same entry because content_filter *.rar

It says 'Remembering rejection of...' each time.

2018-04-18 18:58 VERBOSE  content_size  task1      Entry `The Silly Show S03E15 480p x264-mSD` too small, rejecting
2018-04-18 18:58 VERBOSE  task          task1      REJECTED: `The Silly Show S03E15 480p x264-mSD` by content_size plugin because minimum size 100 MB, got 95 MB
2018-04-18 18:58 VERBOSE  task          task1      ACCEPTED: `The Silly Show S03E15 1080p WEB x264-TBS` by series plugin because choosing best available quality
2018-04-18 18:58 INFO     download      task1      Downloading: The Silly Show S03E15 1080p WEB x264-TBS
2018-04-18 18:58 VERBOSE  details       task1      Summary - Accepted: 1 (Rejected: 1 Undecided: 7 Failed: 0)
2018-04-18 18:58 INFO     content_filter task1      Entry The Silly Show S03E15 1080p WEB x264-TBS has banned file *.rar, rejecting
2018-04-18 18:58 INFO     remember_rej  task1      Remembering rejection of `The Silly Show S03E15 1080p WEB x264-TBS`
2018-04-18 18:58 VERBOSE  task          task1      REJECTED: `The Silly Show S03E15 1080p WEB x264-TBS` by content_filter plugin because has banned file *.rar
2018-04-18 18:58 INFO     task          task1      Rerunning the task in case better resolution can be achieved.
2018-04-18 18:58 VERBOSE  discover      task1      Discovering 46 titles ...
2018-04-18 18:58 INFO     discover      task1      Ignoring interval because of --discover-now
2018-04-18 18:58 VERBOSE  details       task1      Task didn't produce any entries.
2018-04-18 18:58 VERBOSE  details       task1      Summary - Accepted: 0 (Rejected: 0 Undecided: 0 Failed: 0)

Posts: 1

Participants: 1

Read full topic

How to match a series without episode numbering, date or numbered id?

$
0
0

@eivindml wrote:

I have a series named like this: Trygdekontoret.Dokumentar.På.Paradise.Hotell.NORWEGiAN.720p.WEB-DL.x264-PirateTV

How can I match this using the series plugin?

I tried using id_regexp and name_regexp, but didn't quite know how to get it work.

"Trygdekontoret.Dokumentar" is the fixed part (series name), and "På.Paradise.Hotell" is the episode title.

H ave tried this:

- Trygdekontoret Dokumentar:
    identified_by: id
    name_regexp: ^trygdekontoret.dokumentar
    id_regexp: .*

Posts: 3

Participants: 2

Read full topic

Call python script

$
0
0

@ddgames wrote:

How would one call a python script once a new torrent is detected?

Would using

exec: python script.py

work?

thanks

Posts: 2

Participants: 2

Read full topic

RSS Port Required

$
0
0

@her0wh1m wrote:

Hello,

My rss feed is getting a HTTP 403 error. This is because the box it is on is behind a VPN. I can bypass the VPN for selected ports, and do so already for port 80. My question is, what port does the RSS feed operate on, so I can bypass the VPN for this port and eliminate the 403 error.

Many thanks.
h

Posts: 1

Participants: 1

Read full topic

Url link filter

$
0
0

@karmon11 wrote:

what I have to do that rss http://2ddl.io/feed/ he accepted only rapidgator link?

my config:

tasks:
  task_name:
    rss: http://2ddl.io/feed/
    series:
      - xxxxxxxxx
   quality: 720p+ webdl
    exec:
      - echo text={{url}} >> "/media/pi/plat16/folderwatch/mylist.crawljob"
      - echo downloadFolder=/media/pi/ex32 >> "/media/pi/plat16/folderwatch/mylist.crawljob"
      - echo autoConfirm=TRUE >> "/media/pi/plat16/folderwatch/mylist.crawljob"
      - echo autoStart=TRUE >> "/media/pi/plat16/folderwatch/mylist.crawljob"
      - echo extractAfterDownload=FALSE >> "/media/pi/plat16/folderwatch/mylist.crawljob"
      ##if you also need to parse the content of the url, uncomment following line
      #- echo deepAnalyseEnabled=true >> "/media/pi/plat16/folderwatch/mylist.crawljob"

Posts: 1

Participants: 1

Read full topic

Viewing all 1890 articles
Browse latest View live