Quantcast
Channel: configuration - Forum - FlexGet
Viewing all 716 articles
Browse latest View live

--discover-now not working with next_series_episodes

$
0
0

@will wrote:

Hi,

I think I've done something wrong in my config.

  showrss-tv:
    verify_ssl_certificates: no
    template: tv    
    priority: 59
    discover:
      what:
        - next_series_episodes: yes
      from:
        - search_rss: https://showrss.info/user/82925.rss?magnets=false&namespaces=true&name=null&quality=null&re=null

When I run this using --discover-now, I get the following:

2016-08-23 13:15 VERBOSE  discover      tltest          Discovering 11 titles ...
2016-08-23 13:15 INFO     discover      tltest          Ignoring interval because of --discover-now
2016-08-23 13:15 INFO     task          tltest          Plugin next_series_episodes has requested task to be ran again after execution has completed. Reason: Look for next season
2016-08-23 13:16 VERBOSE  details       tltest          Task didn't produce any entries.
2016-08-23 13:16 VERBOSE  details       tltest          Summary - Accepted: 0 (Rejected: 0 Undecided: 0 Failed: 0)
2016-08-23 13:16 INFO     task          tltest          Rerunning the task in case better resolution can be achieved.
2016-08-23 13:16 VERBOSE  discover      tltest          Discovering 8 titles ...
2016-08-23 13:16 INFO     discover      tltest          Ignoring interval because of --discover-now
2016-08-23 13:16 VERBOSE  discover      tltest          Discover interval of 5 hours not met for 7 entries. Use --discover-now to override.
2016-08-23 13:16 VERBOSE  details       tltest          Task didn't produce any entries.
2016-08-23 13:16 VERBOSE  details       tltest          Summary - Accepted: 0 (Rejected: 0 Undecided: 0 Failed: 0)

(ignore the task name - it's a similar task).

Previously, I was discovering from an entry_list. Is there a reason discover-now is being ignored when using next_series_episodes?

Any pointers gratefully received!

Posts: 1

Participants: 1

Read full topic


Traktv - add series from trakt_list

$
0
0

@acco.unifi wrote:

Hello, i have configured this task (actually copied it from the cookbook and adjusted it to make it work):

  # This task is what will actually download your shows.
  # See http://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.
  get-shows:
    # If this is your only task getting shows, you can just include the configure_series plugin here instead of using the template.
    manual: yes
    template: tv
    discover:
      what:
        - trakt_list:
            account: username
            username: username
            list: list-name
            type: shows
            strip_dates: yes
      from:
        - rarbg:
            use_tvdb: True
            category: [18, 41] # 18 are low quality releases, 41 is hd tv-shows on rarbg

this is the tv template im using:

  tv:
    template:
      - torrent
      - metainfo
      - pb
    set:
      path: /path/to/downloads
    quality: 720p-1080p

the subtemplates you see there are nothing but variable setting for transmission and pusbhbullet, metainfo is for retrieving metainfos about the episodes..

Now the output of a test run is like this:

2016-08-23 20:30 INFO     manager                       Test mode, creating a copy from database ...
2016-08-23 20:30 INFO     manager                       Test database created
2016-08-23 20:30 VERBOSE  task_queue                    There are 1 tasks to execute. Shutdown will commence when they have completed.
2016-08-23 20:30 INFO     transmission  get-shows       Trying to connect to transmission...
2016-08-23 20:30 INFO     transmission  get-shows       Successfully connected to transmission.
2016-08-23 20:30 VERBOSE  trakt_list    get-shows       Retrieving `shows` list `list-name`
2016-08-23 20:30 VERBOSE  discover      get-shows       Discovering 7 titles ...
2016-08-23 20:30 INFO     discover      get-shows       Ignoring interval because of --discover-now
2016-08-23 20:30 VERBOSE  discover      get-shows       Searching for `Silicon Valley` with plugin `rarbg` (1 of 7)
2016-08-23 20:30 VERBOSE  discover      get-shows       Searching for `Game of Thrones` with plugin `rarbg` (2 of 7)
2016-08-23 20:30 VERBOSE  utils.requests get-shows       Waiting 1.57 seconds until next request to torrentapi.org
2016-08-23 20:30 VERBOSE  discover      get-shows       Searching for `Black Sails` with plugin `rarbg` (3 of 7)
2016-08-23 20:30 VERBOSE  utils.requests get-shows       Waiting 1.91 seconds until next request to torrentapi.org
2016-08-23 20:30 VERBOSE  discover      get-shows       Searching for `Better Call Saul` with plugin `rarbg` (4 of 7)
2016-08-23 20:30 VERBOSE  utils.requests get-shows       Waiting 1.92 seconds until next request to torrentapi.org
2016-08-23 20:30 VERBOSE  discover      get-shows       Searching for `The 100` with plugin `rarbg` (5 of 7)
2016-08-23 20:30 VERBOSE  utils.requests get-shows       Waiting 1.71 seconds until next request to torrentapi.org
2016-08-23 20:30 VERBOSE  discover      get-shows       Searching for `Vikings` with plugin `rarbg` (6 of 7)
2016-08-23 20:30 VERBOSE  utils.requests get-shows       Waiting 1.93 seconds until next request to torrentapi.org
2016-08-23 20:30 VERBOSE  discover      get-shows       Searching for `Sense8` with plugin `rarbg` (7 of 7)
2016-08-23 20:30 VERBOSE  utils.requests get-shows       Waiting 0.94 seconds until next request to torrentapi.org
2016-08-23 20:30 VERBOSE  details       get-shows       Produced 175 entries.

Now the first thing I don't understand is why Silicon valley isn't getting any entry produced... (and if I search manually on rarbg.to I find it (1080p and 720p).

For reference this is what it says for game of thrones, so it is producing entries...:

2016-08-23 20:31 INFO     remember_rej  get-shows       Remembering rejection of `Game.of.Thrones.S06E08.720p.HDTV.x264-AVS[rartv]`
2016-08-23 20:31 VERBOSE  task          get-shows       REJECTED: `Game.of.Thrones.S06E08.720p.HDTV.x264-AVS[rartv]` by seen_info_hash plugin because entry with torrent_info_hash `18523DF9D2E670BA0BCBE074CF0510BFA08D2C59`
is already marked seen in the task showrss at 2016-06-13 04:53
2016-08-23 20:31 INFO     remember_rej  get-shows       Remembering rejection of `Game.of.Thrones.S06E10.720p.HDTV.x264-AVS[rartv]`
2016-08-23 20:31 VERBOSE  task          get-shows       REJECTED: `Game.of.Thrones.S06E10.720p.HDTV.x264-AVS[rartv]` by seen_info_hash plugin because entry with torrent_info_hash `77EFB1E5428E0FB17A642AB4F35D67E59E7AAE33`
is already marked seen in the task showrss at 2016-06-27 04:53
2016-08-23 20:31 INFO     remember_rej  get-shows       Remembering rejection of `Game.of.Thrones.S06E09.720p.HDTV.x264-AVS[rartv]`
2016-08-23 20:31 VERBOSE  task          get-shows       REJECTED: `Game.of.Thrones.S06E09.720p.HDTV.x264-AVS[rartv]` by seen_info_hash plugin because entry with torrent_info_hash `E1C20B92BCF931B6ACFADA39F3DC258EE369E735`
is already marked seen in the task showrss at 2016-06-20 04:53

The second bit is this:

2016-08-23 20:30 INFO     parser_internal get-shows       Title `Sense8.S01.720p.NF.WEBRip.DD5.1.x264-NTb[rartv]` looks like series `Sense8 S01 720p Nf Webrip Dd5` but cannot find a(n) `ep` style identifier.
2016-08-23 20:30 INFO     parser_internal get-shows       Title `Sense8.S01.1080p.NF.WEBRip.DD5.1.x264-NTb[rartv]` looks like series `Sense8 S01 1080p Nf Webrip Dd5` but cannot find a(n) `ep` style identifier.

How do I make it so that any entry found also tries to set_begin for the series?

Thank you for the help guys!

Posts: 3

Participants: 2

Read full topic

download_movies REJECTED

$
0
0

@peterfields wrote:

Hi, I was just about to give up completely trying to use Flexget when I finally managed to get some kind of sense out of the test config log. I am trying to fetch a Trakt list and then find the file on IPtorrents to send to Deluge to download.

Here is my config:

schedules:
  - tasks: '*'
    interval:
      minutes: 5
      
templates:
  global:
    deluge:                                                                      
      enabled: yes                                                                     
      host: localhost                                                                  
      port: 2052                                                                      
      username: peter                                                                 
      password: **********
    content_filter:
      require:
        - '*.mkv'
        - '*.avi'
        - '*.mpg'
        - '*.mp4'
      reject:
        - '*.wmv'
        - '*.r0'
        - '*.rar'
        - '*.part0'

  movies:
    quality: 1080i+ !h265
    movie_list: accept
    regexp:
      from: title
      reject:
        - trailer
        - screener
        - subbed
        - dubbed

tasks:

  queue_movies_from_trakt:
    priority: 2
    trakt_list:
      username: *******
      account: *******
      list: traktlist
      type: movies
    accept_all: yes
    list_add:
      - movie_list: accept

  # task that automatically generates an rss feed based on entries from the movie_queue
  download_movies:
    priority: 6
    template: movies
    verify_ssl_certificates: no
    priority: 10 # run after the movie queue fill task
    discover:
      what:
        - movie_list: accept
      from:
        - iptorrents: 
            rss_key: ********************
            uid: ******
            password: ****************************
        - piratebay:
            category: movies
            sort_by: seeds
      interval: 5 minutes
    torrent_alive: 1 # Will reject results with less than 10 seeds

And here is the output from the test config log:

2016-08-26 00:20 INFO     manager                       Test mode, creating a copy from database ...
2016-08-26 00:20 INFO     manager                       Test database created
2016-08-26 00:20 VERBOSE  task_queue                    There are 2 tasks to execute. Shutdown will commence when they have completed.
2016-08-26 00:20 VERBOSE  trakt_list    queue_movies_from_trakt Retrieving `movies` list `traktlist`
2016-08-26 00:20 VERBOSE  details       queue_movies_from_trakt Produced 2 entries.
2016-08-26 00:20 VERBOSE  task          queue_movies_from_trakt REJECTED: `Neighbors 2: Sorority Rising (2016)` by retry_failed plugin because waiting before retrying entry which has failed in the past. (failure reason: Unexpected html content received from `http://trakt.tv/movie/neighbors-2-sorority-rising-2016` - maybe a login page?)
2016-08-26 00:20 VERBOSE  task          queue_movies_from_trakt ACCEPTED: `Money Monster (2016)` by accept_all plugin
2016-08-26 00:20 INFO     download      queue_movies_from_trakt Would download: Money Monster (2016)
2016-08-26 00:20 VERBOSE  details       queue_movies_from_trakt Summary - Accepted: 1 (Rejected: 1 Undecided: 0 Failed: 0)
2016-08-26 00:20 INFO     content_filter queue_movies_from_trakt Plugin is partially disabled with --test and --learn because content filename information may not be available
2016-08-26 00:20 INFO     deluge        queue_movies_from_trakt Connecting to daemon at localhost:2052..
2016-08-26 00:20 INFO     deluge        queue_movies_from_trakt Connected to daemon at 127.0.0.1:2052..
2016-08-26 00:20 INFO     deluge        queue_movies_from_trakt Connection lost to daemon at localhost:2052 reason: Connection was closed cleanly.
2016-08-26 00:20 VERBOSE  list_add      queue_movies_from_trakt adding accepted entries into movie_list - accept
2016-08-26 00:20 VERBOSE  discover      download_movies Discovering 1 titles ...
2016-08-26 00:20 VERBOSE  api_bluray    download_movies Searching from blu-ray.com title=Money Monster
2016-08-26 00:20 VERBOSE  details       download_movies Produced 1 entries.
2016-08-26 00:20 VERBOSE  task          download_movies REJECTED: `Money Monster (2016)` by seen plugin because entry with title `Money Monster (2016)` is already marked seen in the task queue_movies_from_trakt at 2016-08-26 00:20
2016-08-26 00:20 VERBOSE  details       download_movies Summary - Accepted: 0 (Rejected: 1 Undecided: 0 Failed: 0)
2016-08-26 00:20 INFO     content_filter download_movies Plugin is partially disabled with --test and --learn because content filename information may not be available
2016-08-26 00:20 INFO     deluge        download_movies Connecting to daemon at localhost:2052..
2016-08-26 00:20 INFO     deluge        download_movies Connected to daemon at 127.0.0.1:2052..
2016-08-26 00:20 INFO     deluge        download_movies Connection lost to daemon at localhost:2052 reason: Connection was closed cleanly.
2016-08-26 00:20 INFO     manager                       Removed test database

Does anyone have any ideas on why they are being rejected?

Thanks

Posts: 12

Participants: 5

Read full topic

Cookies not working rarbg

$
0
0

@john_es wrote:

I have been downloading from rarbg for quite some time, but now they re requiring a captch like thing.

My flexget logs show:
REJECTED: MOVIE.1080p.BluRay.H264.AAC-RARBG by retry_failed plugin because waiting before retrying entry which has failed in the past. (failure reason: Unexpected html content received from http://rarbgmirror.com/rss_rt.php?id=u0thnryxam&m=d - maybe a login page?)

I have tried putting a cookies.txt file in my config but that hasn't helped and I am wondering if anyone can offer suggestiosn on how to configure my yml file.

Posts: 1

Participants: 1

Read full topic

Anyway to have less verbose logging?

$
0
0

@steve51184 wrote:

i run flexget via the --cron tag so skip most but some things sill get through like

"2016-08-30 08:30 INFO series tv Timeframe waiting"

which i don't really care about seeing.. any ideas?

p.s. i also have my rss feeds set to 'silent: yes'

Posts: 2

Participants: 2

Read full topic

Error subliminal subtite_list

$
0
0

@Facundo_Liston wrote:

Hello,

Here is my sort and subtitles download part

     sort-tvseries:
        priority: 2
        filesystem:
          path: /home/xbian/NAS/Downloads/complete
          regexp: '.*\.(mkv|mp4|m4v|avi)$'
          recursive: yes
        seen: local
        template: tv
        series:
          settings:
            group 1:
              parse_only: yes
        regexp:
          reject: 
            - sample
        require_field: series_name
        accept_all: yes
        move:
          to: '/home/xbian/NAS/TV Shows/{{series_name}}/Season {{series_season}}'
          filename: '{{series_name}} {{series_season|pad(2)}}x{{series_episode|pad(2)}} - {{tvdb_ep_name}}'
          clean_source: 40
        list_add:
          - subtitle_list:
              list: subs
              languages:
                - es
                - en
              path: '/home/xbian/'
              allow_dir: true

  download-subtitles:
    priority: 3
    disable: [retry_failed]
    no_entries_ok: yes
    subtitle_list:
      list: subs
    list_match:
      from:
        - subtitle_list:
            list: subs
    subliminal:
      languages: 
        - eng
        - spa
      providers: 
        - addic7ed
        - opensubtitles
        - podnapisi
        - tvsubtitles
      single: yes  
      exact_match: no

This is the error i'm getting when executing:

Don't understand this part : 2016-09-03 15:52 ERROR subtitles download-subtitles subliminal error: '' is not a valid video extension

Thanks!

Posts: 7

Participants: 2

Read full topic

Trakt-source + rss-source + list_match -> no matches

$
0
0

@fleximexi wrote:

hello community,

I'm stucked at this moment. I am trying to setup a simple flexget-script for movies for 2 weeks now, without any success.I searched for solutions in different forums, but it doesn't work.

I'm using flexget with cron on a NAS (no deamon). I have the current version of flexget (latest update).

What I am trying to setup is simple:
1. Flexget should first check on trackt.tv my movielist called watchlist.
2. It should save the movie-names from there in the list called "mymovies".
3. Afterwards it should get all entries of my RSS-source.
4. Using "list_match" flexget should create the matching between "mymovies" and my rss-source-entries.
5. Afterwards it should create a file for jdownloader that contains all information required for the download. That file should be saved in the jdownloader's watchfolder.

The isuues:
1. Flexget does not find the matching between "mymovies" and my rss-source. For test-purposes I added movies in my trackt-watchlist which also appear in the RSS-source. The result: nothing matched, nothing accepted as download.
2. When I use "accept_all: yes" flexget just accept all entries from the RSS-source without focusing just on the matching ones with the "mymovies"-list.

What is it that I am missing here?
What am I doing wrong?

This is my config-file:

tasks:
  movie:
    trakt_list:
      username: myusername
      list: watchlist
      strip_dates: yes
      type: movies
    list_add:
      - movie_list: mymovies
    rss: public-proper-rss-source
    imdb_lookup: yes
    list_match:
      from:
        - movie_list: mymovies
      action: accept
      single_match: yes
    exec: 
      - echo text={{url}} >> "/path_ to/watchfolder/{{title}}.crawljob"
      - echo downloadFolder=/path_ to/download/{{title}} >> "/path_ to/watchfolder/{{title}}.crawljob"
      - echo deepAnalyseEnabled=true >> "/path_ to/watchfolder/{{title}}.crawljob"
      - echo autoStart=TRUE >> "/path_ to/watchfolder/{{title}}.crawljob"
      - echo enabled=TRUE >> "/path_ to/watchfolder/{{title}}.crawljob"
      - echo forcedStart=TRUE >> "/path_ to/watchfolder/{{title}}.crawljob"
      - echo autoConfirm=TRUE >> "/path_ to/watchfolder/{{title}}.crawljob"
      - echo addOfflineLink=TRUE >> "/path_ to/watchfolder/{{title}}.crawljob"
      - echo extractAfterDownload=TRUE >> "/path_ to/watchfolder/{{title}}.crawljob"
      - echo packageName={{title}} >> "/path_ to/watchfolder/{{title}}.crawljob"

Thanks for any help,
fleximexi

Posts: 5

Participants: 3

Read full topic

How to input multiple URLs to be parsed by html plugin?

$
0
0

@Robur wrote:

I have tried (see below) using a first task to populate a custom list (list_add) and then use a second task to feed it to html plugin (entry_list) but it does work.

The think is: I need a double html parse. First to scrap-filter a single index front page with links to secondary pages with alternative URLs for download. Second, I need to filter-grab the URL's/links from within these secondary pages pointing to a particular domain and send them to Pyload.

It's easy to make each step work on it's own. But, how to automate it, so that all URLs grabbed in the first step are passed to be processed on the second? (Increment does not seem to apply has urls are based on different name combinations).

Thanks in advance for any ideas on the proper syntax/plugin combination to achieve this.

  get_magazines_3:
    priority: 24
    html: http://website.com/category/indexpage
    regexp:
      accept:
       - Whatever
      rest: reject
    list_add: 
      - entry_list: pds_to_download
  get_magazines_4:
    priority: 25
    entry_list: pds_to_download
    accept_all: yes
    html: url
    regexp:
      accept:
       - hosterx.net
      rest: reject
    exec:
      allow_background: no
      auto_escape: no
      on_output:
        for_accepted: pyLoadCli add "{{title}}" {{url}}

EDIT:

I understand the below SHOULD work instead, but a bug seems to exist with pyload plugin and python 2.7., hence the need to go for pyLoadCli and try to do all the parsing work with Flexget.

 get_magazines_3:
    priority: 24
    html: http://somewebsite.com/keyword/
    regexp:
      accept:
       - One Magazine
      rest: reject
    pyload:
      api: http://192.168.1.4:8000/api
      username: *********
      password: **********
#      package: "{{url}}"
      queue: yes
      parse_url: yes
      hoster: 
        - UploadedTo
      multiple_hoster: no
      enabled: yes

Posts: 3

Participants: 2

Read full topic


Change series name from trakt

$
0
0

@igorkaldowski wrote:

I am trying to change my series coming from trakt to remove the "&" and replace it with"and". This is what I have so far but I cant seem to get it to work. This is relevant to shows like Rizzoli & Isles as on torrent leach no result come up for that.

  follow_show_from_ep:
    priority: 21
    seen: local
    trakt_list:
      account: '{{secrets.trakt.account}}'
      list: '{{secrets.trakt.series}}'
      type: episodes
    accept_all: yes
    set_series_begin: yes
    list_remove:
      - trakt_list:
          account: '{{secrets.trakt.account}}'
          list: '{{secrets.trakt.series}}'
    list_add:
      - trakt_list:
          account: '{{secrets.trakt.account}}'
          list: '{{secrets.trakt.series}}'
          type: shows

  get_shows:
    priority: 22
    configure_series:
      settings:
        quality: webrip+
        path: '{{secrets.folder.root}}{{secrets.folder.series}}{{tvdb_series_name|default(series_name)|pathscrub}}'
        set:
          series_name: "{{ tvdb_id | replace('&', 'and') }}"
      from:
        trakt_list:
          account: '{{secrets.trakt.account}}'
          list: '{{secrets.trakt.series}}'
          strip_dates: no
          type: shows
    discover:
      what:
        - next_series_episodes: yes
      from:
        - torrentleech: 
            rss_key: '{{secrets.torrentleech.rss}}'
            username: '{{secrets.torrentleech.usr}}'
            password: '{{secrets.torrentleech.pass}}'
    interval: 1 minutes
    transmission:
      host: localhost
      port: 9091
      username: '{{secrets.transmission.user}}'
      password: '{{secrets.transmission.pass}}'
      content_filename: "{{tvdb_series_name|default(series_name)|pathscrub}} - {{tvdb_ep_id|default(series_id)}}{% if tvdb_ep_name|default(False) %} - {{tvdb_ep_name|pathscrub}}{% endif %}{% if quality|default(False) %} - [{{quality}}]{% endif %}"
      path: "/{{secrets.folder.root}}{{secrets.folder.series}}{{tvdb_series_name|default(series_name)|pathscrub}}/"

Posts: 5

Participants: 3

Read full topic

Discover not downloading via transmission

$
0
0

@DJCBlue wrote:

A couple months ago, my config stopped downloading movies. I've updated my config file to replace movie_queue with movie_list. My tv shows seem to download fine, but I can't get the movies to pass to transmission and start the download. It uses the search plugins within discover and actually finds torrents, but it never compares for quality or accepts or rejects the torrents. Immediately after searching, my job seems to abruptly end without finishing the cleanup process. Here is my config:

    templates:
      tvshows:
        thetvdb_lookup: yes
        exists_series:
          - /media/usb0/TV/
          - /media/usb0/Downloads/incomplete
        regexp:
          reject:
            - FASTSUB
            - VOSTFR
            - Subtitulado
        content_filter:
          reject:
            - '*.rar'
            - '*.zip'
            - '*.avi'
        set:          
          path: /media/usb0/TV/{{ series_name }}/"S"{{ series_season|pad(2) }}          
          magnetization_timeout: 30
          content_filename: "{{ tvdb_series_name }} - {{ series_id }} - {{ tvdb_ep_name|default('Missing Title') }}"
          main_file_only: yes
        transmission:
          host: localhost
          port: 9091
          username: ####
          password: ####
        inputs:
          - rss: http://showrss.info/user/89048.rss?magnets=true&namespaces=true&name=clean&quality=null&re=null
      movies:
        transmission:
          host: localhost
          port: 9091
          username: ####
          password: ####
          path: /media/usb0/Movies
        quality: 720p+ bluray
    tasks:
      get_tvshowshd:
        priority: 1
        template: tvshows
        configure_series:
          from:
            trakt_list:
              username: ####
              list: Following in HD
              type: shows
          settings:
            quality: 720p+ hdtv+
      get_tvshows:
        priority: 2
        template: tvshows
        configure_series:
          from:
            trakt_list:
              username: ####
              list: Following
              type: shows
          settings:
            quality: hdtv+ <720p
      fill_movie_list:
        priority: 3
        trakt_list:
          username: #####
          list: watchlist
          type: movies
        seen: local
        list_add:
          - movie_list: movies
        accept_all: yes
      get_movies:
        template: movies
        priority: 4
        content_size:
          max: 8000
          min: 650
        torrent_alive: yes
        discover:
          what:
            - movie_list: movies
          from:
            - piratebay:
                category: highres movies
                sort_by: default
            - extratorrent:
                category: movies
            - publichd:
                category:
                  - BluRay 720p
                  - BluRay 1080p
                  - BRRip
        list_queue:
          - movie_list: movies
        list_remove:
          - trakt_list:
              username: ####
              list: movies
              type: movies
      get_subtitles:
        priority: 5
        filesystem:
          path: 
            - /media/usb0/Movies
          regexp: '.*\.(avi|mkv|mp4)$'
          recursive: yes
        accept_all: yes
        subliminal:
          languages:
            - eng
          alternatives:
            - eng
          exact_match: yes
      cleanup:
        priority: 6
        clean_transmission:
          host: localhost
          port: 9091
          username: ####
          password: ####
          finished_for: 7 days

And here is the log results for one of the searches:

2016-09-06 19:44 VERBOSE discover get_movies Searching for Fantastic Four (2015) with plugin piratebay (49 of 50)
2016-09-06 19:44 DEBUG piratebay get_movies Using http://thepiratebay.se/search/Fantastic%20Four%20%282015%29/0/99/207 as piratebay search url
2016-09-06 19:44 DEBUG utils.requests get_movies Fetching http://thepiratebay.se/search/Fantastic%20Four%20%282015%29/0/99/207
2016-09-06 19:44 DEBUG discover get_movies Discovered 30 entries from piratebay
2016-09-06 19:44 VERBOSE discover get_movies Searching for Fantastic Four (2015) with plugin extratorrent (49 of 50)
2016-09-06 19:44 DEBUG extratorrent get_movies Using http://extratorrent.cc/rss.xml?type=search&cid=4&search=Fantastic%20Four%20%282015%29 as extratorrent search url
2016-09-06 19:44 DEBUG discover get_movies Discovered 50 entries from extratorrent
2016-09-06 19:44 VERBOSE discover get_movies Searching for Fantastic Four (2015) with plugin publichd (49 of 50)
2016-09-06 19:44 DEBUG publichd get_movies PublicHD search url: http://publichd.se/index.php?page=torrents&active=0&category=2%3B5%3B16&search=Fantastic%20Four%20%282015%29
2016-09-06 19:44 DEBUG utils.requests get_movies Fetching http://publichd.se/index.php?page=torrents&active=0&category=2%3B5%3B16&search=Fantastic%20Four%20%282015%29
2016-09-06 19:44 DEBUG discover get_movies No results from publichd

I can post the whole log file if that would help anyone. Thank you for any assistance. This has been driving me crazy for a week now.

Posts: 3

Participants: 2

Read full topic

set_series_begin adding dates to show names

$
0
0

@igorkaldowski wrote:

Expected behaviour:

Series first episode entries to not include dates

Actual behaviour:

Dates added to series entries

Config:

 follow_show_from_ep:
    priority: 21
    seen: local
    trakt_list:
      account: '{{secrets.trakt.account}}'
      list: '{{secrets.trakt.new_series}}'
      type: episodes
      strip_dates: yes
    accept_all: yes
    set_series_begin: yes
    list_remove:
      - trakt_list:
          account: '{{secrets.trakt.account}}'
          list: '{{secrets.trakt.series}}'
    list_add:
      - trakt_list:
          account: '{{secrets.trakt.account}}'
          list: '{{secrets.trakt.new_series}}'
          type: episodes
          
  fix_names:
    priority: 22
    trakt_list:
      account: '{{secrets.trakt.account}}'
      list: '{{secrets.trakt.series}}'
      type: shows
      strip_dates: yes
    manipulate:
      - title:
          replace:            
            regexp: '&'
            format: 'and'
    accept_all: yes
    list_add: 
      - entry_list: trakt_shows
  

  get_shows:
    priority: 23
    configure_series:
      settings:
        quality: webrip+
        path: '{{secrets.folder.root}}{{secrets.folder.series}}{{tvdb_series_name|default(series_name)|pathscrub}}'
        set:
          series_name: "{{ tvdb_id | replace('&', 'and') }}"
      from:
        entry_list: trakt_shows
    discover:
      what:
        - next_series_episodes: yes
      from:
        - torrentleech: 
            rss_key: '{{secrets.torrentleech.rss}}'
            username: '{{secrets.torrentleech.usr}}'
            password: '{{secrets.torrentleech.pass}}'
    interval: 1 minutes
    transmission:
      host: localhost
      port: 9091
      username: '{{secrets.transmission.user}}'
      password: '{{secrets.transmission.pass}}'
      content_filename: "{{tvdb_series_name|default(series_name)|pathscrub}} - {{tvdb_ep_id|default(series_id)}}{% if tvdb_ep_name|default(False) %} - {{tvdb_ep_name|pathscrub}}{% endif %}{% if quality|default(False) %} - [{{quality}}]{% endif %}"
      path: "/{{secrets.folder.root}}{{secrets.folder.series}}{{tvdb_series_name|default(series_name)|pathscrub}}/"
    pushbullet:
      apikey: '{{secrets.pushbullet.api}}'
      title: "New Episode - {{tvdb_series_name|default(series_name)|pathscrub}}"
      body: "{{tvdb_ep_id|default(series_id)}} - {{quality}}"

2016-09-07 20:33 INFO     manager                       Test mode, creating a copy from database ...
2016-09-07 20:33 INFO     manager                       Test database created
2016-09-07 20:34 INFO     manager                       Database upgrade is required. Attempting now.
2016-09-07 20:34 INFO     schema                        Plugin api_trakt database is not upgradable. Flushing data and regenerating.
2016-09-07 20:34 VERBOSE  task_queue                    There are 3 tasks to execute. Shutdown will commence when they have completed.
2016-09-07 20:34 VERBOSE  trakt_list    follow_show_from_ep Retrieving `episodes` list `Episodes`
2016-09-07 20:34 VERBOSE  details       follow_show_from_ep Produced 70 entries.
2016-09-07 20:34 VERBOSE  task          follow_show_from_ep ACCEPTED: `Lucifer S02E01 
2016-09-07 20:34 VERBOSE  details       follow_show_from_ep Summary - Accepted: 70 (Rejected: 0 Undecided: 0 Failed: 0)
2016-09-07 20:34 INFO     set_series_begin follow_show_from_ep First episode for "Lucifer (2016)" set to S02E01
2016-09-07 20:34 INFO     list_remove   follow_show_from_ep `trakt_list` is marked as online, would remove accepted items outside of --test mode.
2016-09-07 20:34 INFO     list_add      follow_show_from_ep `trakt_list` is marked as an online plugin, would add accepted items outside of --test mode. Skipping
2016-09-07 20:34 INFO     interval      get_shows       No previous run recorded, running now
2016-09-07 20:34 INFO     transmission  get_shows       Trying to connect to transmission...
2016-09-07 20:34 INFO     transmission  get_shows       Successfully connected to transmission.
2016-09-07 20:34 VERBOSE  next_series_episodes get_shows       Series `Lucifer` with identified_by value `auto` are not supported. 
2016-09-07 20:34 WARNING  discover      get_shows       Input next_series_episodes did not return anything
2016-09-07 20:34 VERBOSE  discover      get_shows       Discovering 0 titles ...
2016-09-07 20:34 INFO     discover      get_shows       Ignoring interval because of --discover-now
2016-09-07 20:34 VERBOSE  details       get_shows       Task didn't produce any entries.
2016-09-07 20:34 VERBOSE  details       get_shows       Summary - Accepted: 0 (Rejected: 0 Undecided: 0 Failed: 0)
2016-09-07 20:34 INFO     manager                       Removed test database

Posts: 1

Participants: 1

Read full topic

Recipe imdb watchlist with discover

$
0
0

@remikel wrote:

Hi guys,

I am starting using flexget and I found a recipe modified by myself but I can't download movies who are in my watchlist. If I run with the config below, all movies are "undecided" but if I had accept_all: yes, all torrents with the name of the movie are downloaded and I just want the first who match.

Could you help me please ?

    templates:
      t411:
        plugin_priority:
          headers: 250

    # DL des series VOSTFR en HD

      tv-my_shows:
        template:
          - t411
        series:
    #Télécharge le dernier épisode de la série
          - Better Call Saul:
              begin: S03E01
          - Brooklyn Nine-Nine:
              begin: S03E01
    #Envois le fichiers torrent à deluge et renomme le fichier une fois téléchargé de la forme The Simpsons - S20E15 - 720p.avi et dé$
        deluge:
          content_filename: "{{series_name}} - {{series_id}} - {{quality}}"
          movedone: "~/TV_Shows/{{ series_name }}/{{'S%02d'|format(series_season)}}"
          label: tv

       # DL des series animes en VOSTFR et en HD

      tv-my_shows_anime:
        template:
          - t411
        series:
          - South Park:
              begin: S20E01
          - Bakuman:
              begin: S04E01
        deluge:
          content_filename: "{{series_name}} - {{series_id}} - {{quality}}"
          movedone: "/TV_Shows/{{ series_name }}/{{'S%02d'|format(series_season)}}"
          label: tv
        regexp:
          reject:
            - x265
            - h265

    tasks:

    #Taches Series VOSTFR et VF

      My_TV_Shows:
        priority: 1
        template:
          - tv-my_shows
        discover:
          what:
            - emit_series: yes
    #Utilise l'api T411 en allant chercher dans la catégorie Série TV, puis dans les sous-catégorie VOSTFR et TVripHD 1080 et TVr$
          from:
            - t411:
                category: Série TV
                terms:
                  - VOSTFR


      My_TV_Shows_anime:
        priority: 2
        template:
          - tv-my_shows_anime
        discover:
          what:
            - emit_series: yes
          from:
            - t411:
                category: Animation Série
                terms:
                  - VOSTFR
                  - TVripHD 1080
                  - TVripHD 720
    #Télécharge et déplace les films dans le dossier /Films
      movies:
        deluge:
          movedone: "/Films/"
          label: movies
    #Rejete les torrents comportant les mots x265 et h265
        regexp:
          reject:
            - h265
        imdb_lookup: yes
        movie_queue: add
    #Récupère la liste des films depuis la Watchlist d'IMDB de l'utilisateur ur****
        discover:
          what:
            - imdb_list:
                list: watchlist
                login: email@gmail.com
                password: password
    #Effectue une recherche sur T411 dans la catégorie FIlms avec la qualité VOSTFR, HDrip 1080 et HDrip 720
          from:
            - t411:
                category: Film/Vidéo
                terms:
                  - VOSTFR
                  - HDrip 1080
                  - HDrip 720

Posts: 2

Participants: 2

Read full topic

Accepting not working, dunno what I'm missing now

$
0
0

@laygo wrote:

This has mostly worked for the last few years & as deprecation/etc, I've kept up my config, but now I've hit a wall on getting movie_list working. I haven't had a successful hit from my imdb list in awhile & I got to looking and it was a credentials issue for awhile that resolved itself (?login failed?), but now nothing matches.

When I added accept_all, it downloaded everything from the feed, whether it was on my imdb list or not. So, I'm missing some acceptance criteria, but not sure what.

Here's my (relevant) config running as daemon.

templates:
  movie-cfg:
    interval: 6 hours
    list_add:
      - movie_list: movies
    list_match:
      from:
        - movie_list: movies
      single_match: no
    seen_movies: strict
    imdb_lookup: yes
    #accept_all: yes
    exists_movie:
      - '/home/laygo/media/video/movie'
    set:
      main_file_only: yes
      path: '/home/laygo/media/video/movie/{{imdb_name}} ({{imdb_year}})/'
      content_filename: "{{imdb_name}} ({{imdb_year}})"

  imdb-cfg:
    imdb_list:
      login: '{{ secrets.keyz.imdb.user }}'
      password: '{{ secrets.keyz.imdb.pass }}'
      list: watchlist
      
  movie-feed:
    rss: 'https://www.somesite.com/rss/movies'

tasks:
  movies-get-1080:
    priority: 1
    template:
      - imdb-cfg
      - movie-cfg
      - movie-feed
      - transmission-cfg
    quality: 1080p+ bluray


  movies-get-720:
    priority: 2
    template:
      - imdb-cfg
      - movie-cfg
      - movie-feed
      - transmission-cfg
    quality: 720p+ bluray

Here's the last part of the log, I had to fudge the numbers because the accept_all is clearing them because of seen.

2016-09-12 10:56 VERBOSE  details       movies-get-720  Summary - Accepted: 0 (Rejected: 522 Undecided: 48 Failed: 0)
2016-09-12 10:56 VERBOSE  list_add      movies-get-720  adding accepted entries into movie_list - movies
2016-09-12 10:56 VERBOSE  list_match    movies-get-720  removing accepted entries from movie_list - movies

(520 movies on my list + 50 from RSS)

Posts: 6

Participants: 3

Read full topic

Task did not produce any entries

$
0
0

@hyde1113 wrote:

Hi,

For three days I still cannot understand why I cannot produce any entries. Please help me what is missing in my config file. Thanks

tasks:
  MovieTraktList:
    priority: 1
    accept_all: yes
    trakt_list:
      username: ####
      list: #####
      type: movies
    list_add:
      - movie_list: FromTrakt
    interval: 12 hours
  MovieTraktDownload:
    accept_all: yes
    priority: 40
    seen_movies: loose
    list_match:
      from:
        - movie_list: FromTrakt
    discover:
      what:
        - movie_list: FromTrakt
      from:
        - extratorrent:
            category: movies
        - 1337x: yes
        - piratebay:
            category: video
    imdb_lookup: yes
    torrent_alive: 5
    transmission:
      host: localhost
      port: 9091
      username: ****
      password: ****

Posts: 9

Participants: 3

Read full topic

Rename Movies with 3D & SBS tags

$
0
0

@Ahmed_Bayoumy wrote:

I'm using flexget to sort and rename downloaded movies
but i want to keep 3D & SBS tags in movie name after rename (for kodi)

My confugration

move:
      to: >
        /media/MediaHDD/Movies/{{ movie_name|replace('/', '_')|replace(':', ' -')|replace(',', '') }} ({{ movie_year }})/
      filename: >
        {{ movie_name|replace('/', '_')|replace(':', ' -')|replace(',', '') }} ({{ movie_year }}) - {{ quality }}.{{ location[-3:] }}
      clean_source: 1000

your help please

Posts: 4

Participants: 3

Read full topic


Disallow combo

$
0
0

@gsapient wrote:

Hello,
How can I disallow a particular resolution and source combo?
Let me explain: I want do download a series in either 720p hdtv or 720p webdl or 1080p webdl but not 1080p hdtv (episodes are too big). How would I do that?
I currently have
quality: 720p+ hdtv+
how can I exclude the 1080p hdtv combo?

Posts: 6

Participants: 5

Read full topic

Path inline forbidden

$
0
0

@gsapient wrote:

Why can't I set the path parameter inline, like I can with others?
That is, although this is valid:

transmission: {username: blah, password: blah}

This is not:

transmission: {username: blah, password: blah, path: blah}

Instead I have to use this:

transmission:
  username: blah
  password: blah
  path: blah

Why?

Posts: 4

Participants: 2

Read full topic

Struggling with from: text: parsing of an ICS file

$
0
0

@Patrick wrote:

Hi all -

I'm trying to use an ICS file from next-episodes.net as input. The format of the pertinent line is as follows:

SUMMARY:Star Wars Rebels - s03e02

I've been trying to parse that and I'm getting stuck; I can't understand how to pass the season/episode data to discover...

The parsing line I'm currently using looks like this:

 entry:
            title: ^SUMMARY:(.*) - s([0-9][0-9])e([0-9][0-9]).*$
            url: ^SUMMARY:(.*) - s([0-9][0-9])e([0-9][0-9]).*$

and the log file looks like this - no indication that it knows the season or episode... what am I doing wrong?

Thanks in advance!

2016-09-16 16:41 DEBUG    text          downloads_search found field: url value: Star Wars Rebels
2016-09-16 16:41 DEBUG    text          downloads_search found field: title value: Star Wars Rebels
2016-09-16 16:41 DEBUG    text          downloads_search Added entry <Entry(title=Star Wars Rebels,state=undecided)>
2016-09-16 16:41 DEBUG    text          downloads_search found field: url value: Star Wars Rebels
2016-09-16 16:41 DEBUG    text          downloads_search found field: title value: Star Wars Rebels
2016-09-16 16:41 DEBUG    text          downloads_search Added entry <Entry(title=Star Wars Rebels,state=undecided)>
2016-09-16 16:41 DEBUG    text          downloads_search found field: url value: Star Wars Rebels
2016-09-16 16:41 DEBUG    text          downloads_search found field: title value: Star Wars Rebels
2016-09-16 16:41 DEBUG    text          downloads_search Added entry <Entry(title=Star Wars Rebels,state=undecided)>
2016-09-16 16:41 DEBUG    text          downloads_search found field: url value: Star Wars Rebels
2016-09-16 16:41 DEBUG    text          downloads_search found field: title value: Star Wars Rebels
2016-09-16 16:41 DEBUG    text          downloads_search Added entry <Entry(title=Star Wars Rebels,state=undecided)>
2016-09-16 16:41 DEBUG    series        downloads_search connecting series Star Wars Rebels to task downloads_search
2016-09-16 16:41 DEBUG    series        downloads_search get_latest_release returning None, no downloaded episodes found for: Star Wars Rebels
2016-09-16 16:41 DEBUG    series        downloads_search get_latest_release returning None, no downloaded episodes found for: Star Wars Rebels
2016-09-16 16:41 DEBUG    est_released  downloads_search Star Wars Rebels S01E01
2016-09-16 16:41 DEBUG    est_series_tvmaze downloads_search Searching TVMaze for airdate of Star Wars Rebels season 1 episode 1
2016-09-16 16:41 DEBUG    est_series_tvmaze downloads_search show_name: Star Wars Rebels
2016-09-16 16:41 DEBUG    est_series_tvmaze downloads_search series_name: Star Wars Rebels
2016-09-16 16:41 DEBUG    api_tvmaze    downloads_search returning search params for series lookup: {u'tvdb_id': None, u'tvmaze_id': None, u'name': u'Star Wars Rebels', u'tvrage_id': None}
2016-09-16 16:41 DEBUG    api_tvmaze    downloads_search searching db tvmaze_series for the values [(u'tvdb_id', None), (u'tvmaze_id', None), (u'name', u'Star Wars Rebels'), (u'tvrage_id', None)]
2016-09-16 16:41 DEBUG    api_tvmaze    downloads_search returning series Star Wars Rebels from cache
2016-09-16 16:41 DEBUG    api_tvmaze    downloads_search searching for episode of show Star Wars Rebels in cache
2016-09-16 16:41 DEBUG    api_tvmaze    downloads_search found episode id 9030, number 1, season 1 for show Star Wars Rebels in cache
2016-09-16 16:41 DEBUG    discover      downloads_search Star Wars Rebels S01E01 has been released at 2014-10-13 00:00:00

Posts: 1

Participants: 1

Read full topic

Template merge

$
0
0

@gsapient wrote:

I have a question about how templates with the same plugin are merged.
Let's say I have:

templates:
  first:
    series:
      - one
      - two
    quality: 1080p
  second:
    series:
      - three

If I then have:

tasks:
  example:
    rss: http://example.com/rss
    template:
      - first
      - second

Is the 1080p quality requirement going to be enforced on series three or not?

Posts: 1

Participants: 1

Read full topic

Question about managing multiple inputs & multiple outputs

$
0
0

@laygo wrote:

Here's my question to see if it's even plausible. I've not yet tinkered with it yet to see what even happens, but I'm guessing:

I want to setup an input tv/movie list for me & my girlfriend (should be easy). I want to have it store movies in a different location (should be easy). If per chance, we pick the same movie/show, I don't care if it downloads them twice (different destinations via rsync), but I have a feeling seen/seen_movies will restrict that.

The seen/seen_movieshas ascope: local setting I just remembered & I think I answered my own question. Am I on the right track?

Posts: 2

Participants: 2

Read full topic

Viewing all 716 articles
Browse latest View live