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

Would like for Flexget to consider webdl and webrip the same quality

$
0
0

@Jeeaaasus wrote:

I would like for Flexget to consider webdl and webrip the same quality.
Would this be possible to do?

Some release groups name their torrents "web" and these are counted as webdl quality, but sometimes awful quality.
And on the other hand some torrents named "webrip" are of excellent quality, in particular the Amazon and Netflix shows.

I've tried to manipulate the quality field but can't get that to work. Is it not possible to change the quality field?
I've gotten it to work by manipulating the title field but then Flexget crashes sometimes, understandably, and I would like to avoid this method.

Anyone got any ideas? :slight_smile:

Posts: 1

Participants: 1

Read full topic


Help using 'identified_by: date' series (aka Daily Show etc) with Jonybat config

$
0
0

@ahuacate wrote:

I need help in getting Jonybat config working with series identified by date ultimately for Documentaries, News, HBO series etc. My config file works perfectly with series identified by 'ep' (episodes like Ozark) using for example begin:S01e01 BUT not with date.
The error I am getting is

2018-09-22 14:02 VERBOSE next_series_episodes download-series-discover Series Panorama with identified_by value date are not supported.
2018-09-22 14:02 WARNING utils Input next_series_episodes did not return anything

My config.yml is as follows:

web_server:
  bind: 0.0.0.0
  port: 5050
  web_ui: yes

variables: secrets.yml

schedules:
  - tasks: ['populate-*', 'clean-*', 'update-*']
    schedule:
      hour: 0
  - tasks: ['*-rss']
    schedule:
      minute: 0,30
  - tasks: ['*-nextep','fill-*','*-discover', '*-manual']
    schedule:
      minute: 0,5
  - tasks: ['move-*']
    schedule:
      minute: 15,45

templates:

##### Series config
#
  series:
    thetvdb_lookup: yes
    tvmaze_lookup: yes
    include: series.yml
    configure_series:
      from:
        entry_list: trakt-series
      settings:
        identified_by: ep
        timeframe: 16 hours
        target: hdtv+ 720p-1080p
        quality: webrip+ 720p
        propers: 16 hours
        specials: no
        season_packs: no
    content_size:
      min: 350
    content_filter:
      require:
        - '*.mkv'
        - '*.m4v'
        - '*.avi'
        - '*.mp4'
      reject:
        - '*.m2ts'
        - 'password.txt'
        - '*.wmv'

##### Movies config
#
  movies-1080p:
    tmdb_lookup: yes
    movie_list: trakt-movies
    quality: 1080p
    content_size:
      min: 1000
      max: 20000
    content_filter:
      require:
        - '*.mkv'
        - '*.m4v'
        - '*.avi'
        - '*.mp4'
      reject:
        - '*.m2ts'
        - 'password.txt'
        - '*.wmv'

  movies-720p:
    tmdb_lookup: yes
    movie_list: trakt-movies
    quality: 720p
    content_size:
      min: 1000
      max: 10000
    content_filter:
      require:
        - '*.mkv'
        - '*.m4v'
        - '*.avi'
        - '*.mp4'
      reject:
        - '*.m2ts'
        - 'password.txt'
        - '*.wmv'

##### Transmission config
#
  transmission-anchors:
    _transmission-settings: &transmission-settings
      host: "{? transmission.host ?}"
      port: 9091
      username: "{? transmission.user ?}"
      password: "{? transmission.pass ?}"

##### Common rejections
#
  reject:
    regexp:
      reject:
        - (s|d)ub(s|bed)?\b: {from: title} 
        - (duo|tri|quadri|tetra|penta|hexa|hepta|octa|ennea|deca)logy 
        - \b3-?D\b: {from: title}          
        - \bR5\b: {from: title}            
        - \bWEBSCR\b: {from: title}        
        - \bscreener\b: {from: title}
        - \bTS\b: {from: title}
        - \bCam\b: {from: title} 
        - "{C_P}": {from: title}
        - \bFRENCH\b: {from: title}
        - \bSPANiSH\b: {from: title}
        - \bGerman\b: {from: title}
        - \btrailer\b: {from: title}
        - \bSCR\b: {from: title}
        - TrTd TeaM: {from: title}
        - \[TNTVillage\]: {from: title}
        - \[facepalm\]: {from: title}
        - \bASAP\b: {from: title}
        - \MULTi: {from: title}
        - \bCasStudio\b: {from: title}
    content_filter:
      reject:
        - '*.rar'
        - '*.zip'

##### ADVANCED SETTINGS #####

##### Global config
#
  global:
    no_entries_ok: yes
    pathscrub: windows
    free_space:
      path: "/{? folder.root ?}"
      space: 5000
    # Requires log_filter plugin
    log_filter:
      task:
        - marked seen
        - already downloaded
        - already been downloaded
        - Task does not have any
        - Task doesn't have any
        - is before begin value
      move:
        - left because it exceeds safety value
        - does not exists (anymore)
      urlrewriter:
        - URL rewritten to
      enzyme.mkv:
        - Reading
        - Processing
      enzyme.parsers.ebml.core:
        - ignored
        - Maximum level
      subliminal.video:
        - Scanning video
      parser_internal:
        - appears to be an episode pack
      content_size:
        - rejecting
      search_rss:
        - Error
      assume_quality:
        - ""
      utils.requests:
        - Waiting
      manipulate:
        - Field `title` is now
      filesystem:
        - Starting to scan

##### Common torrents config
#
  torrents:
    torrent_alive:
      min_seeds: 3
      reject_for: 15 minutes
    magnets: no
    # Might need to disable if you are getting errors connecting to https sources
    # Can remove if you upgrade to python 2.7.9+ or install requests[security]
    #verify_ssl_certificates: no
    domain_delay:
      thepiratebay.org: 5 seconds
      limetorrents: 3 seconds
      rarbg: 3 seconds

##### Transmission series config
#
  transmission-series:
    transmission:
      <<: *transmission-settings
      main_file_only: yes
      include_subs: yes
      rename_like_files: yes
      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: "/{? folder.root ?}{? folder.downseries ?}{{tvdb_series_name|default(series_name)|pathscrub}}/"

##### Transmission movies config
#
  transmission-movies:
    transmission:
      <<: *transmission-settings
      main_file_only: yes
      include_subs: yes
      rename_like_files: yes
      content_filename: "{{tmdb_name|pathscrub}} ({{tmdb_year}}){% if quality|default(False) %} - [{{quality}}]{% endif %}"
      path: "/{? folder.root ?}{? folder.downmovies ?}{{movie_name|pathscrub}}"

##### Disable builtins for some tasks
#
  disable-seen-retry:
    disable:
      - seen
      - seen_info_hash
      - retry_failed

##### Series metainfo mainly for move and update tasks
#
  series-metainfo:
    metainfo_series: yes
    thetvdb_lookup: yes

##### Guessit parsing for some series tasks and anime, not applied to all tasks because it used to cause issues with some series
#
  series-guessit:
    parsing:
      series: guessit

##### Movies metainfo mainly for move and update tasks
#
  movies-metainfo:
    tmdb_lookup: yes
    parsing:
      movie: guessit

##### Guessit parsing for anime movies task
#
  movies-guessit:
    parsing:
      movie: guessit

tasks:

########## SERIES ##########

##### 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

##### Fetches the next unwatched episode from the series watchlist and adds it to a custom entry list
#
  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 ?}"
      strip_dates: yes # A TEST
      context: watched
      position: next
    accept_all: yes
    list_add:
      - entry_list: trakt-series-begin

##### Formats the output of the previous task to tvdb format and sets the begin episode for the series
#
  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: 4
    template:
      - disable-seen-retry
      - series-metainfo
    list_clear:
      what:
        - entry_list: trakt-series
    trakt_list:
      account: "{? trakt.account ?}"
      list: "{? trakt.series ?}"
      type: shows
      strip_dates: yes # A TEST
    accept_all: yes
    set:
      title: "{{tvdb_series_name|escape|replace('&#39;', '')}}"
    list_add:
      - entry_list: trakt-series


##### Download episodes from manually downloaded torrents
#
  download-series-manual:
    priority: 6
    template:
      - disable-seen-retry
      - series-metainfo
      - series-guessit
      - transmission-series
    filesystem:
      path: "/{? folder.root ?}{? folder.downseries ?}"
      mask: '*.torrent'
    accept_all: yes
    exec:
      on_output:
        for_accepted: rm -f "{{location}}"


##### Download episodes from RSS feeds
#
  # download-series-rss:
    # priority: 7
    # template:
      # - series
      # - reject
      # - torrents
      # - transmission-series
    # inputs:
      # - rss: https://eztv.ag/ezrss.xml
      # - rss: https://www.limetorrents.cc/rss/20/


##### Discover and download season packs
#
  download-seasons-discover:
    priority: 9
    template:
      - series
      - reject
      - torrents
      - transmission-series
    #thetvdb does not support season lookups yet
    thetvdb_lookup: no
    magnets: yes
    convert_magnet:
      timeout: 30 seconds
      force: yes
    discover:
      release_estimations: strict
      interval: 15 minutes
      what:
        - next_series_seasons:
            from_start: yes
      from:
        - piratebay:
            category: highres tv
        - limetorrents:
            category: tv


##### Discover and download older episodes and pilots from recently added series
#
  download-series-discover:
    priority: 8
    template:
      - series
      - reject
      - torrents
      - transmission-series
    magnets: yes
    convert_magnet:
      timeout: 30 seconds
      force: yes
    discover:
      release_estimations: strict
      interval: 15 minutes
      what:
        - next_series_episodes:
            from_start: yes
      from:
        - piratebay:
            category: highres tv
        - limetorrents:
            category: tv

########## MOVIES ##########

##### Remove manually downloaded movies from the movie queue and trakt list
#
  clean-movies-queue:
    priority: 31
    template:
      - disable-seen-retry
      - movies-metainfo
    filesystem:
      path: "/{? folder.root ?}{? folder.movies ?}"
      recursive: yes
      retrieve: files
      regexp: '.*\.(avi|mkv|mp4)$'
    accept_all: yes
    list_remove:
      - movie_list: trakt-movies
      - trakt_list:
          account: "{? trakt.account ?}"
          list: "{? trakt.movies ?}"
          type: movies


##### Fill the movie queue with movies from trakt list
#
  fill-movies-queue:
    priority: 32
    trakt_list:
      account: "{? trakt.account ?}"
      list: "{? trakt.movies ?}"
      type: movies
      strip_dates: yes
    accept_all: yes
    list_add:
      - movie_list: trakt-movies


##### Download movies manually downloaded torrents
#
  download-movies-manual:
    priority: 34
    template:
      - disable-seen-retry
      - movies-metainfo
      - transmission-movies
    filesystem:
      path: "/{? folder.root ?}{? folder.downmovies ?}"
      mask: '*.torrent'
    accept_all: yes
    exec:
      on_output:
        for_accepted: rm -f "{{location}}"
    list_remove:
      - movie_list: trakt-movies
      - trakt_list:
          account: "{? trakt.account ?}"
          list: "{? trakt.movies ?}"
          type: movies


##### Discover and download 1080p movies
#
  download-movies-1080p-discover:
    priority: 37
    template:
      - movies-1080p
      - reject
      - torrents
      - transmission-movies
    exists_movie:
      - "/{? folder.root ?}{? folder.downmovies ?}"
      - "/{? folder.root ?}{? folder.movies ?}"
    magnets: yes
    convert_magnet:
      timeout: 30 seconds
      force: yes
    discover:
      release_estimations: loose
      interval: 15 minutes
      what:
        - movie_list: trakt-movies
      from:
        - piratebay:
            category: highres movies
        - limetorrents:
            category: movies
    list_match:
      from:
        - movie_list: trakt-movies
    list_remove:
      - trakt_list:
          account: "{? trakt.account ?}"
          list: "{? trakt.movies ?}"
          type: movies


##### Discover and download 720p movies, if the movie is not recent
#
  download-movies-720p-discover:
    priority: 38
    template:
      - movies-720p
      - reject
      - torrents
      - transmission-movies
    exists_movie:
      - "/{? folder.root ?}{? folder.downmovies ?}"
      - "/{? folder.root ?}{? folder.movies ?}"
    magnets: yes
    convert_magnet:
      timeout: 30 seconds
      force: yes
    discover:
      release_estimations: loose
      interval: 15 minutes
      what:
        - movie_list: trakt-movies
      from:
        - piratebay:
            category: highres movies
        - limetorrents:
            category: movies
    if:
      - tmdb_year > now.year - 1: reject
    list_match:
      from:
        - movie_list: trakt-movies
    list_remove:
      - trakt_list:
          account: "{? trakt.account ?}"
          list: "{? trakt.movies ?}"
          type: movies


########## LIBRARY ##########

##### Move series from downloads folder to respective folders, along with existing subtitles and adding the files to the subtitle queue
#
  move-series:
    priority: 41
    template:
      - disable-seen-retry
      - series-metainfo
      - series-guessit
    filesystem:
      path: "/{? folder.root ?}{? folder.downseries ?}"
      recursive: yes
      retrieve: files
      regexp: '.*\.(avi|mkv|mp4)$'
    accept_all: yes
    move:
      to: "/{? folder.root ?}{? folder.series ?}{{tvdb_series_name|escape|replace('&#39;', '')|pathscrub}}/"
      rename: "{{tvdb_series_name|escape|replace('&#39;', '')|pathscrub}} - {{tvdb_ep_id|default(series_id)}}{% if tvdb_ep_name|default(False) %} - {{tvdb_ep_name|pathscrub}}{% endif %}{% if quality|default(False) %} - [{{quality}}]{% endif %}"
      along:
        extensions:
          - srt
          - sub
        subdirs:
          - Subs
      clean_source: 50
    list_add:
      - subtitle_list:
          list: subtitles
          path: "{{location}}"
          remove_after: 7 days
    exec:
      on_exit:
        phase: find "/{? folder.root ?}{? folder.downseries ?}"* -type d -empty -delete

##### Move movies from downloads folder to the movies folder, along with possible subtitles and adding the files to the subtitle queue
#
  move-movies:
    priority: 43
    template:
      - disable-seen-retry
      - movies-metainfo
    filesystem:
      path: "/{? folder.root ?}{? folder.downmovies ?}"
      recursive: yes
      retrieve: files
      regexp: '.*\.(avi|mkv|mp4)$'
    accept_all: yes
    regexp:
      reject:
        - \btrailer\b
        - \bsample\b
    move:
      to: "/{? folder.root ?}{? folder.movies ?}"
      rename: "{{tmdb_name|pathscrub}} ({{tmdb_year}}){% if quality|default(False) %} - [{{quality}}]{% endif %}"
      along:
        extensions:
          - srt
          - sub
        subdirs:
          - Subs
      clean_source: 100
    list_add:
      - subtitle_list:
          list: subtitles
          path: "{{location}}"
          remove_after: 7 days
    exec:
      on_exit:
        phase: find "/{? folder.root ?}{? folder.downmovies ?}"* -type d -empty -delete


##### Clean finished torrents from transmission
#
  clean-transmission:
    priority: 47
    disable: details
    clean_transmission:
      <<: *transmission-settings
      finished_for: 1 day


########## UPDATES ##########

##### Update trakt series list from local series folders, excluding the ones that already ended
#
  update-series-list:
    priority: 51
    template:
      - disable-seen-retry
      - series-metainfo
    filesystem:
      path: "/{? folder.root ?}{? folder.series ?}"
      retrieve: dirs
    manipulate:
      - title:
          replace:
            regexp: '$'
            format: ' S01E01'
    accept_all: yes
    if:
      - tvdb_status == 'Ended': reject
    list_add:
      - trakt_list:
          account: "{? trakt.account ?}"
          list: "{? trakt.series ?}"
          type: shows


##### Clean the series that already ended from trakt series list
#
  clean-series-list:
    priority: 53
    delay: 8 day
    template:
      - disable-seen-retry
      - series-metainfo
    trakt_list:
      account: "{? trakt.account ?}"
      list: "{? trakt.series ?}"
      type: shows
    if:
      - tvdb_status == 'Ended': accept
    list_add:
      - trakt_list:
          account: "{? trakt.account ?}"
          list: "{? trakt.ended ?}"
          type: shows
          strip_dates: yes # A TEST
    list_remove:
      - trakt_list:
          account: "{? trakt.account ?}"
          list: "{? trakt.series ?}"
          type: shows

My test series.yml is as follows:

series:
  - Panorama:
      # alternate_name:
      identified_by: date
      date_dayfirst: yes
      begin: "01-08-2018"    
      set:
        tvdb_id: 80748

I am assuming the 'date_dayfirst: yes' applies in this case because it matches the TVDB database?

Posts: 1

Participants: 1

Read full topic

Movie Discover failing with title that has punctuation

$
0
0

@robflex wrote:

I have a movie discover configuration which uses a movie_list with entries it has taken from an IMDB watchlist.

Now for a certain movie about an "Impossible Mission" the title has punctuation marks in it, and consequently when used with the torrentleech search plugin, it doesn't find any matches.

The key portions of the config are below.

The flexget version is 2.14.21 and the config works for fine for everything else.

The template is as follows;

movies-any-quality:
    # DESCRIPTION
    # Get any quality movie.
    proper_movies: yes
    quality: '{? quality.movie_quality ?}'

    content_size:
      # Set Content Size
      min: 700       
      max: 7500      
      strict: no      
    imdb_lookup: yes
    list_match: 
      from:
        - movie_list: movie-queue

    list_add:
      - movie_list: movie-upgrade
    list_remove:
      - imdb_list:
          <<: *movie_imdb_list_creds

The movie discover anchor;

   _movie_discover: 
      discover: &movie_discover
        release_estimations:
          optimistic: 30 days
        interval: 1 hour
        what:
          - movie_list: 
              list_name: "movie-queue"
         from:
          - torrentleech:
              <<: *torrentleech_credentials
              category: [37, 11, 43, 14]  
          - flexget_archive: [movies]

and the task itself is below.

  movie-search-any:
    # DESCRIPTION
    # Searches for any quality-movie.
    priority: 22 
    template:
      - movies-global
      - movies-any-quality
      - reject-relaxed
      - movies-info

    discover:
      <<: *movie_discover
      release_estimations:
        optimistic: 150 days

Posts: 1

Participants: 1

Read full topic

Overriding the template specified quality in a specific task

$
0
0

@i-love-coding wrote:

Question is: How, for series, can I override the template specified quality in a specific task ?

Here is my config, I used as base the recipe at https://flexget.com/Cookbook/Series/Advanced to get the series from multiple sources

`

templates:
  tvshows:
    transmission:
      host: localhost
      port: 9091
      username: FAKE.USERNAME
      password: FAKE.PASSWORD
      include_subs: yes
      addpaused: no
    clean_transmission:
      host: localhost
      port: 9091
      username: FAKE.USERNAME
      password: FAKE.PASSWORD
      #finished_for: 7 days
      enabled: Yes 
    series:     
      settings:
        group_a:
          path: /mnt/storage/series/{{series_name}}/Season_{{series_season|pad(2)}}
          identified_by: ep  
          timeframe: 12 hours  
          target: 1080p webdl-dvdrip 
          quality: 720p-1080p webdl-dvdrip
      group_a:
        - 12 Monkeys
        - 60 Minutes (US)
        - American Crime Story
        - "American Dad!"
        - American Horror Story
        - Better Call Saul     

tasks:

  gettv_showrss:
    template: tvshows
    configure_series:
      from:  
        rss: http://showrss.info/user/USERNUMER.rss?magnets=true&namespaces=true&name=null&quality=null&re=null
      settings:
        quality: webrip-dvdrip

  gettv_anotherfeed:
    template: tvshows
    rss: http://someotherfeed`

As you can see, in templates/tvshows/series/setings/group_a I'm specifying the desired quality and the timeframe and its desired quality given the timeframe.

What I want to do is to override these quality settings (those specified in the template) by other quality values for some tasks. I need this for the gettv_showrss task, - which uses the feed from showRSS - because it does not include the field 'Resolution' as in https://flexget.com/Qualities#Requirements

I've tried a couple of ways to do it... to no avail, though I'm sure there are things I'm not aware of

How, if possible, can I override the quality settings for the task gettv_showrss ?

Thanks in advance

Posts: 1

Participants: 1

Read full topic

imdb_watchlist & discover results in undecided entries

$
0
0

@POGMAN wrote:

Hi,
I try to download my IMDB watchlist using discover/imdb_watchlist/rarbg but it always result in undecided entries.
I guess I misunderstood something but I can't figure out what.

Here is my config:

variables: variables.yml

templates:

  anchor-transmission: &TRANSMISSION
    rtorrent:
      uri: '{? rtorrent.uri ?}'
      path: '{? rtorrent.path ?}'
      digest_auth: yes

  imdb-config:
    <<: *TRANSMISSION
    quality: webrip+ !hdtv 1080p


  discover-imdb:
    discover:
      what:
        - imdb_watchlist:
            user_id: '{? imdb.user ?}'
            list: watchlist
      from:
        - rarbg:
            category: 44  # Movies HD
            limit: 100
            ranked: False

tasks:
  get-imdb:
    priority: 1
    template:
      - imdb-config
      - discover-imdb

It is fairly simple but not effective :confused:

Same result with imdb_list instead of imdb_watchlist

Posts: 2

Participants: 2

Read full topic

Delete files if seen on Trakt.tv

$
0
0

@dewey wrote:

Hey,

I'm currently working on setting up a new Flexget config. I'm wondering if it's possible to delete episodes from the filesystem if they are marked as "seen" on Trakt.tv. I saw the delete plugin but the documentation is a bit sparse and I couldn't figure out how I'd would be combined with "watched" list from the https://flexget.com/Plugins/List/trakt_list plugin.

Any help would be appreciated! I'll update the thread if I could figure out a way to do it.

Thanks!

Posts: 1

Participants: 1

Read full topic

Flexget transmission "set", torrent rename

$
0
0

@The_King_Killer wrote:

Hi,

I'm trying to set flexget to rename movie torrents, but I always get this message below saying that the content has not been renumbered.

Error Message:

2018-10-04 22:42 WARNING transmission imdb-filmes1 No files in "Avengers.Infinity.War.2018.1080p.WEBRip.x265.HEVC.6CH-MRN" are > 90% of content size, no files renamed.

LOG: https://pastebin.com/j3RrLLNw

2018-10-04 22:42 VERBOSE  task          imdb-filmes1    REJECTED: `Avengers.Infinity.War.2018.1080p.BluRay.REMUX.AVC.DTS-HD.MA.7.1-FGT` by content_size plugin because maximum size 6000 MB, got 35997.7895451 MB
2018-10-04 22:42 VERBOSE  content_size  imdb-filmes1    Entry `Avengers.Infinity.War.2018.3D.1080p.BluRay.x264-SPRiNTER` too big, rejecting
2018-10-04 22:42 VERBOSE  task          imdb-filmes1    REJECTED: `Avengers.Infinity.War.2018.3D.1080p.BluRay.x264-SPRiNTER` by content_size plugin because maximum size 6000 MB, got 12314.0046959 MB
2018-10-04 22:42 VERBOSE  content_size  imdb-filmes1    Entry `Avengers.Infinity.War.2018.INTERNAL.1080p.BluRay.CRF.x264-SAPHiRE` too big, rejecting
2018-10-04 22:42 VERBOSE  task          imdb-filmes1    REJECTED: `Avengers.Infinity.War.2018.INTERNAL.1080p.BluRay.CRF.x264-SAPHiRE` by content_size plugin because maximum size 6000 MB, got 12404.5146198 MB
2018-10-04 22:42 VERBOSE  content_size  imdb-filmes1    Entry `Avengers.Infinity.War.2018.1080p.BluRay.x264.DTS-HD.MA.7.1-FGT` too big, rejecting
2018-10-04 22:42 VERBOSE  task          imdb-filmes1    REJECTED: `Avengers.Infinity.War.2018.1080p.BluRay.x264.DTS-HD.MA.7.1-FGT` by content_size plugin because maximum size 6000 MB, got 15965.8971424 MB
2018-10-04 22:42 VERBOSE  task          imdb-filmes1    ACCEPTED: `Avengers.Infinity.War.2018.1080p.WEBRip.x265.HEVC.6CH-MRN` by list_match plugin
2018-10-04 22:42 INFO     urlrewriter   imdb-filmes1    Entry 'Avengers.Infinity.War.2018.1080p.WEBRip.x265.HEVC.6CH-MRN' URL rewritten to magnet:?xt=urn:btih:85c980d1de3d6e070fd5c2e3ba6a3cbacca74eb7&dn=Avengers.Infinity.War.2018.1080p.WEBRip.x265.HEVC.6CH-MRN&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969&tr=udp%3A%2F%2Fzer0day.ch%3A1337&tr=udp%3A%2F%2Fopen.demonii.com%3A1337&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969&tr=udp%3A%2F%2Fexodus.desync.com%3A6969 (with piratebay)
2018-10-04 22:42 VERBOSE  details       imdb-filmes1    Summary - Accepted: 1 (Rejected: 58 Undecided: 17 Failed: 0)
2018-10-04 22:42 INFO     transmission  imdb-filmes1    "Avengers.Infinity.War.2018.1080p.WEBRip.x265.HEVC.6CH-MRN" torrent added to transmission
2018-10-04 22:42 WARNING  transmission  imdb-filmes1    No files in "Avengers.Infinity.War.2018.1080p.WEBRip.x265.HEVC.6CH-MRN" are > 100% of content size, no files renamed.

My config/Minha configuração: https://pastebin.com/gVZdDkNa

 # flexget -L debug execute --no-cache --discover-now

web_server: 
  run_v2: true
  bind: 192.168.1.11

tasks:
  anitask:
    priority: 1
    rss: 
      url: 'https://nyaa.si/?page=rss&q=Erai-raws+1080p+Multiple+Subtitle&c=0_0&f=0'
      all_entries: no
    metainfo_movie: yes    
    template: animes

############################
####### TRAKT FILMES #######
############################
    
  imdb-filmes:
    priority: 10
    disable:
      - seen
      - seen_info_hash
      - torrent_alive
      - retry_failed
    exists_movie:
      path:
        - 'D:\FILMES\'
        - 'D:\TORRENTS\'
      type: files
      allow_different_qualities: better
      lookup: imdb
    #trakt_list:  
    #  account: ********
    #  list: ParaBaixar
    #  type: movies
    imdb_list:
      login: ********
      password: ********
      list: TEste
    #  force_language: es-mx # Optional - Force Specified Language
    accept_all: yes

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

  imdb-filmes1:
    priority: 15
    disable:
      - seen
      - seen_info_hash
      - torrent_alive
      - retry_failed
    # trakt_lookup: yes
    imdb_lookup: yes
    discover:
      release_estimations: ignore 
        # optimistic: 1000 days
      what:
        - imdb_list:
            login: ********
            password: ********
            list: TEste
          # force_language: pt-br # Optional - Force Specified Language
        #- trakt_list:
         #   account: ********
          #  list: ParaBaixar
           # type: movies      
      from:
        - piratebay:
            # category: 207
            sort_by: seeds 
            # url: https://thepiratebay.asia
            # url: https://baypirateproxy.org/
        - rarbg: 
            min_seeders: 5
            sorted_by: seeders
    torrent_alive: 5
    quality: 1080p-1080p
             webrip-bluray       
    magnets: yes
    # convert_magnet: yes
    content_size:
      # min: 12
      max: 6000
      strict: no
    regexp:
      reject:
        - Hindi
        - Tamil
        - DVDScr
        - HQ
        - HDTC 
        - cam
        - r5
        # - hdrip
        # - tvrip
        - dsr
        - sdtv
        - dvdscr
        - bdscr
        # - webrip
        # - webdl
        - hdtv
        - 368p
        - 360p
        - 360p
        # - Grym
        - RU
        - HDTS
        - mp3
        # - DEFLATE
        - HD-TC
        - tc.
        - .tc
        - tc 
        - 720p TC
        - TC -
        - TC H264
        - -RBG
        - REWARD
    list_match:
      from:
        - imdb_list:
            login: ********
            password: ********
            list: TEste
           # force_language: pt-br # Optional - Force Specified Language
#        - trakt_list:
 #           account: ********
  #          list: ParaBaixar
   #         type: movies
      remove_on_match: no            
      single_match: yes
    transmission: 
      host: localhost
      port: 9091
      path: 'D:\FILMES'
      ratio: 2.0
    set:
      main_file_only: yes
      rename_like_files: yes
      magnetization_timeout: 
      skip_files:
        - '*.nfo'
        - '*.sfv'
        - '*.txt'
        - '*.jpg'
        - '*.png'
        - 'Sample.*'
        - 'sample.*'
        - '*[sS]ample*'
        - '*[eE]xtras*'
        - '*[eE]xtra*'
      path: D:\FILMES\{{ imdb_original_name }} {{imdb_year}} [{{ quality|upper }}]
      content_filename: "{{ imdb_original_name }} ({{imdb_year}})"
    # list_remove:
      # - imdb_list:
          # login: ********
          # password: ********
          # list: TEste
         # force_language: pt-br # Optional - Force Specified Language
#      - trakt_list:
 #         username: ********
  #        account: ******** 
   #       list: ParaBaixar
    #      type: movies
    # list_add:
      # - trakt_list:
          # username: ********
          # account: ********          
          # list: watchlist
          # type: movies

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

      
  # This task is what will actually download your shows.
  # See https://flexget.com/wiki/Cookbook/Series/Search for a more detailed explanation of how this search based task works, as well as an example of how to use your `tv` template on an rss based task alongside.
  series2:
    priority: 25
    disable:
      - seen
      - seen_info_hash
      - torrent_alive
      - retry_failed   
    # If this is your only task getting shows, you can just include the configure_series plugin here instead of using the template.
    template: series
    discover:
      what:
        - next_series_episodes:
            from_start: yes
      from:
        - piratebay: 
            # category: 205
            sort_by: seeds
            # url: https://thepiratebay.asia
            # url: https://baypirateproxy.org/
    quality: 1080p
    list_remove:
      - trakt_list:
          account: ********
          list: Seriesbaixar
          type: episodes
    list_add:
      - trakt_list:
          account: ********
          list: Seriesbaixar
          type: shows      
    transmission:
      host: localhost
      port: 9091
      path: 'D:\SERIES\{{series_name}}\Season {{series_season|pad(2)}}'
      main_file_only: yes
      
templates:
  # This is just in a template so that it can easily be re-used in multiple tasks (for example in an rss based and discover based task)
  # If you only have one task using your series config, you can place the configure_series plugin directly in that task rather than in a template
  series:
    configure_series:
      settings:
        # Configure all the series options to your taste
        quality: 1080p
        path: 'D:\SERIES\{{series_name}}\Season {{series_season|pad(2)}}'
        identified_by: ep
      from:
        trakt_list:
          account: ********
          list: Seriesbaixar
          type: shows
  
  animes:
   # thetvdb_lookup: yes
    series:
      - Seishun Buta Yarou  # futuro #
      - 'Double Decker! Doug & Kirill'
      - 'Grand Blue':
          path: 'D:\SERIES\Grand Blue Dreaming\Season 1'
      - 'Hataraku Saibou':
          path: 'D:\SERIES\Hataraku Saibou\Season 1'
      - 'Banana Fish':
          path: 'D:\SERIES\Banana Fish\Season 1'
      - 'Planet With':
          path: 'D:\SERIES\Planet With\Season 1' 
      - 'Hanebado!':
          path: 'D:\SERIES\HANEBADO!\Season 1'
          season_packs: yes
      - 'Boku no Hero Academia 3rd Season':
          path: 'D:\SERIES\My Hero Academia\Season 3' 
          season_packs: yes
      - 'Shingeki no Kyojin Season 3':
          path: 'D:\SERIES\Attack on Titan\Season 1'
          identified_by: sequence
          season_packs: yes
    transmission:
      host: localhost
      port: 9091
    set:
      # content-disposition: no
      path: 'D:\SERIES\{{series_name}}\Season {{series_season|pad(2)}}' 
      # addpaused: yes
      skip_files:
        - '*.nfo'
        - '*.sfv'
        - '*.txt'
        - '*.jpg'
        - '*.png'
        - 'Sample.*'
        - 'sample.*'
        - '*[sS]ample*'
        - '*[eE]xtras*'
        - '*[eE]xtra*'
      
schedules:
  - tasks: '*'
    interval:
      minutes: 20
      minutes: 20

oi,

Eu estou tentando definir flexget para renomear torrents de filmes, mas eu sempre recebo esta mensagem abaixo dizendo que o conteúdo não foi renumerado.

Mensagem de erro:

2018-10-04 22:42 WARNING transmission imdb-filmes1 No files in "Avengers.Infinity.War.2018.1080p.WEBRip.x265.HEVC.6CH-MRN" are > 90% of content size, no files renamed.

Posts: 4

Participants: 2

Read full topic

Filesystem, Move with regexp to sort anime in 2nd Season, 3rd Season

$
0
0

@The_King_Killer wrote:

My problem is with animes that have second, third and fourth season and etc.

For example, where I download animes they follow this structure in the filenames:

First season:

If I am not mistaken in my tests the set option is enough for animes that are in the first season, with the configuration below.

    set:
      # content-disposition: no
      path: 'D:\SERIES\{{tvdb_series_name}}\Season {{tvdb_season|pad(2)}}'

[Erai-raws] Zombieland Saga - 01 [1080p][Multiple Subtitle].mkv

Second season:

[Erai-raws] Gintama. Shirogane no Tamashii-hen 2nd Season - 13 [1080p][Multiple Subtitle].mkv

Seasons are defined by 2nd Season, 3rd Season or Season 3 and etc.

I want to use a regexp like this below to set the download folder for second and third season:

\[(.+)?\] (.+?) (S\d* )?- (\d+) \[(.+)\]

In theory this expression would be enough to identify episodes of the second season:

\[(.+)?\] (.+?) (2nd Season) - (\d+)

[Erai-raws] Gintama. Shirogane no Tamashii-hen 2nd Season - 13 [1080p][Multiple Subtitle].mkv

For the third season:

\[(.+)?\] (.+?) (3rd Season) - (\d+)

[Erai-raws] Boku no Hero Academia 3rd Season - 25 END [1080p][Multiple Subtitle].mkv

I tested several settings and found no way to do this.

Do you have any idea how I can mount this configuration to separate the folders correctly?

Posts: 1

Participants: 1

Read full topic


Unable to use plugin filmweb_watchlist

$
0
0

@hapun wrote:

We are trying to use filmweb_watchlist to automatically download the movies we want to watch (just like the plugin for IMDB).
The plugin could be found here: https://github.com/dolohow/Flexget/tree/develop/flexget/plugins/input and is called "filmweb_watchlist.py"
But everytime we run

flexget --test execute

we get:

2018-10-07 10:35 CRITICAL task Download Filmweb Plugin filmweb_watchlist cannot be used because dependency pyfilmweb is missing.
2018-10-07 10:35 WARNING task Download Filmweb Aborting task (plugin: filmweb_watchlist)

I tried installing pyfilmweb by

sudo pip install pyfilmweb,

downloading the git, and install with python install.py setup.

Both options succesfully installed but it still does not work.

Posts: 1

Participants: 1

Read full topic

imdb_lookup works, but not with telegram notifications

$
0
0

@mekberg wrote:

I'm trying to tweak my Telegram notifications, so I wrote a simple test task that simulates what I would get with my real tasks without having to hammer my RSS feeds or input stuff to the databases.

This is what I'm using:

tasks:

  teltest:

    filesystem:
      path: /opt/flexget/teltest-dir
      mask: '*.torrent'

    quality: 1080p+ bluray+ h264+

    exec:
      on_output:
        for_accepted:
          - echo "imdb_name = {{ imdb_name }}"
          - echo "imdb_url = {{ imdb_url }}"
          - echo "imdb_plot_outline = {{ imdb_plot_outline }}"
          - echo "imdb_score = {{ imdb_score }}"

    accept_all: yes
    download: /opt/flexget/teltest-dir-dl/

    imdb_lookup: yes
    tmdb_lookup: yes

    notify:
      task:
        #template: telegram_msg
        message: |+
          {% if task['name'] == 'queue-imdb' %}_Adding to watchlist:_{% elif task['name'] == 'movies-hdbits-4k-upgrade' %}_4K upgrade available:_{% else %}_Downloading:_{% endif %}

          {% if imdb_name is defined %}{{ imdb_name }}{% else %}{{ title|d('Unknown title') }}{% endif %}
        via:
          - telegram:
              bot_token: '{? telegram.bot_token ?}'
              parse_mode: markdown
              recipients:
                - username: '{? telegram.username ?}'

Nothing complicated, and I run it with this oneliner: flexget check && flexget daemon reload && flexget --test execute -vvv --tasks teltest

The problem is that I get the correct "imdb_name" output from the exec: plugin, as well as everything else, but none of those variables work in any way when I send my Telegram message. The variables aren't even defined. If I change the output slightly, it even tells me outright "imdb_name is undefined"...

So am I missing something obvious? Why would the task be able to output the variables to stdout, but not be able to use them in my telegram message body?

Sample output:

(flexget) [flexget@archivist flexget]$ flexget check && flexget daemon reload && flexget --test execute -vvv --tasks teltest
There is a FlexGet process already running for this config, sending execution there.
2018-10-10 09:14 VERBOSE  check                         Checking config file `/opt/flexget/config.yml`
2018-10-10 09:14 WARNING  check                         Config line 231 is likely missing ':' at the end
2018-10-10 09:14 WARNING  check                         Config line 450 is likely missing ':' at the end
2018-10-10 09:14 WARNING  check                         Config line 453 is likely missing ':' at the end
2018-10-10 09:14 WARNING  check                         Config line 456 is likely missing ':' at the end
2018-10-10 09:14 WARNING  check                         Config line 461 is likely missing ':' at the end
2018-10-10 09:14 VERBOSE  check                         Pre-checked 470 configuration lines
2018-10-10 09:14 VERBOSE  check                         Config passed check.
There is a FlexGet process already running for this config, sending execution there.
2018-10-10 09:14 INFO     manager                       Reloading config from disk.
2018-10-10 09:14 INFO     manager                       Config successfully reloaded from disk.
2018-10-10 09:14 INFO     manager                       Test mode, creating a copy from database ...
2018-10-10 09:14 INFO     manager                       Test database created
2018-10-10 09:14 VERBOSE  task_queue                    There are 1 tasks to execute. Shutdown will commence when they have completed.
2018-10-10 09:14 VERBOSE  filesystem    teltest         Starting to scan folders.
2018-10-10 09:14 VERBOSE  filesystem    teltest         Scanning folder /opt/flexget/teltest-dir. Recursion is set to False.
2018-10-10 09:14 INFO     filesystem    teltest         Test mode. Entry includes:
2018-10-10 09:14 INFO     filesystem    teltest             Title: Skyscraper.2160p.10bit.bluray.x265.atmos
2018-10-10 09:14 INFO     filesystem    teltest             URL: file:///opt/flexget/teltest-dir/Skyscraper.2160p.10bit.bluray.x265.atmos.torrent                                                                                                                                                 
2018-10-10 09:14 INFO     filesystem    teltest             Filename: Skyscraper.2160p.10bit.bluray.x265.atmos.torrent
2018-10-10 09:14 INFO     filesystem    teltest             Location: /opt/flexget/teltest-dir/Skyscraper.2160p.10bit.bluray.x265.atmos.torrent
2018-10-10 09:14 INFO     filesystem    teltest             Timestamp: 2018-10-10 08:29:31.471283
2018-10-10 09:14 VERBOSE  details       teltest         Produced 1 entries.
2018-10-10 09:14 VERBOSE  task          teltest         ACCEPTED: `Skyscraper.2160p.10bit.bluray.x265.atmos` by accept_all plugin
2018-10-10 09:14 INFO     download      teltest         Would download: Skyscraper.2160p.10bit.bluray.x265.atmos
2018-10-10 09:14 VERBOSE  details       teltest         Summary - Accepted: 1 (Rejected: 0 Undecided: 0 Failed: 0)
2018-10-10 09:14 INFO     download      teltest         Would write `Skyscraper.2160p.10bit.bluray.x265.atmos` to `/opt/flexget/teltest-dir-dl/`
2018-10-10 09:14 INFO     exec          teltest         Would execute: echo "imdb_name = Skyscraper"
2018-10-10 09:14 INFO     exec          teltest         Would execute: echo "imdb_url = https://www.imdb.com/title/tt5758778/"
2018-10-10 09:14 INFO     exec          teltest         Would execute: echo "imdb_plot_outline = FBI Hostage Rescue Team leader and U.S. war veteran Will Sawyer now assesses security for skyscrapers. On assignment in Hong Kong he finds the tallest, safest building in the world suddenly ablaze and he's been framed for it. A wanted man on the run, Will must find those responsible, clear his name and somehow rescue his family who are trapped inside the building - above the fire line."                                                                                               
2018-10-10 09:14 INFO     exec          teltest         Would execute: echo "imdb_score = 5.9"
2018-10-10 09:14 VERBOSE  notify        teltest         Successfully sent a notification to `telegram`
2018-10-10 09:14 INFO     manager                       Removed test database

Thanks for any help, input, tips or assistance.

Posts: 6

Participants: 2

Read full topic

Remove and Delete Data from rTorrent after finishing for 15 days

$
0
0

@jsjcjsjc wrote:

Hello:

I am looking for a way for automatically remove and delete torrents from rtorrent if they were finished more than 15 days.
but it looks only available on transmission.

Thanks in advance

Posts: 1

Participants: 1

Read full topic

Irc bot config problems

$
0
0

@phixion wrote:

Hello, just discovered flexget comes with an irc_bot plugin.

Here is my config:

irc:
  alpharatio:
    server: 'irc.alpharatio.cc'
    port: 7000
    use_ssl: yes
    nickname: '<NICK>'
    nickserv_password: '<PASS>'
    channels: '#announce'
    invite_message: '/msg Voyager enter <IRC KEY>'
    tracker_file: '/home/<USER>/.config/flexget/trackers/AlphaRatio.tracker'
    authkey: '<AUTH KEY>'
    torrent_pass: '<TORRENT PASS>'
    task_re:
      alpharatio:
        - regexp: 'tvhd'
          field: category
        - regexp: 'true'
          field: scene
    deluge:
      host: 'localhost'
      port: <PORT>
      username: '<USERNAME>'
      password: '<PASSWORD>'

Here are the errors I'm getting:

2018-11-02 22:29 CRITICAL manager                       [/irc/alpharatio/deluge] Got `{u'username': u'deluge', u'host': u'localhost', u'password': u'<PASSWORD>', u'port': <PORT>}`,expected: string
2018-11-02 22:29 CRITICAL manager                       [/irc/alpharatio/task_re] Got `{u'alpharatio': [{u'regexp': u'tvhd', u'field': u'category'}, {u'regexp': u'true', u'field': u'scene'}]}`, expected: list
2018-11-02 22:29 CRITICAL manager                       Failed to load config file: Did not pass schema validation.
Could not start manager: Did not pass schema validation.

Is there anything glaringly obvious?

Many thanks.

Posts: 3

Participants: 2

Read full topic

I have a problemwith parsing from baibako.tv

$
0
0

@RIKRUS wrote:

  baibako:
    rss: '{? RRSUrls.baibako ?}'
    deluge:
      label: baibako
    quality: 720p
    manipulate:
      - title:
          replace:
            format: '720p'
            regexp: 'HD720p'
      - title:
          replace:
            format: '1080p'
            regexp: 'HD1080p'
      - title:
          replace:
            format: '/ '
            regexp: '/'
      - title:
          replace:
            regexp: '(.*) / (.*) / (.*) / (.*) / (.*)'
            format: '\1 - \2 \3 (\4)'
    include: baibako.yml
    template: tvshows
    if:
      - "'Доктор Хто' in title": reject

in this config i have only rejected by quality or if plugin or undecided
if i add accept_all; yes
flexget download series, but cant to find season
this template of finish name for flexget

Доктор Кто - Doctor Who s11e01-05 (720p WEBRip)

for ukranian series whitch i reject by if i see by --dump

 series_parser    : <SeriesParseResult(data=Доктор Хто - Doctor Who s11e00 (1080p WEBRip),name=Доктор Хто,id=(11, 0),season=11,season_pack=None,episode=0,quality=1080p webrip,proper=0,special=False,status=OK)>
 series_season    : 11

Ukranian template name of series

Доктор Хто - Doctor Who s11e01-02 (720p WEBRip)

Posts: 1

Participants: 1

Read full topic

How can i add links from web directory

$
0
0

@NXEW wrote:

i try to create a config file for web directory and detect a special link with regex (in this sample mp3 files)
but get an error this is base on the document. I can't find what is the problem

web_server:
  web_ui: yes
  run_v2: true
tasks:
  html: http://hcmaslov.d-real.sci-nnov.ru/public/mp3/Deep%20Purple/
  regexp:
    accept:
      - *\.mp3
    rest: reject

Posts: 1

Participants: 1

Read full topic

Can I download podcasts from a single atom/rss feed to different directories named after their source.title?

$
0
0

@stormwatch wrote:

Hi. I am trying to set up fexget to download from an atom feed created by Tiny Tiny RSS that groups all the podcasts I am interested in. A sample entry would look like the following:

<entry>
	<id>tag:xxxx.sn.mynetname.net,2018-11-16:/37550</id>
	<link href="https://avdlswr-a.akamaihd.net/swr/swr2/musik/musikstueck-der-woche/download/wolfgang-amadeus-mozart-konzert-fuer-horn-und-orchester-nr-4-es-dur-swr-musikstueck.l.mp3" rel="alternate" type="text/html"/>
	<title type="html">Wolfgang Amadeus Mozart: Konzert für Horn und Orchester Nr. 4 Es-Dur</title>
	<summary type="html"><![CDATA[<p>Felix Klieser (Horn), Staatsorchester Rheinische Philharmonie, Leitung: Paul Goodwin.Konze...</p>]]></summary>
	<content type="html"><![CDATA[<p>Felix Klieser (Horn), Staatsorchester Rheinische Philharmonie, Leitung: Paul Goodwin.Konzert vom 16.9.2016 in der Rhein-Mosel-Halle, Koblenz. SWR2-Musikst&uuml;ck der Woche vom 17.11.2018</p>]]></content>
	<updated>2018-11-16T16:00:00+00:00</updated>
	<author><name>online@swr2.de (Wolfgang Amadeus Mozart)</name></author>
	<source>
		<id>http://www.swr.de/swr2/musik/musikstueck/-/id=2937886/1e3uk7m/index.html</id>
		<link rel="self" href="http://www.swr.de/swr2/musik/musikstueck/-/id=2937886/1e3uk7m/index.html"/>
		<updated>2018-11-16T16:00:00+00:00</updated>
		<title>SWR2 Musikstück der Woche</title></source>


	<link rel="enclosure" 
		type="audio/mpeg" 
		length="31016884"
		href="https://avdlswr-a.akamaihd.net/swr/swr2/musik/musikstueck-der-woche/download/wolfgang-amadeus-mozart-konzert-fuer-horn-und-orchester-nr-4-es-dur-swr-musikstueck.l.mp3"/>

</entry>

I'd like to be able to download every entry to a directory named after the source.title property, in this case:
<title>SWR2 Musikstück der Woche</title>
And the download path for that particular entry would then be: "/my/path/SWR2 Musikstück der Woche"

Beeing a complete newbie, I tried something optimistic like:

download:
path: /mnt/pool/audio/{{source.title}}

Of course that won't work and will yeld this error:

...could not set path. Error during string replacement: (UndefinedError) 'source' is undefined

But at least it will give you the idea of what I am trying to accomplish.

Thanks

Posts: 1

Participants: 1

Read full topic


configure_series exact

Rss ssl error can't get rss feed

$
0
0

@taw3434 wrote:

getting an RSS error all of a sudden -- (within the last 2 weeks). not sure if its on flexget or website site

2018-11-30 05:58 CRITICAL plugin xspeedstv Unable to download the RSS for task xspeedstv (https://www.xspeeds.eu/rss.php?secret_key=*********&feedtype=download&timezone=-5&showrows=50&categories=47,16): [Errno 1] ssl.c:510: error:14090086:SSL routines:SSL3GET_SERVER_CERTIFICATE:certificate verify failed

any help would be appreciated

Posts: 2

Participants: 1

Read full topic

Filtering out series

$
0
0

@puthre wrote:

Hi,
Any idea on how to filter out series?
I only want to download movies by their IMDB score, but I'm not interested in downloading series.

Thank you.

Posts: 1

Participants: 1

Read full topic

Help accepting based on preference

$
0
0

@akang6 wrote:

I don't know if this is possible at all but I figure I'd come here to ask for some help.

I have a series that for most of its releases only has Japanese, but every once in a while will have a release that is in English. When there is an English release usually there will be one for English and one for Japanese.

What I'm looking is for a way to download the English release if it is available, but if not download the Japanese one. The releases always has either JAPANESE or ENGLISH in the title. Anyone have any suggestions?

Thanks!

Posts: 1

Participants: 1

Read full topic

eBooks conversion

$
0
0

@avalloneandrea wrote:

Hello there. I'm trying to create a task which find the ebooks from a directory and use calibre to convert them in azw3 format (for the Kindle). This is what I have done so far:

Books:
  filesystem:
    path: /home/andrea/books
    mask: '*.epub'
    recursive: yes
  accept_all: yes
  exec:
    - ebook-convert "{{url}}" "{{title}}.azw3"

The problem here is with the {{url}} entry: it produce the path of the ebook, but calibre don't recognise it because (a) it's prefixed with a file:// and (b) is url-escaped. Which other entries I could use?

Posts: 1

Participants: 1

Read full topic

Viewing all 716 articles
Browse latest View live