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

transmission_clean error

$
0
0

@masmith79 wrote:

Greetings, all. I have recently attempted to make my very simple config a bit more complex so as to take full advantage of flexget. Specifically, I've added "transmission_clean" to the script. Here is my script:

config.yml

However, when I run --test I get the following output:

ERROR
log

Any thoughts? Thank you in advance!

Posts: 3

Participants: 2

Read full topic


Filter RSS Feed to different folders Configuration

Configure FlexGet to recognize different titles with the same prefix?

$
0
0

@tegx wrote:

Configure FlexGet to recognize different titles with the same prefix in a series ?
Instead, for the second title, the message is, FIFA World Cup 2018 is already configured in series plugin.

RSS input:
<title>FIFA World Cup 2018 Poland v Senegal (19 June 2018) mp4</title>
<title>FIFA World Cup 2018 Group A Russia vs Egypt (19 Jun 2018) 720p HDTV</title>

LOG output:
2018-06-19 20:30 VERBOSE  task_queue       There are 1 tasks to execute. Shutdown will commence when they have completed.
2018-06-19 20:30 VERBOSE  details       download-rss Produced 5 entries.
2018-06-19 20:30 VERBOSE  series        download-rss Series `FIFA World Cup 2018` is already configured in series plugin
2018-06-19 20:30 VERBOSE  details       download-rss Summary - Accepted: 0 (Rejected: 0 Undecided: 5 Failed: 0)

tasks:
  download-rss:
    rss:
      url: https://www.fifa.com/download.php?type=rss&secret_key=
    series: 
      - FIFA World Cup 2018
    transmission: 
      host: localhost
      port: 9091

Posts: 1

Participants: 1

Read full topic

The tvdb lookup and fallback values

$
0
0

@effemmeffe wrote:

My move-series task contains, among others, this lines:

template:
  - series-metainfo

move:
  to: "/{? folder.root ?}{? folder.series ?}{{tvdb_series_name|default(series_name)|pathscrub}}/S{{tvdb_season|pad(2)|default(series_season|pad(2))}}/"
  rename: "{{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 %}"

Somewhere in my config I have this:

  series-metainfo:
    metainfo_series: yes
    thetvdb_lookup: yes

My hope was to use the tvdb lookup data to rename the episodes and if they are not present to use the fallback data from metainfo plugin.

But sometimes I get an error, in this case for Battlestar Galactica:

2018-06-26 09:19 DEBUG    api_tvdb      move-series     Looking up tvdb information for 'Bsg'. TVDB ID: None
2018-06-26 09:19 DEBUG    api_tvdb      move-series     Series <name=Bsg,tvdb_id=None> not found in cache, looking up from tvdb.
2018-06-26 09:19 DEBUG    utils.requests move-series     GETing URL https://api.thetvdb.com/search/series with args () and kwargs {'json': None, 'params': {'name': u'Bsg'}, u'timeout': 30, 'headers': {u'Accept-Language': u'en', u'Authorization': u'Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE1MzAwNTA0NDksImlkIjoiRmxleEdldCIsIm9yaWdfaWF0IjoxNTI5OTY0MDQ5fQ.sM6ZY636cxPguc3joJBXCr6NsE3Qncrq-f7GtHJD2eRIvRk53P8nBhwtdnXaiX3Hs_gJeSu4D3HGW0lxnqo3dJ2KFyH7HP_sTU3NreSpYjrF3SxNNCAdyopmXxdPcdJq_GYN8qETEKpwWgokFVytzbVsYV0HKylizI3eRgqvzt8tFlukJZSXBOjAGE9S_FyAm1m4AHwQUpwmDla7wzN9dzHHkrS59n1aVjSEw3S6jb6TXDrQ9dBPGzEIo_hU0BKTCPH7Wks7W1H8b-UeA1O2TdQZPtz5bJ-DK-01KUWiK8t_2ps9jfEJzc85IHChDRgn5GDehCIkIz7jiSVHHOWusg'}}
2018-06-26 09:19 DEBUG    thetvdb_lookup move-series     Error looking up tvdb series information for BSG.S3.Deleted.Scenes.1: Unable to get search results for Bsg: 404 Client Error: Not Found for url: https://api.thetvdb.com/search/series?name=Bsg
2018-06-26 09:19 DEBUG    utils.template move-series     Error during rendering: (UndefinedError) 'tvdb_season' is undefined
2018-06-26 09:19 CRITICAL plugin        move-series     Path value replacement `/media/video-nas/Library/TV/{{tvdb_series_name|default(series_name)|pathscrub}}/S{{tvdb_season|pad(2)|default(series_season|pad(2))}}/` failed: (UndefinedError) 'tvdb_season' is undefined
2018-06-26 09:19 WARNING  task          move-series     Aborting task (plugin: move)

If I try to go to https://api.thetvdb.com/search/series?name=Bsg from my browser I get an error:

{"Error":"Not authorized"}

How can I fix this?
Are my rename lines correct?
Do I have to authorize the tvdb lookup with some api key?

Posts: 1

Participants: 1

Read full topic

Seen Plugin not working

$
0
0

@Loader23 wrote:

Hi,

because nobody could help me with this Question i tried to add the Episodes with flexget seen add "seriesname SxxExx".
But it is not working. Now I get the error that the episodes are too far in the future.
I thought it could have something to to with seen:local:yes but removing that did not help either.
How can I mark the missing episodes as seen in the Database so he goes on with the next episodes?

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

Posts: 1

Participants: 1

Read full topic

Flexget fails to acquire files from showrss

$
0
0

@elitedestiny wrote:

I rebuilt my qnap system and reinstalled my flexget configuration recently.For some reason whenever I execute the config.yml file I now receive errors consistent with the below message for all of the shows.

404 Client Error: Not Found for url: http://torrage.com/torrent/106D8131075E28D8A6C74122E44473CAE4711B0E.torrent, Unexpected html content received from magnet:?xt=urn:btih:106D8131075E28D8A6C74122E44473CAE4711B0E&dn=Teen+Titans+Go+S05E01+HDTV+x264+W4F&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.trackerfix.com%3A80%2Fannounce - maybe a login page?,

I have tried accessing the files directly through the showrss website successfully so I don't believe it to be a connection issue. I've made my config.yml as simple as possible to try and determine what I am doing incorrectly:

tasks:
shows:
priority: 1
rss: http://showrss.info/user/17532.rss?magnets=true&namespaces=true&name=null&quality=null&re=null
all_series: yes
download: /share/CACHEDEV1_DATA/MediaTorrents

Any assistance would be greatly appreciated.

Posts: 1

Participants: 1

Read full topic

Download movies from list in non-english languages

$
0
0

@Ridoli wrote:

Hi,

I'm trying to download movies from a list in spanish.
First, after checking this issue, I use Movies-Queue-Esp to populate the list "Movies-Esp".
After that, Movies-Download-Esp will download the movies using the plugin descargas2020.
The problem is that I'm not able to retrieve the movie titlte from the list in Spanish, so the task fail when trying to search for the torrent.

I have been working on this for some days but i can't find a solution. Does anyone knows how to solve the issue?
Thanks!!

The config for both tasks is:

 Movies-Queue-Esp: 
    priority: 4
    exec:
      on_exit:
        for_accepted:
          - echo "tmdb_name     {{tmdb_name}}" >> ''
          - echo "movie_name    {{movie_name}}" >> ''
    inputs:
      - trakt_list:
          username: '{? trakt.username ?}'
          account: '{? trakt.account ?}'
          list: movies
          type: movies
    accept_all: yes
    disable:
      - seen
    list_clear:
      what:
        - movie_list: Movies-Esp
      phase: start
    list_add:
      - movie_list: Movies-Esp
    tmdb_lookup:
      language: es

  Movies-Download-Esp:  
    priority: 5
    torrent_alive: 2
    no_entries_ok: yes
    template:
      - transmissionrpc
    tmdb_lookup:
      language: es
    discover:
      what:
        - movie_list: Movies-Esp
      from:
        - descargas2020: yes
    quality: webrip+
    content_size:
      min: 500
      max: 20000      
    list_match:
      from:
        - movie_list: Movies-Esp
    set:
      path: '/home/usuario/Descargas/MoviesEsp/'  
      label: movies 
    notify:
      entries:
        message: "Se ha comenzado a descargar la siguiente película: {{tmdb_name}} ({{tmdb_year}})"  
        via:
          - telegram:
              bot_token: '{? telegram.token ?}'
              parse_mode: markdown  
              recipients:
                - username: '{? telegram.user ?}'

The log from Movies-Queue-Esp:

2018-07-10 20:16 VERBOSE  list_clear    Movies-Queue-Esp clearing all items from movie_list - Movies-Esp
2018-07-10 20:16 VERBOSE  trakt_list    Movies-Queue-Esp Retrieving `movies` list `movies`
2018-07-10 20:16 VERBOSE  details       Movies-Queue-Esp Produced 1 entries.
2018-07-10 20:16 VERBOSE  task          Movies-Queue-Esp ACCEPTED: `Red Sparrow (2018)` by accept_all plugin
2018-07-10 20:16 VERBOSE  details       Movies-Queue-Esp Summary - Accepted: 1 (Rejected: 0 Undecided: 0 Failed: 0)
2018-07-10 20:16 VERBOSE  list_add      Movies-Queue-Esp adding accepted entries into movie_list - Movies-Esp
2018-07-10 20:16 VERBOSE  exec          Movies-Queue-Esp Executing: echo "tmdb_name     Gorrión rojo" >> ''
2018-07-10 20:16 INFO     exec          Movies-Queue-Esp Stdout: /bin/sh: 1: cannot create : Directory nonexistent
2018-07-10 20:16 VERBOSE  exec          Movies-Queue-Esp Executing: echo "movie_name    Gorrión rojo" >> ''
2018-07-10 20:16 INFO     exec          Movies-Queue-Esp Stdout: /bin/sh: 1: cannot create : Directory nonexistent

And the log from Movie-Download-Esp:

2018-07-10 20:17 VERBOSE  discover      Movies-Download-Esp Discovering 1 titles ...
2018-07-10 20:17 INFO     discover      Movies-Download-Esp Ignoring interval because of --discover-now
2018-07-10 20:17 VERBOSE  discover      Movies-Download-Esp Searching for `Red Sparrow (2018)` with plugin `descargas2020` (1 of 1)
2018-07-10 20:17 VERBOSE  details       Movies-Download-Esp Produced 14 entries.
2018-07-10 20:17 VERBOSE  task          Movies-Download-Esp REJECTED: `Acosada En La Red BluRay Rip` by retry_failed plugin because waiting before retrying entry which has failed in the past. (failure reason: None)
2018-07-10 20:17 VERBOSE  task          Movies-Download-Esp REJECTED: `Red Goddess Inner World PCDVD+Crack RELOADED` by retry_failed plugin because waiting before retrying entry which has failed in the past. (failure reason: None)
2018-07-10 20:17 VERBOSE  task          Movies-Download-Esp REJECTED: `Red Heat BDremux 1080 px` by retry_failed plugin because waiting before retrying entry which has failed in the past. (failure reason: None)
2018-07-10 20:17 VERBOSE  task          Movies-Download-Esp REJECTED: `Red Heat MicroHD 1080 px` by retry_failed plugin because waiting before retrying entry which has failed in the past. (failure reason: None)
2018-07-10 20:17 VERBOSE  task          Movies-Download-Esp REJECTED: `Blackhat Amenaza En La Red 2015 BRrip X264 MKV` by retry_failed plugin because waiting before retrying entry which has failed in the past. (failure reason: None)
2018-07-10 20:17 VERBOSE  task          Movies-Download-Esp REJECTED: `Guerra De Sexos - Red Samuel E-Books` by retry_failed plugin because waiting before retrying entry which has failed in the past. (failure reason: None)
2018-07-10 20:17 VERBOSE  task          Movies-Download-Esp REJECTED: `Red Sky El Cielo Peligroso 2014 BRrip X264 MKV` by retry_failed plugin because waiting before retrying entry which has failed in the past. (failure reason: None)
2018-07-10 20:17 VERBOSE  task          Movies-Download-Esp REJECTED: `Acoso En La Red Social 2014 BDremux 1080p` by retry_failed plugin because waiting before retrying entry which has failed in the past. (failure reason: None)
2018-07-10 20:17 VERBOSE  task          Movies-Download-Esp REJECTED: `Red Heat BluRay 1080p` by retry_failed plugin because waiting before retrying entry which has failed in the past. (failure reason: None)
2018-07-10 20:17 VERBOSE  task          Movies-Download-Esp REJECTED: `Red Tails 2012 BRrip X264 MKV` by retry_failed plugin because waiting before retrying entry which has failed in the past. (failure reason: None)
2018-07-10 20:17 VERBOSE  task          Movies-Download-Esp REJECTED: `Amenaza en la Red MicroHD 1080 px` by retry_failed plugin because waiting before retrying entry which has failed in the past. (failure reason: None)
2018-07-10 20:17 VERBOSE  task          Movies-Download-Esp REJECTED: `Red Sparrow 4K UHDrip` by seen plugin because entry with title `Red Sparrow 4K UHDrip` is already marked seen in the task Movies-Download-Esp at 2018-07-10 19:28
2018-07-10 20:17 VERBOSE  details       Movies-Download-Esp Summary - Accepted: 0 (Rejected: 12 Undecided: 2 Failed: 0)

Posts: 1

Participants: 1

Read full topic

New episode got rejected because of its same quality as the previous one

$
0
0

@Arthur_Hu wrote:

Hi,

I'm having some problem downloading the latest episode with the same quality as the previous one. Here is the log from the terminal:

2018-07-21 18:12 VERBOSE  input_cache   Yuragi-sou no Yuuna-san Restored 2 entries from cache
2018-07-21 18:12 VERBOSE  details       Yuragi-sou no Yuuna-san Produced 2 entries.
2018-07-21 18:12 VERBOSE  task          Yuragi-sou no Yuuna-san REJECTED: `[Ohys-Raws] Yuragi-sou no Yuuna-san - 01 (BS11 1280x720 x264 AAC).mp4` by seen plugin because entry with title `[Ohys-Raws] Yuragi-sou no Yuuna-san - 01 (BS11 1280x720 x264 AAC).mp4` is already marked seen in the task Yuragi-sou no Yuuna-san at 2018-07-19 15:37
2018-07-21 18:12 VERBOSE  task          Yuragi-sou no Yuuna-san REJECTED: `[Ohys-Raws] Yuragi-sou no Yuuna-san - 02 (BS11 1280x720 x264 AAC).mp4` by series plugin because quality already downloaded
2018-07-21 18:12 VERBOSE  details       Yuragi-sou no Yuuna-san Summary - Accepted: 0 (Rejected: 2 Undecided: 0 Failed: 0)

Looks like it has some trouble distinguishing these two as two different episodes? It happened before with some other series but I was able to get around this with accept_all: yes. I checked the series plugin wiki but it looks like that it detects quality automatically, so I wonder if there is a way to circumvent this problem before they can be officially recognized as two different episodes.

FYI, this is the rss feed. Each specific task only has its RSS under it. And I have this under my global template:

templates:

  global:
    all_series:
      season_packs: yes
    accept_all: yes

Please let me know if additional info is needed. Thanks!

Posts: 1

Participants: 1

Read full topic


Combine two trakt_list items as input for configure_series

$
0
0

@manu wrote:

I have two lists on trakt, e.g. "good_shows" and "awesome_shows". I have a task that takes care of all my shows, and I want to feed it via configure_series. I make no distinction between the shows on both lists when it comes to flexget, so I want the exact same task to run for any show in either of the two lists. I'm unable to get this to work, despite having previously had success when combining lists by simply using the same plugin twice at the same level. This is also what seems to be suggested as a working method explicitly for trakt_list and configure_series in this post.

Here is my config:

tasks:
  all_shows:
    html:
      url: '{? urls.tvshows ?}'
    configure_series:
      settings:
        specials: no
      from:
        trakt_list:
          account: '{? trakt.account ?}'
          list: good_shows
        trakt_list:
          account: '{? trakt.account ?}'
          list: awesome_shows
    exec:
      on_output:
        for_accepted: echo "{{ series_name|replace(" ", ".")|replace("'", "")|replace("..", ".") }}" "{{ series_id }}"

It works fine if I just use one trakt_list plugin entry. When I use both, I get a warning via flexget check:
Trying to set value for `trakt_list` in line x, but it is already defined in line x-5!

Am I doing something wrong?

Posts: 1

Participants: 1

Read full topic

Newbie Config Help

$
0
0

@nekromantik wrote:

Hi
I have installed FG on my container and looking for any help on setting up something like so:

Add movie to trakt watchlist
FlexGet uses RMZ.CR url rewriter feed to find download and send to JDownloader Folderwatch,

This is what I have so far:

schedules:
- interval: {minutes: 15}
  tasks: MOVIES
tasks:
  trakt:
      trakt_list:
        username: nekromantik
        list: watchlist
        type: movies 
      accept_all: yes
      list_add:
        - movie_list: mymoviez
  MOVIES: {priority: 3, template: movie}
templates:
  global:
    retry_failed: {max_retries: 12, retry_time: 5 minutes, retry_time_multiplier: 1}
  movie:
    imdb_lookup: yes
    list_match:
      from:
        - movie_list: mymoviez
    inputs:
    - rss: {all_entries: false, url: 'http://rmz.cr/feed'}
    quality: webdl|webrip|bluray h265 1080p
    regexp:
      from: title
      reject: [msd, afg, line, hc, korsub]
    rmz:
      filehosters_re: [openload\.co, clicknupload\.org]
    exec: ['echo "text={{urls}}" >> "/Media/Downloads/Folderwatch/{{title}}.crawljob"']

Thanks

Posts: 1

Participants: 1

Read full topic

Transmission's 'main_file_only' parameter not working as expected

$
0
0

@anonBob wrote:

I have flexget working with transmission, but I am having trouble with the placement portion, I guess. I have transmission's 'main_file_only' option set to yes, but it still downloads the small associated files (txt, sub, src, stc) along with it. My directory structure is like this:

 tv.shows/
    series_title1/
       season.1/
          s01e1.mp4
       season.2/
    series_title2/

Downloading the extras along with the main file is placing a new directory under the season directory with all of the new downloads:

   tv.shows/
      series_title1/
         season.1/
            s01e1.mp4
            tvshowXYZ_dvR_TVYZ/
               tvshow.file_id.nfo
               tvshow.TXT
               s01e2.mp4
         season.2/
      series_title2/

Is there anything that I can do so that the newly added show is added directly under the appropriate series/season/ directory without all of the other directories/files?

This is the config file I am running right now:

tasks:
  download:
    rss: https://rss.xml

    series:
      - tvshows

    quality: <720p

    set:
      path: /tvsshows/{{ series_name|replace(' ','.') }}
      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

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

Posts: 1

Participants: 1

Read full topic

Issues with urlrewrite with demonoid

$
0
0

@Krandor1 wrote:

So I'm trying to automate some downloads from demonoid and know I need to do a urlrewrite but can't seem to get it to work.

My current config is below. I have tried putting the urlrewrite under the task as well but that didn't work.

templates:
global:
urlrewrite:
demonoid-https:
regexp: 'https:www.demonoid.pw\/files\/details\/(?P\d*)\/(?P\d*)\/'
format: 'https://www.demonoid.ooo/files/download/\g/'
Tasks:
demonoid-https:
rss: https://www.demonoid.pw/rss/10.xml
accept_all: yes
set:
queue_position: 1

What I'm getting is this.....

018-08-18 19:41 INFO urlrewriter demonoid-https Entry 'Judge Dredd Megazine 399 2018 digital Minutemen juvecube' URL rewritten to https://www.demonoid.pw/files/details/3896714/?loadbal=TVNBaWQzYmdqUmhZaHIwVXdWNFkxSFRabW5sdnZXT1ZTM3JHbEdnYlpGWkxjSG1Sa3pidlM2aml2QXVOeXE4eQ== (with urlrewrite_redirect)

and then I'm getting the following. It doesn't look like the rewrite is being hit.

2018-08-18 20:02 INFO download demonoid-https Downloading: Marvel Week 07 04 2018 Nem
2018-08-18 20:02 ERROR entry demonoid-https Failed Marvel Week 07 04 2018 Nem (Unexpected html content received from https://www.demonoid.pw/files/details/3870227/?loadbal=TVNBaWQzYmdqUmhZaHIwVXdWNFkxSFRabW5sdnZXT1ZTM3JHbEdnYlpGWkxjSG1Sa3pidlM2aml2QXVOeXE4eQ== - maybe a login page?)

Any suggestions?

Posts: 1

Participants: 1

Read full topic

Flexget downloading episodes already locally available

$
0
0

@ZileXa wrote:

I have an issue after updating from 2.11.21 to 2.14.xx (the latest).

The relevant part of my config is identical to @jonybat config:

##### Populates the series database with the files on the library, to avoid duplicate downloads#
  populate-series-db:
    priority: 1
    template:
      - series-metainfo
    seen: local
    filesystem:
      path: "/{? folder.root ?}{? folder.series ?}"
      recursive: yes
      retrieve: files
      regexp: '.*\.(avi|mkv|mp4)$'
    accept_all: yes
    configure_series:
      from:
        filesystem:
          path: "/{? folder.root ?}{? folder.series ?}"
          retrieve: dirs
      settings:
        tracking: no
#        identified_by: ep


  get-series-nextep:
    priority: 2
    template:
      - disable-seen-retry
      - series-metainfo
    list_clear:
      what:
        - entry_list: trakt-series-begin
    next_trakt_episodes:
      account: "{? trakt.account ?}"
      list: "{? trakt.series ?}"
      context: watched
      position: next
    accept_all: yes
    list_add:
      - entry_list: trakt-series-begin
      
  set-series-nextep:
    priority: 3
    template:
      - disable-seen-retry
      - series-metainfo
    entry_list: trakt-series-begin
    accept_all: yes
    set:
      series_name: "{{tvdb_series_name|escape|replace('&#39;', '')}}"
    set_series_begin: yes
 
  
 ##### Fetch, format and output trakt series list to a custom entry list#
  fill-series-list:
    priority: 5
    template:
      - disable-seen-retry
      - series-metainfo
    list_clear:
      what:
        - entry_list: trakt-series
    trakt_list:
      account: "{? trakt.account ?}"
      list: "{? trakt.series ?}"
      type: shows
    accept_all: yes
    set:
      title: "{{tvdb_series_name|escape|replace('&#39;', '')}}"
    list_add:
      - entry_list: trakt-series

Flexget will first populate the database by scanning my harddrive, then check my watched status in trakt to set the beginning of episodes.

example:
1. S01, S02, S03 are available on harddrive, correctly named.
2. I have watched S01, S02, this info is in my trakt account.

Expected behaviour:
3. I expect Flexget to start looking for S04E01.

Actual behaviour:
Flexget starts looking for S03E01, it completely ignores what is already in the database.

I hope someone can lead me in the right direction to fix this.

Posts: 1

Participants: 1

Read full topic

Edit trackers in transmission

$
0
0

@michel2500 wrote:

Hello,

I'm trying to add and edit trackers of some torrents running in my transmission instance but I'm running into some errors.

Here is my configuration file:

tasks:
  edittrackers task:
    delay: 1 minutes
    from_transmission:
      host: localhost
      port: 9091
    accept_all: yes
    remove_trackers:
      - http://tracker1.com
    add_trackers:
      - http://tracker2.com
    transmission:
      host: localhost
      port: 9091
      enabled: yes
    clean_transmission:
      host: localhost
      port: 9091
      finished_for: 1 days

This task is supposed to run 1 minute after earlier ones (I'm not sure it does but that's not my main concern). Here are the errors I'm getting when I try to run this task:

edittrackers task Task didn't produce any entries. This is likely due to a mis-configured or non-functional input.

and:

ERROR manager edittrackers does not match any tasks

I can confirm the issue doesn't come from transmission as I have other tasks that are able to add torrents to my local client.

I'm guessing this is a misconfiguration on my part but I fail to see how I could resolve this.

Is anyone able to help ?

Thank you.

Posts: 1

Participants: 1

Read full topic

Comic Week Packs not downloading because "quality already downloaded"

$
0
0

@LexPendragon wrote:

I have a nice config file that seems to work pretty well, except for the weekly comic packs. (Thanks, Nem!) Here is my relevant config structure:

tasks:
    Comics-WorldWideTorrents:
    priority: 1
    rss: https://worldwidetorrents.me/rss.php?cat=132,50&dllink=1
    template: comics

templates:
  comics:
    series:
      settings:
        Normal:
          identified_by: sequence
          tracking: no
          set:
            path: /Fat_Chance/Books/Comics/SyncFolder
      Normal:
        - Marvel Week:
            set:
              identified_by: date
              date_monthfirst: yes
              accept_all: yes

    transmission:
      host: localhost
      port: Blah
      username: Blah
      password: Blah
      addpaused: No

However, when I try, I get:

2018-08-29 11:31 VERBOSE  task          Comics-WorldWideTorrents REJECTED: `Marvel Week+ (08-29-2018) (- Nem -)` by series plugin because quality already downloaded

Any clues as to how I can tell it to always download it, even if it has seen the quality (because there really isn't a quality.) The rest of the config works perfectly for single issues.

Posts: 1

Participants: 1

Read full topic


Looking for IRC Bot Help

$
0
0

@muddro wrote:

I am trying to get the IRC_bot working properly. As a prerequisite, I am utilizing three sites. It seems the .tracker file for DH isn't working properly. I get Unsupported linematched tag: http

templates:
  tv:
    configure_series:
      from:
        thetvdb_list:
          username: XXXXXX
          account_id: XXXXXX
          api_key: XXXXXX
      settings:
        quality: 720p+ HDTV+
    exists_series: 'D:/TV Shows/'
    download: 
      path: 'D:/Downloads/Incomplete'

irc:
  DH:
    tracker_file: 'D:/IRC/Digital-Hive.tracker'
    nickname: "XXXXXX"
    nickserv_password: 'XXXXXX'
    use_ssl: yes
    port: 7000
    cookie: "XXXXXX"
    task:
      - get_tv
      - get_movie_entry
    channels: ['#digitalhive','#DH.Announce']

  AR:
    tracker_file: 'D:/IRC/AlphaRatio.tracker'
    use_ssl: yes
    port: 7000
    nickname: 'XXXXXX'
    invite_nickname: 'XXXXXX'
    invite_message: 'XXXXXX'
    torrent_pass: 'XXXXXX'
    authkey: 'XXXXXX'
    channels: ['#XXXXXX','#XXXXXX']
    task:
      - get_tv
      - get_movie_entry
  TL:
    tracker_file: 'D:/IRC/TorrentLeech.tracker'
    nickname: 'XXXXXX'
    nickserv_password: 'XXXXXX'
    use_ssl: yes
    port: 7021
    invite_nickname: 'XXXXXX'
    invite_message: 'XXXXXX'
    rsskey: 'XXXXXX'
    channels: ['#tlannounces','#torrentleech']
    task: 
      - get_tv
      - get_movie_entry

schedules:
  # Run every task once a minute
  - tasks: '*'
    interval:
      minutes: 1

tasks:

  populate_movie_list:
    imdb_watchlist:
      user_id: urXXXXXX
      list: watchlist
    accept_all: yes
    list_add:
      - movie_list: imdb_movies

  get_tv:
    manual: yes
    template: tv
    metainfo_series: yes

  get_movie_entry:
    manual: yes
    quality: 720p bluray
    imdb_lookup: yes
    list_match:
      from:
        - movie_list: imdb_movies
    download: 
      path: 'D:/Downloads/Incomplete'

Also, nothing has downloaded yet, so wondering if there is anything on the face of this that needs to be corrected?

Posts: 1

Participants: 1

Read full topic

Series has no history

$
0
0

@ianstalk wrote:

I use Trakt to manage which series to discover and where to begin. I noticed today that it stopped working and has probably been broken since I last upgraded Flexget. Here are my logs:

2018-09-03 11:38 VERBOSE  task          series-trakt-set-begin ACCEPTED: `The Venture Bros` by accept_all plugin
2018-09-03 11:38 VERBOSE  details       series-trakt-set-begin Summary - Accepted: 1 (Rejected: 0 Undecided: 0 Failed: 0)
2018-09-03 11:38 INFO     set_series_begin series-trakt-set-begin First episode for "The Venture Bros." set to S07E05
2018-09-03 11:38 VERBOSE  list_add      series-trakt-set-begin adding accepted entries into entry_list - trakt-shows
2018-09-03 11:38 VERBOSE  next_series_episodes series-discover Series `The Venture Bros S07E01` has no history. Set begin option, or use CLI `series begin` subcommand to set first episode to emit
2018-09-03 11:38 VERBOSE  discover      series-discover Discovering 1 titles ...
2018-09-03 11:38 INFO     task          series-discover Plugin next_series_episodes has requested task to be ran again after execution has completed. Reason: Look for next season
2018-09-03 11:38 VERBOSE  discover      series-discover Discover interval of 5 hours not met for 1 entries. Use --discover-now to override.
2018-09-03 11:38 VERBOSE  details       series-discover Task didn't produce any entries.
2018-09-03 11:38 VERBOSE  details       series-discover Summary - Accepted: 0 (Rejected: 0 Undecided: 0 Failed: 0)
2018-09-03 11:38 INFO     task          series-discover Rerunning the task in case better resolution can be achieved.
2018-09-03 11:38 VERBOSE  discover      series-discover Discovering 1 titles ...
2018-09-03 11:38 VERBOSE  details       series-discover Task didn't produce any entries.
2018-09-03 11:38 VERBOSE  details       series-discover Summary - Accepted: 0 (Rejected: 0 Undecided: 0 Failed: 0)

And the relevant tasks:

  # Get the next episode from Trakt and set it as the beginning for the series plugin
  # I use Plex-Trakt-Scrobbler to sync what I've collected
  series-trakt-set-begin:
    priority: 1
    next_trakt_episodes:
      <<: *trakt-credentials
      list: 'TV Queue'
      strip_dates: yes
      context: collected
      position: next
    accept_all: yes
    set_series_begin: yes
    set:
      title: "{{series_name | re_replace('[\\'\\.,\\:!]', '')}}"
    disable: seen
    list_add:
      - entry_list: trakt-shows
        

  # Discover series and add them to Transmission
  series-discover:
    priority: 100
    template: content-rejects
    configure_series:
      from:
        entry_list: trakt-shows
      settings:
        # quality: 720p+
        identified_by: ep
        exact: no
    discover:
      what:
        - next_series_episodes: yes
      from:
        - iptorrents: 
            <<: *iptorrents-credentials
            category: 
              - TV-x264
              - TV-Web-DL 
        - morethantv:
            username: '{? morethantv.username ?}'
            password: '{? morethantv.password ?}'
            all_tags: yes
    transmission: 
      <<: *transmission
      ratio: 5
      path: '/mnt/drobo/downloads/tv/'

It looks like it's trying to parse the entire entry title as the series name. Is this a bug, or an intentional change in the behavior of these plugins?

Posts: 1

Participants: 1

Read full topic

Moving folder and contents on Trakt list change

$
0
0

@wazLuque wrote:

I'm wondering if anyone can help.

I am wondering if it's possible to move a folder and it's contents upon a Trakt list change, for example;

If Jack Ryan was moved in Trakt from 'Shows to watch' to 'wazLuque's TV Shows', I'd like the files already downloaded in 'F:/To Watch' to be moved to 'F:/WazLuque Shows'.

Is this feasible and which plugins should I be looking at to make this automated?

Thanks in advance.

Posts: 1

Participants: 1

Read full topic

Remove items from IMDB watchlist automatically

$
0
0

@muddro wrote:

I am trying to set up the config file that removes items off my IMDB watchlist. I have 1 task that populates IMDB entries using imdb_watchlist and list_add. I have another task that gets movie entries with list_match. I would like to add something to the latter task that then removes the movie from the imdb watchlist on the imdb site. Is that possible?

Posts: 1

Participants: 1

Read full topic

Please help - adding TV show with no season numbering, just episodes

$
0
0

@samuel wrote:

Hi everyone, I have setup very simple config to download few shows for the missus, and it all works good apart from that one particular show that is uploaded with no season numbering - its basically its like never ending story, this show is now on episode 1382...

this is how it looks:

Another tv show E1382

My code so far:

templates:
tv:
rss: another_show_site
series:
   - "Another tv show":
      quality: 1080i+

Indentations may not show correctly, but they are correct in config file and everything works par that one show with no seasons...

How can I make it download please?
Tried regex, date, sequence, but all returned different errors :frowning: :
cannot find a(n)sequence` style identifier.
or

cannot find a(n)ep` style identifier.

Please - could someone help?

Thank you

Posts: 1

Participants: 1

Read full topic

Viewing all 716 articles
Browse latest View live