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

Text plugin regex weirdness

$
0
0

@tubedogg wrote:

I basically have a text list of files that are on my disk and I'm using the text plugin to break them into entries. The text file has lines like this:

Media/TV/PremieresEnded/My Show 1/Season 1/My Show 1 - s01e01.mkv
Media/TV/PremieresEnded/My Show 2/Season 1/My Show 2 - s01e01.mkv
Media/TV/PremieresEnded/100 My Show/Season 1/100 My Show - s01e01.mkv

This is the regex I'm using for the entry's URL in the text plugin:
url: '(.*)/Season 1/.*.mkv'
What I'm looking for, and usually getting, is the path up to (but not including) /Season 1. For series whose names start with a number, though, Flexget is finding the correct url, but then giving a message:

2017-03-07 01:02 DEBUG    text          move_new_show_premiere found field: url value: Media/TV/Premieres/100 My Show
2017-03-07 01:02 DEBUG    text          move_new_show_premiere found field: current_title value: 100 My Show
2017-03-07 01:02 DEBUG    text          move_new_show_premiere found field: title value: 100 My Show - s01e01.mkv
2017-03-07 01:02 INFO     text          move_new_show_premiere Found field url again before entry was completed.                                       Adding current incomplete, but valid entry and moving to next.

Is my regex off somehow? I've been looking at it and I can't fathom how it's claiming to find another match in the same line. And the fact it's only happening when the line starts with a number makes it even weirder. I've run the regex through a couple online Python regex testers and it only ever returns the group once.

Any help would be appreciated.

Posts: 1

Participants: 1

Read full topic


400 Client Error

$
0
0

@quarmara wrote:

Having trouble figuring out what exactly is causing the bug.

    2017-03-07 20:36 DEBUG    manager                       Figuring out config load paths
    2017-03-07 20:36 DEBUG    manager                       Found config: C:\Users\<usr>\flexget\config.yml
    2017-03-07 20:36 DEBUG    manager                       Config file C:\Users\<usr>\flexget\config.yml selected
    2017-03-07 20:36 VERBOSE  task_queue                    There are 1 tasks to execute. Shutdown will commence when they have completed.
    2017-03-07 20:36 VERBOSE  backlog       television      Added 19 entries from backlog
    2017-03-07 20:36 VERBOSE  details       television      Produced 219 entries.
    2017-03-07 20:36 VERBOSE  series        television      identified by is currently on `auto` for The Flash. Multiple id types may be accepted until it locks in on the appropriate type.
    2017-03-07 20:36 VERBOSE  task          television      ACCEPTED: `The.Flash.2014.S03E15.720p.HDTV.X264-DIMENSION  - x264 / 720p / HDTV` by series plugin because target quality
    2017-03-07 20:36 VERBOSE  series        television      identified by is currently on `auto` for Supergirl. Multiple id types may be accepted until it locks in on the appropriate type.
    2017-03-07 20:36 VERBOSE  series        television      identified by is currently on `auto` for APB. Multiple id types may be accepted until it locks in on the appropriate type.
    2017-03-07 20:36 VERBOSE  task          television      ACCEPTED: `APB.S01E05.720p.HDTV.x264-AVS  - x264 / 720p / HDTV` by series plugin because target quality
    2017-03-07 20:36 INFO     download      television      Downloading: The.Flash.2014.S03E15.720p.HDTV.X264-DIMENSION  - x264 / 720p / HDTV
    2017-03-07 20:36 INFO     download      television      Downloading: APB.S01E05.720p.HDTV.x264-AVS  - x264 / 720p / HDTV
    2017-03-07 20:36 VERBOSE  details       television      Summary - Accepted: 2 (Rejected: 0 Undecided: 217 Failed: 0)
    2017-03-07 20:36 CRITICAL task          television      BUG: Unhandled error in plugin utorrent: 400 Client Error: ERROR for url: http://localhost:<port>/gui/?token=<token>&action=list-dirs
    Traceback (most recent call last):
      File "c:\users\<usr>\appdata\local\programs\python\python35-32\lib\site-packages\flexget\task.py", line 483, in __run_plugin
        return method(*args, **kwargs)
      File "c:\users\<usr>\appdata\local\programs\python\python35-32\lib\site-packages\flexget\event.py", line 23, in __call__
        return self.func(*args, **kwargs)
      File "c:\users\<usr>\appdata\local\programs\python\python35-32\lib\site-packages\flexget\plugins\output\utorrent.py", line 82, in on_task_output
        result = session.get(url, auth=auth, params={'action': 'list-dirs', 'token': token}).json()
      File "c:\users\<usr>\appdata\local\programs\python\python35-32\lib\site-packages\requests\sessions.py", line 501, in get
        return self.request('GET', url, **kwargs)
      File "c:\users\<usr>\appdata\local\programs\python\python35-32\lib\site-packages\flexget\utils\requests.py", line 247, in request
        result.raise_for_status()
      File "c:\users\<usr>\appdata\local\programs\python\python35-32\lib\site-packages\requests\models.py", line 909, in raise_for_status
        raise HTTPError(http_error_msg, response=self)
    requests.exceptions.HTTPError: 400 Client Error: ERROR for url: http://localhost:<port>/gui/?token=<token>&action=list-dirs

Posts: 1

Participants: 1

Read full topic

Redirect daemon's output

$
0
0

@Joel_Santos_Rico wrote:

Hi!

I'm running flexget as a daemon in my router. I would like to have the option of redirecting the output of the daemon to my router's log using the logger command, but I cannot think on how. Before, I used to run flexget as a cron task, and that way, I redirected the output of the command to logger, but now I can't think on how to do it in a simple and elegant way that doesn't include parsing the log file for new entries and then sending those to logger. Any ideas? Is it even possible?

Cheers!

Posts: 2

Participants: 2

Read full topic

Avoid managing file rarbg.mp4

$
0
0

@effemmeffe wrote:

I noticed that often I have problems due to the file rarbg.mp4 that is present in the torrent from that releaser.
For example it's accepted by some tasks, but obviously not recognized as movie on thetvdb and ends in some strnage folder in my library, tupically a folder named None under movies or under tv shows.
Then kodi recognize it as some strnage movie or series.
Nothing really bad, just annoying.
I'd like to avoid that so I thought I can remove the file from the task that moves my download adding this lines to the task:

regexp:
accept_excluding:
- rarbg.mp4

Will it work?
What happens then to the task that delete the leftover after move?
Is there some clever way to handle this?
It's just me or someone is having this problem too?

My full config: https://github.com/effemmeffe/flexget/blob/master/config.yml

Posts: 1

Participants: 1

Read full topic

tvmaze_lookup defect? notify/entries/telegram

$
0
0

@keksznet wrote:

hi there,
nowadays my telegram notification with tvmaze poster and tvmaze series url is not working...

 [Image]({{tvmaze_series_original_image|replace("_", "%5F")}})
 [Show page]({{tvmaze_series_url|replace("_", "%5F")}})

OLD messages:
Imgur

NEW messages:
Imgur

any idea why?
maybe because the thetvdb ID is not present because the tvdb website is overloaded?

Last time it was working was on the 25.02 at 23:27

Thanks
Keksz

Posts: 1

Participants: 1

Read full topic

Downloading Duplicate Files

$
0
0

@MemoryOverlord wrote:

I apologize in advance if this question has been asked & answered. I looked, but didn't find anything that would help.

Originally, I had a very basic config that will grab shows each night. I recently started looking at the Cookbook and trying to make a more robust config. Since then, I have started seeing duplicate episodes being downloaded. Hoping somebody here can tell me what I did wrong

For instance, last night the following was downloaded:

  • Criminal.Minds.Beyond.Borders.S02E01.WEB-DL.x264-RARBG
  • Criminal.Minds.Beyond.Borders.S02E01.WEBRip.x264-RARBG

Here is what my config looks like:

templates:
  tv:
    series:
      settings:
        tv:
          exact: no
          propers: 3 days
          quality: HDTV
          set:
            path: ~/transmission/inbound/SD
    regexp:
      accept:
        - 'Chicago.Fire'
        - 'Chicago.Justice'
        - 'Chicago.Med'
        - 'Chicago.PD'
        - 'Class'
        - 'Code.Black'
        - 'Criminal.Minds'
        - 'Criminal.Minds.Beyond.Borders'
      reject:
        - 'avi'
        - 'xvid'
        - 'FLEET'
        - 'ettv'
        - 'SVA'
        - '720'
        - '1080'

    transmission:
      enabled: yes
      host: localhost
      port: 9092
      username: XXXXXXX
      password: XXXXXXX
      path: ~/transmission/inbound/SD
      addpaused: no

tasks:
  RARBG:
    priority: 1
    rss: 'https://rarbg.to/rssdd.php?category=18'
    template: tv

Posts: 1

Participants: 1

Read full topic

How to accomplish 'movedone' with Transmission?

$
0
0

@Nemesis7 wrote:

Hi,

I'd like to have the following setup, but I seem to get stuck detecting when a download is done.

Goal:
- Download
- Copy (or move torrent + data) to external HDD when finished downloading, series and movies will have a different task
- Remove when seeding is done (clean_transmission should do the job)

I can't find a solution here, can you help?

Posts: 1

Participants: 1

Read full topic

How to add all things popular

$
0
0

@haarts wrote:

Hi all,

This might seem silly but I'd like to add all popular movies and series to my lists (from, say, Trakt). I would populate my lists with these items then download. So for series use I'd configure_series with some from input. I'm unsure what that from plugin should be. Then add a rss directive to the task and be done with it.

For movies something similar; use movie_list in one task and periodically kick that off filling (with add_list) a particular movie list. Then an other task with the rss plugin and the list_match plugin.

I wonder why the two tasks require such a different approach. The movie scenario strikes me as more reasonable.

Why isn't there a serie_list like there is a movie_list? Also as I understand the series plugin it is a filter but the commandline argument series is more like a serie_list kind of thing. That's was confusing for me.

Thank you in advance for your patience with me!

Posts: 1

Participants: 1

Read full topic


api_tvdb and content_filename

$
0
0

@Emanuele_Sacchi wrote:

When for any reason api.tvdb.com is not available (server unavailable, maintenance, etc.), Flexget returns an error and doesn't add the files to the transmission queue, as it gets no series or episode name nor number.

2017-03-10 06:07 INFO download xxx Downloading: The Blacklist Redemption S01E03 HDTV x264-KILLERS
2017-03-10 06:07 WARNING torrent_alive Socket Error: timed out
2017-03-10 06:07 WARNING torrent_alive Socket Error: timed out
2017-03-10 06:07 WARNING torrent_alive Socket Error: [Errno -2] Name or service not known
2017-03-10 06:08 ERROR api_tvdb xxx Could not get update information from tvdb: HTTPSConnectionPool(host='api.thetvdb.com', port=443): Read timed out. (read timeout=30)
2017-03-10 06:08 WARNING api_tvdb xxx Error while updating from tvdb (Error updating data from tvdb: Requests to this site (api.thetvdb.com) have timed out recently. Waiting before trying again.), using cached data.
2017-03-10 06:08 ERROR api_tvdb xxx Could not get update information from tvdb: Requests to this site (api.thetvdb.com) have timed out recently. Waiting before trying again.
2017-03-10 06:08 WARNING api_tvdb xxx Error while updating from tvdb (Error updating data from tvdb: Requests to this site (api.thetvdb.com) have timed out recently. Waiting before trying again.), using cached data.
2017-03-10 06:08 ERROR set xxx Could not set content_filename for The Blacklist Redemption S01E03 HDTV x264-KILLERS: (TypeError) object of type 'NoneType' has no len()
2017-03-10 06:08 CRITICAL task xxx BUG: Unhandled error in plugin transmission: Trying to render non string template or unrecognized template format, got None
2017-03-10 06:08 CRITICAL manager xxx An unexpected crash has occurred. Writing crash report to /home/pi/.flexget/crash_report.2017.03.10.060816624049.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 2.10.10
2017-03-10 06:08 WARNING task xxx Aborting task (plugin: transmission)

Is there a way to account for a "fallback solution" in case these data are not available and default to the torrent name? I mean, having files auto-renamed is great, but at any rate downloading them with their own names is way better than not getting them because thetvdb has issues...

Posts: 3

Participants: 2

Read full topic

Debugging path

$
0
0

@jfcg wrote:

Is there any way to check which is going to be the value of the variable path without executing tasks?

I cannot see it in the debug log (even in the most verbose) and tasks are downloaded in the Transmission default folder and not in the one I would like to. It's very annoying to actually execute tasks to test if path is working. I hope there is one way to check the value with the --test flag.

Posts: 1

Participants: 1

Read full topic

Dependency `deluge` is missing

$
0
0

@najmudin94 wrote:

i have succesfully install flexget on dlink nas DNS-320L but i have problem to make it work on deluge
command python /mnt/HD/HD_a2/Nas_Prog/python/bin/flexget -c /mnt/HD/HD_a2/ffp/home/root/.config/flexget/config.yml execute --no-cache
deluge folder
/mnt/HD/HD_a2/Nas_Prog/deluge
please any step to make it work?

here my debug
2017-03-13 03:29 CRITICAL task anime Plugin deluge cannot be used because dependency deluge is missing.
2017-03-13 03:29 WARNING task anime Aborting task (plugin: deluge)
2017-03-13 03:30 INFO performance Performance results for task anime:
2017-03-13 03:30 INFO performance status took 0.27 sec (3 queries)
2017-03-13 03:30 INFO performance configure_series took 10.12 sec (26 queries)
2017-03-13 03:30 INFO performance template took 0.15 sec (1 queries)
2017-03-13 03:30 INFO performance include took 1.14 sec (0 queries)

Posts: 1

Participants: 1

Read full topic

Amazon and Netflix webrips (AMZN.WEBRip, NF.WEBRip) as independent quality source

$
0
0

@shotfirer wrote:

Generally webrip considered a lower quality than webdl. However, with Amazon and Netflix webrips the situation is reverse, the quality is much better than average iTunes webdl. So it would be really nice to have a new quality source for them, something like amzn, sitting just below remux.

Posts: 1

Participants: 1

Read full topic

QNAP 4.23 install Flexget failed

$
0
0

@smilebug wrote:

Hello, I'm using TS-251 of Qnap.
I tried to install flexget and failed.

At first I have installed QTransmission 2.92.1 and Entware-ng 0.97 manually at QNAP app center.
Then I do below steps:
1. opkg install python (success)
2. opkg install python-pip (success)
3. pip install flexget (failed)
When I install flexget, it display:

[/opt/bin] # python
Python 2.7.13 (default, Feb 10 2017, 11:33:43)
[GCC 6.3.0] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> ^Z
[1]+  Stopped(SIGTSTP)        python
[/opt/bin] # pip install flexget
Collecting flexget
  Using cached FlexGet-2.10.13-py2.py3-none-any.whl
Collecting apscheduler>=3.2.0 (from flexget)
  Using cached APScheduler-3.3.1-py2.py3-none-any.whl
Collecting requests<3.0,>=2.8.0 (from flexget)
  Using cached requests-2.13.0-py2.py3-none-any.whl
Collecting rpyc (from flexget)
  Using cached rpyc-3.3.0.tar.gz
    Complete output from command python setup.py egg_info:
    /opt/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'zip_safe'
      warnings.warn(msg)
    /opt/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'use_2to3'
      warnings.warn(msg)
    /opt/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'install_requires'
      warnings.warn(msg)
    /opt/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'test_suite'
      warnings.warn(msg)
    /opt/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'tests_require'
      warnings.warn(msg)
    usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
       or: -c --help [cmd1 cmd2 ...]
       or: -c --help-commands
       or: -c cmd --help

    error: invalid command 'egg_info'

    ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /share/CACHEDEV1_DATA/.qpkg/Entware-ng/tmp/pip-build-bvPAgx/rpyc/

[/opt/bin] # opkg list-installed
entware-opt - 222108-5
findutils - 4.6.0-1
ldconfig - 2.23-6
libbz2 - 1.0.6-2
libc - 2.23-6
libdb47 - 4.7.25.4.NC-5
libexpat - 2.2.0-1
libffi - 3.2.1-2
libgcc - 6.3.0-6
libgdbm - 1.11-1
libncurses - 6.0-1c
libncursesw - 6.0-1c
libopenssl - 1.0.2k-1
libpthread - 2.23-6
librt - 2.23-6
libsqlite3 - 3160000-1
libssp - 6.3.0-6
libstdcpp - 6.3.0-6
libxml2 - 2.9.4-1
locales - 2.23-6
opkg - 2011-04-08-9c97d5ec-17
python - 2.7.13-4
python-base - 2.7.13-4
python-codecs - 2.7.13-4
python-compiler - 2.7.13-4
python-ctypes - 2.7.13-4
python-db - 2.7.13-4
python-decimal - 2.7.13-4
python-distutils - 2.7.13-4
python-email - 2.7.13-4
python-gdbm - 2.7.13-4
python-light - 2.7.13-4
python-logging - 2.7.13-4
python-multiprocessing - 2.7.13-4
python-ncurses - 2.7.13-4
python-openssl - 2.7.13-4
python-pip - 2.7.13-4
python-pip-conf - 2.7.13-4
python-pydoc - 2.7.13-4
python-setuptools - 2.7.13-4
python-sqlite3 - 2.7.13-4
python-unittest - 2.7.13-4
python-xml - 2.7.13-4
terminfo - 6.0-1c
zlib - 1.2.11-1

[/opt/bin] # pip list --format=columns
[/opt/bin] #

Please help me, thanks.

Posts: 1

Participants: 1

Read full topic

Unable to lookup data for episodes

$
0
0

@effemmeffe wrote:

I noticed that a lot of episodes are moved in a directory SNone instead of S01 so I went on my logs and foud a lot of lines like this:

Error while updating from tvdb (Error updating data from tvdb: Requests to this site (api.thetvdb.com) have timed out recently. Waiting before trying again.), using cached d
ata.
[...]
Could not get update information from tvdb: Requests to this site (api.thetvdb.com) have timed out recently. Waiting before trying again.
[...]
Unable to get data from trakt.tv: Requests to this site (api.trakt.tv) have timed out recently. Waiting before trying again.

Is it some problem in my configuration or in my connection? I can browse the web from the pc where flexget is running so I don't think it's a connection problem, but I cannot really understand what is going on here.
Any help, please?

Posts: 2

Participants: 2

Read full topic

Weird all system scanning

$
0
0

@tedr56 wrote:

Hi forum,
Finally got a working conf on Flexget, but thre is strange behaviour happening.
I can't know why, flexget start scanning my whole system after the specified folders I assume.

2017-03-15 14:55 INFO     web_server                    Web interface available at http://127.0.1.1:5050
2017-03-15 15:01 INFO     parser_internal eztv            `Black Mirror Season 3 Complete WEBRip x264-FS` appears to be an episode pack
2017-03-15 15:01 INFO     parser_internal eztv            `Breaking Bad Season 2 Complete 720p.BRrip.Sujaidr` appears to be an episode pack
 2017-03-15 15:05 INFO     parser_internal eztv            `fb_s6d1121.ko` appears to be an episode pack
2017-03-15 15:05 INFO     parser_internal eztv            `fb_s6d02a1.ko` appears to be an episode pack
2017-03-15 15:05 INFO     parser_internal eztv            `rt2x00` appears to be an episode pack
2017-03-15 15:05 INFO     parser_internal eztv            `rt2x00lib.ko` appears to be an episode pack
2017-03-15 15:05 INFO     parser_internal eztv            `rt2x00usb.ko` appears to be an episode pack

and the list goes on.

It first append with the second series task, but know doing it with the first.

Clues that could help
- torrent are downloading to samba shares with AutoFS.
- running on a bananap(arm)i with python 3.4.3 since 2.7 produce the InsecurePlatformWarning
- got few errors/warning during sudo pip3 install flexget

Here is my config

folder:
  SeriesComplete: mnt/SeriesComplete/
  series: mnt/Series/
  Films:  mnt/Films/
transmission:
  user: user
  password: pass
  host: localhost
telegram:
  username: userj
  token: token

variables: variables.yml
schedules:
  - tasks: [eztv, kat]
    interval:
      hours: 1
  - tasks: [yifi]
    interval:
      days: 1
web_server:
  bind: 0.0.0.0 # IP V4
  port: 5050 # Valid port number
  web_ui: yes
templates:
  telegram-notif:
    notify:
      task:
        via:
          - telegram:
              bot_token: "{? telegram.token ?}"
              parse_mode: markdown
              recipients:
                - username: "{? telegram.username ?}"
  tv:
    series:
      - Scandal (2012):
          alternate_name: "Scandal US"
    exists_series:
      - "/{? folder.Series ?}"
      - "/{? folder.SeriesComplete ?}"
    download : /home/bananapi/flexget/
    quality: 720p
    transmission:
      path: "/{? folder.Series ?}{{series_name}} - Season {{series_season}}/"
      main_file_only: yes
  betaseries:
    configure_series:
      from:
        betaseries_list:
          username: user
          password: pass
          api_key: key
  movies:
    imdb:
      reject_genres:
        - News
        - Documentary
        - Horror
        - Biography
        - Reality-Tv
        - Horror
        - Musical
        - Music
    imdb_lookup: yes
  torrent:
    transmission :
      host: "{? transmission.host ?}"
      port: 9091
      username: "{? transmission.user ?}"
      password: "{? transmission.password ?}"
    clean_transmission:
      host: "{? transmission.host ?}"
      port: 9091
      username: "{? transmission.user ?}"
      password: "{? transmission.password ?}"
      finished_for: 1 hour
      directories:
        - \A/+mnt/+SeriesComplete(\Z|/+.*)
        - \A/+mnt/+Series(\Z|/+.*)
        - \A/+mnt/+Films(\Z|/+.*)
    disable: details
tasks:
  eztv:
    priority: 1
    rss : https://eztv.ag/ezrss.xml
    template :
      - tv
      - betaseries
      - torrent
      - telegram-notif
  kat:
    priority: 20
    rss: https://kickasstorrents.to/tv/?rss=1
    template:
      - tv
      - betaseries
      - torrent
      - telegram-notif
  yifi:
    priority: 10
    rss : https://yts.ag/rss
    download : /home/bananapi/flexget/
    quality: 720p
    imdb_lookup: yes
    accept_all: yes
    transmission:
      path: "/{? folder.Films ?}{{imdb_name}} ({{imdb_year}})[720]/"
      main_file_only: yes
    template:
      - movies
      - torrent
      - telegram-notif

Thank you for any help to digg further

Posts: 1

Participants: 1

Read full topic


Kinopoisk Plugin

$
0
0

@devils0411 wrote:

Hi, everyone.
Question to the developers. Is it possible to make a plugin "kinopoisk", similar to imdb_lookup?
It would be very convenient for Russian Users :slight_smile:

Posts: 2

Participants: 2

Read full topic

Series upgrade question

$
0
0

@Senorsmartypants wrote:

I have a question about what series upgrade will do with some mixed quality items

Let's say I want a video with dts if I can get one. And dts is more important than the video resolution. But if there's no dts available then I want the highest resolution available. Will upgrade be able to do that for me? and how would I set that up? I'm confused as to how flexget will determine which is a better quality when resolution and audio are combined.

and just a couple example items

Some show S01E01 720p dts <- I want this one
Some show S01E01 1080p

Some show S01E02 720p
Some show S01E02 1080p <- I want this one

Would this work?

series:
  - Some show:
      upgrade: yes
      qualities:
        - 720p-1080p
        - 720p-1080p dts

Posts: 2

Participants: 2

Read full topic

Series exact match appears to be broken - am I using it incorrectly?

$
0
0

@Carson_Gaspar wrote:

Episodes of The Voice are being matched by my The Voice (UK) series entry, despite exact matching being enabled. Am I doing it wrong, or is this a bug? It used to work back in the 2.5.x days, but since I upgraded it's misbehaving.

Config snippet:

series:
  settings:
    tv:
      identified_by: ep
      tracking: no
      timeframe: 12 hours
      upgrade: yes
      target: 720p+
  tv:
    - The Voice:
        exact: yes
        path: /export/bigmedia/TV/The_Voice/
    - The Voice (AU):
        exact: yes
        path: /export/bigmedia/TV/The_Voice_AU/
    - The Voice (UK):
        exact: yes
        path: /export/bigmedia/TV/The_Voice_UK/

Trace snippet:

2017-03-15 20:02 DEBUG parser_internal shazbat-followed Parsing series: The Voice - 12x07 - Blind Auditions, Part 7 (.mkv) kwargs: {'identified_by': u'ep', u'date_regexps': [], 'strict_name': True, 'name': u'The Voice (UK)', 'prefer_specials': None, 'special_ids': [], 'alternate_names': [], u'sequence_regexps': [], 'date_dayfirst': None, u'id_regexps': [], 'assume_special': None, 'name_regexps': [], 'date_yearfirst': None, 'allow_groups': [], u'ep_regexps': []}
2017-03-15 20:02 DEBUG parser_internal shazbat-followed Parsing result: (in 0.416 ms)
2017-03-15 20:02 DEBUG series shazbat-followed The Voice - 12x07 - Blind Auditions, Part 7 (.mkv) detected as , field: title

Posts: 1

Participants: 1

Read full topic

Rename episodes with jinja fails due to timeout with lookup api

$
0
0

@effemmeffe wrote:

In my config I have this three lookups:

metainfo_series: yes
thetvdb_lookup: yes
tvmaze_lookup: yes

I have a task that moves downloaded episodes and rename them with this jinja line:

to: "/{? folder.root ?}{? folder.series ?}{{tvdb_series_name|escape|replace('&#39;', '')|default(series_name)|pathscrub}}/S{{tvdb_season|pad(2)|default(series_season|pad(2))}}/"

Lately I'm experiencing a lot of timeout contacting thetvdb api in the logs:

(Error updating data from tvdb: Requests to this site (api.thetvdb.com) have timed out recently. Waiting before trying again.), using cached data.

No big deal, I thougth, because I have the default directive in jinja and it should get the series_season, but it's not, so I end to have episodes moved to SNone folder instead of the right S01 folder.

What am I doing wrong?

Posts: 1

Participants: 1

Read full topic

Configuration to get movies in foreign languages?

$
0
0

@effemmeffe wrote:

I'm setting up a flexget configuration for a friend.
He would like to use trakt watchlist, but he would like to download movies in Italian language only.
My config uses trakt, but I watch movies in English, so I use the usual rss and plugins as torrent sources and thetvdb and tmdb lookup as information sources. Plus I have some filters to reject movies with foreign language tags, like SPA, ITA, KOR and so on.

What should I change if I need to search for only Italian torrent and movie informations?

Posts: 5

Participants: 3

Read full topic

Viewing all 1890 articles
Browse latest View live