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

Illogical Behavior

$
0
0

@gsapient wrote:

Hello.
I have the following line in my config:

if: ["'CONVERT' in title or 'convert' in title": reject]

Now, if , for example, in my RSS feed there are 2 instances of an episode of series test like this:

test.s01e03.720p.hdtv
test.s01e03.CONVERT.720p.web

The result is that flexget downloads neither! It selects the CONVERT.720p.web as the best quality to download then rejects it because on CONVERT in title.
Shouldn't it fall back to the other release then?
Or never select the CONVERT one?
Can this be fixed?
And in the meantime, is there a way to bypass this issue? Force the order of evaluation?

Posts: 1

Participants: 1

Read full topic


Folder naming

$
0
0

@Gogetta wrote:

Hi,

I'm quite new to flexget but I've managed to get a good config file up and running and everything downloads fine but I've got a question about how the files are sorted after they're downloaded.

I want to place the files/folders in the correct master folder.

For example: "MotoGP2018.Qatar.Race" would go into the folder "MotoGP 2018 Qatar GP" and "F12018.AustralianGP.Qualifying" would go into the folder "Formula 1 2018 Australian GP"

I've seen people do this with TV series using IMDB but I'm sure there must be a way of using the torrent name to create the correct folder?

Thank you.

Posts: 1

Participants: 1

Read full topic

filehosters_re

$
0
0

@karmon11 wrote:

this is my config:

is ok, but filehosters_re not working for rlsbb.ru gives me link uploadgig but i want rapidgator. for rmz works. i dont know what is wrong.

templates:
  tv:
    inputs:
        - rss: http://rmz.cr/feed
        - rss: http://rlsbb.ru/feed/
    accept_all: no
    rmz:
      filehosters_re:
      - uploaded\.net
    rlsbb:
      filehosters_re:
      - rapidgator\.net
    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"
    series:
        720p+ webdl|webrip h264:
            - test
tasks:
  Series:
    template: tv
    notify:
      task:
#        template: html  # Optional, if you want html instead of plain text
        via:
        - email:
            from: xxxxx
            to: xxxxx
            smtp_host: smtp.gmail.com
            smtp_port: 587
            smtp_username: xxxxx
            smtp_password: xxxxx
            smtp_tls: yes
            html: yes

Posts: 1

Participants: 1

Read full topic

content_filename not recognizing file greater than 90%

$
0
0

@Germanicus wrote:

I think this might be a bug but since I'm so new to FlexGet I wanted to post this here before submitting a bug just in case I'm just ignorant on how this works.

So, as the title suggests, renaming is failing even though the main video file in the torrent is clearly greater than 90% of the whole torrent.

2018-04-26 20:13 WARNING deluge Download-TV No files in "Riverdale.US.S02E19.HDTV.x264-SVA" are > 90% of content size, no files renamed.

The file is 183.8mb's and the only other two files in there are 0.1kb.

Edit:
Confirmed with another torrent. This isn't a one off behavior.

Posts: 1

Participants: 1

Read full topic

Using Deluge With Flexget

$
0
0

@Mike_Jones wrote:

I am trying to use deluge with my flexget set-up and everything runs as it should until it gets to the point of adding the torrents to deluge. Then I get this message

Connection lost to daemon at localhost:58846 reason: Connection was cleosed cleanly

Posts: 1

Participants: 1

Read full topic

List indices Error with sonarr_list plugin

$
0
0

@Pr0curia wrote:

Dear forum members,

I got totally stuck with my Trakt to sonarr config.

I copied the config from : https://github.com/rinslee/flexget-config-sonarr/blob/master/config.yml

It always crashes in the series_unseen part with the error " series_unseen BUG: Unhandled error in plugin list_add: list indices must be integers, not unicode "
The only clue to solve this error I found was: https://discuss.flexget.com/t/sonarr-couchpotato-integration/1289/18
But the solution "try for show in json" puzzles me. I don't know what's ment and they didn't elaborate that further.

Is someone out there with the same problem - or even a solution for this?

Please see below the part of the conf, which causes the problem.

Many thanks in advance,

Peter

series_unseen:
    priority: 3
    disable:
      - seen
      - seen_info_hash
      - retry_failed
    trakt_lookup:
      account: procuria
      username: Procuria
    trakt_list:
      account: procuria
      list: serien
      type: shows
    if:
      - trakt_watched: reject
    accept_all: yes
    list_add:
      - sonarr_list:
          base_url: http://localhost
          port: 8989
          api_key: MyApiKey
          ignore_episodes_with_files: yes
          root_folder_path: /home/Deluge/TV 
          search_missing_episodes: yes

Posts: 1

Participants: 1

Read full topic

Conditional statements and seeding time/ratio

$
0
0

@Germanicus wrote:

Could someone point me in the right direction on how to remove a torrent after either the seed ratio is met or seeding time. I'm not sure whether there are conditional statements available or how to use them.

Posts: 4

Participants: 2

Read full topic

Problem with torrentleech

$
0
0

@jraa wrote:

Hello,

Can someone help me with the configuration file to include the rss of torrentleech?

Thanks.
João

Posts: 1

Participants: 1

Read full topic


Trakt list cache updating?

$
0
0

@skrynklarn wrote:

I'm using trakt_list to save a list with my active tv shows. My question is how often is the cache updated for the trakt_list?
Because it takes some time when I add/remove a show from my list on trakt.tv.

templates:
  tv_save:
    configure_series:
      from:
        trakt_list:
          username: '{? trakt.username ?}'
          account: '{? trakt.account ?}'
          list: Automatic download
          type: shows
      settings:
        quality: 720p

Heading

Posts: 1

Participants: 1

Read full topic

How to reject any season packs of any shows?

$
0
0

@xiatian wrote:

Hi, guys
I want to reject all season-packed shows because my private tracker site requires a long seeding time for season packs. In the meantime, I want to download any torrents of any shows and the size should be limited to 5G per torrent. Here is my configuration but I will get season packs. How to reject them?

  1 tasks:
  2   Internal:
  3     rss: xxx
  4     accept_all: yes
  5     transmission:
  6       host: localhost
  7       port: 9091
  8       username: xxx
  9       password: xxx
 10      path: /home
 11     content_size:
 12       min: 0
 13       max: 5120
 14     clean_transmission:
 15       host: localhost
 16       port: 9091
 17       username: xxx
 18       password: xxx
 19       finished_for: 2 days
 20       delete_files: yes
 21       directories:
 22         - \A/+home(\Z|/+.*)
 23     free_space:
 24       path: /home
 25       space: 2048

Posts: 2

Participants: 1

Read full topic

Help with quality settings, can't get it working.. get h265 720p if not available, get hdtv

$
0
0

@dexus wrote:

I have tried searching for an answer, but all the posts with similar issues are not working for me..

I am trying to set the quality filters, so that it will for 12 hours check for 720p h265 version of an episode, then if none has showed up, get the HDTV version of that episode.

These are my current settings.. please help!

templates:
  tv:
    configure_series:
      from:
        thetvdb_favorites:
          account_id: ***************
          strip_dates: true
      settings:
        timeframe: 12 hours
        target: 720p h265
        quality: <=hdtv
        propers: 1 day
    download: /media/sdr1/home/myusername/private/transmission/watch/
    regexp:
      reject:
        - TRUEFRENCH
        - SPANiSH
        - FRENCH
        - french
        - Special
        - German
        - 2160p

Any ideas would be greatly appreciated..

Posts: 1

Participants: 1

Read full topic

Tranmission plugin does not seem to work or being detected

$
0
0

@parisbyday wrote:

Hello,

I am trying to configure flexget with transmission.
Flexget: 2.13.15
API: 1.4.3
I have a docker environnement and i use https://github.com/cpoppema/docker-flexget.
in the logs i can see an error message below
2018-05-06 14:31 DEBUG task_queue task books aborted: TaskAbort(reason=BUG: Unhandled error in plugin torrent_files: u'files', silent=False)
2018-05-06 14:31 DEBUG scheduler all tasks in schedule finished executing

2018-05-06 14:31 CRITICAL task books BUG: Unhandled error in plugin torrent_files: u'files'
2018-05-06 14:31 CRITICAL manager books An unexpected crash has occurred. Writing crash report to /config/crash_report.2018.05.06.143138117474.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.13.15
2018-05-06 14:31 DEBUG manager books Traceback:
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/flexget/task.py", line 486, in _runplugin
return method(*args, **kwargs)
File "/usr/lib/python2.7/site-packages/flexget/event.py", line 23, in call
return self.func(*args, **kwargs)
File "/usr/lib/python2.7/site-packages/flexget/plugins/metainfo/torrent_files.py", line 20, in on_task_modify
files = [posixpath.join(item['path'], item['name']) for item in entry['torrent'].get_filelist()]
File "/usr/lib/python2.7/site-packages/flexget/utils/bittorrent.py", line 236, in get_filelist
for item in self.content['info']['files']:
KeyError: u'files'
2018-05-06 14:31 WARNING task books Aborting task (plugin: torrent_files)

my configuration is maybe wrong but seems simple :slight_smile:

web_server: yes

schedules:
- tasks: '*'
interval:
minutes: 1

tasks:
books:
rss: 'https://yggxxxxxx.is/rss?type=1&parent_category=2140'
regexp:
accept:
- equipe
- Equipe
- Lucky
- Magazine
- Parisien
- Monde
- Provence
- Elle
- Midi
- Figaro
- Liberation
transmission:
enabled: yes
host: 192.168.1.100
port: 9091

Many Thanks in advance for your feedback,

Posts: 1

Participants: 1

Read full topic

Torrentleech - Search returns no results due to search format

$
0
0

@Fabrizio_Bottaro wrote:

Seems torrentleech plugin is only using one search format when using discover search plugin.

https://www.torrentleech.org/torrents/browse/list/query/The%20Blacklist%20%282013%29%20S05E20/categories/32

Which decodes to.

https://www.torrentleech.org/torrents/browse/list/query/The Blacklist (2013) S05E20/categories/32

is there a way for me to strip year? or use the same search method as say alpharatio which goes through and searches in 3-4 different formats. If I remove the year in brackets its working fine.

https://www.torrentleech.org/torrents/browse/list/query/The Blacklist S05E20/categories/32

I just get this error for all searches
Error searching with torrentleech: No JSON object could be decoded

Running version 2.13.15 on debian.

Posts: 1

Participants: 1

Read full topic

Imdv movies not accepted anymore

$
0
0

@taw3434 wrote:

hey long time flexget user -- so long im probably many versions behind the current. Anyway i just noticed that movies for me were not being accepted anymore did a --dump and everything was undecided but couldn't see why. thought i could post my config and see if anyone could help. Thanks

schedules:
  # Run task_a every 30 minutes
  - tasks: xspeedstv
    interval:
      minutes: 15
  - tasks: updatewatchlist
    interval:
      hours: 24
  - tasks: xspeedsmovie
    interval:
      hours: 3
  - tasks: checkmanadd
    interval:
      minutes: 60
templates:
  movie:
    movie_queue: accept
    imdb_lookup: yes
    quality: 720p
    regexp:
      reject:
        - HC
    deluge:
      host: localhost
      port: 58846
      password: ********
      content_filename: "{{imdb_name}}"
      path: ~/Downloads/
      main_file_only: yes
      movedone: /storage/Movies/{{imdb_name}} ({{imdb_year}})/
      ratio: 2
      removeatratio: yes
      keep_subs: yes
  tv:
    thetvdb_lookup: yes
    exists_series:
      - '/storage/TV/{{tvdb_series_name}}/Season {{tvdb_season}}'
      - '/storage/TV/{{tvdb_series_name}}/Season{{tvdb_season}}'
      - ~/Downloads
    configure_series:
      from:
        thetvdb_favorites:
          account_id: ************
      settings:
        propers: 2 days
        timeframe: 12 hours
        target: 720p
        quality: "<=720p"
    set:
      content_filename: "{{tvdb_series_name}} - {{tvdb_ep_id}} - {{tvdb_ep_name$
      path: ~/Downloads/
      movedone: /storage/TV/{{tvdb_series_name}}/Season {{tvdb_season}}/
      ratio: 2
      removeatratio: yes
      main_file_only: yes
      keep_subs: yes
    deluge:
      host: localhost
      port: 58846
      password: **********
    series:
      - Divorce (2016):
          alternate_name: Divorce US
      - Scandal (2012):
          alternate_name: Scandal US
      - Taboo (2017):
          alternate_name: Taboo UK
      - Crashing (2017):
          alternate_name: Crashing US
tasks:
  manupdatedb:
    filesystem:
      regexp: .*(avi|mkv|mp4)$
      path: /storage/TV/
      recursive: yes
      retrieve: files
    template: tv                            
    manual: yes
  xspeedstv:
    rss: https://www.xspeeds.eu/rss.php?secret_key=*********
    template: tv
  xspeedsmovie:
    rss: https://www.xspeeds.eu/rss.php?secret_key=**********
    template: movie
  updatewatchlist:
    priority: 1
    imdb_list:
      list: watchlist
      user_id: ***********
    accept_all: yes
    movie_queue:
      action: add
  checkmanadd:
    seen: local
    thetvdb_lookup: yes
    inputs:
      - from_deluge:
          config_path: "/home/taw34/.config/deluge/"
          filter:
            state: downloading
      - from_deluge:
          config_path: "/home/taw34/.config/deluge/"
          filter:
            state: queued
      - from_deluge:
          config_path: "/home/taw34/.config/deluge/"
          filter:
            state: seeding
    all_series: yes
    deluge:
      host: localhost
      port: 58846
      password: ************
      main_file_only: yes
      content_filename: "{{tvdb_series_name}} - {{tvdb_ep_id}} - {{tvdb_ep_name$
      movedone: /storage/TV/{{tvdb_series_name}}/Season {{tvdb_season}}/`

Posts: 1

Participants: 1

Read full topic

Inject with WebUI

$
0
0

@shotfirer wrote:

Just wanted to ask for a new feature (when the time come). I think it would be great to have the ability to preform the inject command from the WebUI. Thank you :slight_smile:

Posts: 1

Participants: 1

Read full topic


Using notify to push webhooks

$
0
0

@2000b5 wrote:

I don't need it to push into slack or Ms teams but I would like to use webhooks, is there another notify option?

Posts: 1

Participants: 1

Read full topic

Movie year not matching

Can't use correctly configure_series as input

$
0
0

@stefano.comba wrote:

Hi,
using configure_series as the input of my task (documentation https://flexget.com/Plugins/configure_series) I'm not managing something because I receive this error:

8-05-12 15:09 VERBOSE task_queue There are 1 tasks to execute. Shutdown will commence when they have completed.
2018-05-12 15:09 VERBOSE trakt_list download-shows Retrieving shows list following
2018-05-12 15:09 WARNING task download-shows Task doesn't have any input plugins, you should add (at least) one!
2018-05-12 15:09 WARNING details download-shows Task didn't produce any entries. This is likely due to a mis-configured or non-functional input.
2018-05-12 15:09 VERBOSE details download-shows Summary - Accepted: 0 (Rejected: 0 Undecided: 0 Failed: 0)

templates:
  torrent:
    transmission:
      host: localhost
      port: 9091
      username: '{? credentials.transmission.username ?}'
      password: '{? credentials.transmission.password ?}'
      addpaused: no
  shows:
    configure_series:
      settings:
        quality: 720p
      from:
        trakt_list:
          username: '{? credentials.trakttv.username ?}'
          account: '{? credentials.trakttv.username ?}' # required if list is not public
          list: following
          type: shows
    transmission:
      path: '{? paths.tvseries ?}'

  download-shows:
    # rss: http://showrss.info/user/74455.rss?magnets=true&namespaces=true&name=clean&quality=null&re=null
    all_series: yes
    template:
      - torrent
      - shows
    notify:
      entries:
        what: accepted
        # template: default
        via:
        - telegram:
            bot_token: '{? credentials.telegram.bot_token ?}'
            # message: |+
            #   *New TV show ({{title}}) added
            #   *{{series_name}}* - {{series_id}}
            #   *{{tvmaze_episode_name|d(tvdb_ep_name)|d('')}}*
            #   [Image]({{tvmaze_series_original_image|replace("_", "%5F")}})
            #   [Show page]({{tvmaze_series_url|replace("_", "%5F")}})
            parse_mode: markdown
            recipients:
              - username: '{? credentials.telegram.username ?}'

Posts: 1

Participants: 1

Read full topic

Install FlexGet On Ubuntu

$
0
0

@NewUbuntuUser wrote:

I have researched flexget and determined this is probably going to be the best thing for what I want. But I have a few questions. I am installing on Ubuntu and want to use Transmission (not the web version, but the one that you actually can launch as a stand-alone). which leads me to a few quesitons
1) Does anyone have a script that will download/set perms etc for a flexget set-up all in one for Ubuntu?
2) What is the best guide for me to follow to NOT use the web version of transmission and use the stand-alone client in my Ubuntu install?

Posts: 1

Participants: 1

Read full topic

Coming soon imdb plugin

$
0
0

@chewy74 wrote:

Since imdb website doesn't offer rss for section for all movies coming out soon, is it possible to make a plugin that will parse and import it to the movie_list. Using imdb filters to accept, or reject.

It's not a user list so no login credentials are required to get to the list

I think it would be a great plugin for movies

Thanks

Posts: 1

Participants: 1

Read full topic

Viewing all 1890 articles
Browse latest View live