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

Simplifying Trakt list matches

$
0
0

Hi,
I’m trying to create a setup in which I add movies to a Trakt list, Flexget matches them with an RSS feed and upon match and download removes them from the Trakt list.

Below what I have so far:

tasks:
  trakt-golden-add:
    trakt_list:
      account: "{? trakt.account ?}"
      list: Flexget
      type: movies
    accept_all: yes
    list_add:
      - movie_list: trakt-golden
  trakt-golden-download:
    rss: "{? urls.feed ?}"
    imdb_lookup: yes
    list_match:
      from:
        - movie_list: trakt-golden
    template:
      - qbt
    list_remove:
      - trakt_list:
          account: "{? trakt.account ?}"
          list: Flexget
          type: movies

schedules:
  - tasks: 'trakt-golden-*'
    interval:
      hours: 1

I was wondering if the following is possible instead:

tasks:
  trakt-golden-download:
    rss: "{? urls.feed ?}"
    trakt_lookup: yes
    imdb_lookup: yes
    list_match:
      from:
        - trakt_list:
            account: "{? trakt.account ?}"
            list: Flexget
            type: movies
    template:
      - qbt
    list_remove:
      - trakt_list:
          account: "{? trakt.account ?}"
          list: Flexget
          type: movies

schedules:
  - tasks: 'trakt-golden-*'
    interval:
      hours: 1

It would leave a single task instead of two.

1 post - 1 participant

Read full topic


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

$
0
0

Hello, I’m trying to get the last piece of configuration to work with Flexget, but it returns me this error when I try to execute it.

Here is the relevant information:

Command output:

root@raspberrypi:~# flexget execute
2020-06-09 16:38:34 VERBOSE  task_queue                    There are 2 tasks to execute. Shutdown will commence when they have completed.
2020-06-09 16:38:35 WARNING  details       download-showrss Task didn't produce any entries. This is likely due to a mis-configured or non-functional input.
2020-06-09 16:38:35 VERBOSE  details       download-showrss Summary - Accepted: 0 (Rejected: 0 Undecided: 0 Failed: 0)

[...MORE LINES...]

Config file:

tasks:
  # downloading task and remove finished torrents
  # called via cron every 30 minutes. 
  download-showrss:
    rss:
      url: http://showrss.info/user/<THE ID>.rss?magnets=true&namespaces=true&name=null&quality=null&re=null
    all_series: yes
    transmission:
      host: <the url>
      port: <the port>
      username: <my username>
      password: <my password> 
    from_transmission:
      host: <the url>
      port: <the port>
      only_complete: yes
      username: <my username>
      password: <my password>
  # sorting task called on torrent done
  sort-shows:
[...MORE STUFF...]

What is it I’m doing wrong? I assume the broken piece is the first one, “rss:” and maybe the URL, because it connects to transmission just fine.

Can you please help me? Thanks in advance.

2 posts - 2 participants

Read full topic

Nevermind. Delete please

Thetvdb_lookup plugin cached data

$
0
0

Hi,

I m facing a small issue with the thetvdb_lookup plugin, im using the below to move and rename the episode files to a different location:

rename: ‘{{series_name}}-{{tvdb_ep_id}}-{{tvdb_ep_name}}{{ location|pathext }}’

Its working perfectly, except for some shows, as the “tvdb_ep_name” shows an old value, its like its retrieving it from an old cached data.

below is the debug information, which shows that it is retrieving the show information from the cache:

2020-06-16 13:49:20 DEBUG api_tvdb sort-series Looking up tvdb information for ‘The Daily Show’. TVDB ID: None
2020-06-16 13:49:20 DEBUG api_tvdb sort-series Series <name=The Daily Show,tvdb_id=None> information restored from cache.
2020-06-16 13:49:20 DEBUG api_tvdb sort-series Using episode info for The Daily Show e2020-06-15 00:00:00 from cache.
2020-06-16 13:49:20 TRACE entry sort-series ENTRY SET: tvdb_ep_name = ‘June 15, 2020’
2020-06-16 13:49:20 TRACE entry sort-series ENTRY SET: tvdb_ep_air_date = datetime.datetime(2020, 6, 15, 0, 0)
2020-06-16 13:49:20 TRACE entry sort-series ENTRY SET: tvdb_ep_rating = 0.0
2020-06-16 13:49:20 TRACE entry sort-series ENTRY SET: tvdb_ep_image = None
2020-06-16 13:49:20 TRACE entry sort-series ENTRY SET: tvdb_ep_overview = None
2020-06-16 13:49:20 TRACE entry sort-series ENTRY SET: tvdb_ep_directors = ‘’
2020-06-16 13:49:20 TRACE entry sort-series ENTRY SET: tvdb_absolute_number = None
2020-06-16 13:49:20 TRACE entry sort-series ENTRY SET: tvdb_season = 25
2020-06-16 13:49:20 TRACE entry sort-series ENTRY SET: tvdb_episode = 116
2020-06-16 13:49:20 TRACE entry sort-series ENTRY SET: tvdb_ep_id = ‘S25E116’
2020-06-16 13:49:20 TRACE entry sort-series rendering: {{series_name}}-{{tvdb_ep_id}}-{{tvdb_ep_name}}{{ location|pathext }}

I was wondering if there is a way to force the lookup to always fetch a new data, and ignore the cached ones.

Any help will be very much appreciated
Regards

1 post - 1 participant

Read full topic

Could someone help me update my config please?

$
0
0

Hi all, my current config is as follows:

web_server:
  bind: 0.0.0.0
  port: 3539
  web_ui: yes
  
schedules:
  - tasks: TV_Shows
    interval:
      minutes: 20

templates:
  tv:
    exec:
      - echo text={{url}} >> "/downloads/{{series_name}}.{{ series_id }}-{{ quality|upper }}.crawljob"
      - echo downloadFolder=/downloads/tv/{{series_name}}.{{ series_id }}-{{ quality|upper }} >> "/downloads/{{series_name}}.{{ series_id }}-{{ quality|upper }}.crawljob"
      - echo autoStart=TRUE >> "/downloads/{{series_name}}.{{ series_id }}-{{ quality|upper }}.crawljob"
      - echo enabled=TRUE >> "/downloads/{{series_name}}.{{ series_id }}-{{ quality|upper }}.crawljob"
      - echo autoConfirm=TRUE >> "/downloads/{{series_name}}.{{ series_id }}-{{ quality|upper }}.crawljob"
    series:
      1080p webdl|webrip h265:
        - superstore
        - brooklyn nine-nine
        - the unicorn
        - God friended me
        - Bob's burgers
        - kidding
        - the good doctor
        - this is us
        - the goldbergs
        - single parents
        - supernatural
        - the walking dead
        - the rookie
        - dispatches from elsewhere
        - amazing stories
        - westworld
        - what we do in the shadows
        - rick and morty
        - solar opposites
        - central park
tasks:
  TV_Shows:
    rss: https://rmz.cr/feed
    template: tv

This generally works great for what I need. But I’m not the best with understanding plugins/config file etc, I barely managed to put the above one together lol.

How would I amend the above config file to accommodate the for the following:

  • Pull the TV shows from my Sonarr list instead of manually having to add them to the config file
  • Add ‘bluray’ as an additional quality (still 1080p HEVC)

Ideally I’d like to do the same for movies too (from radarr) but I’ve only setup the one task for TV shows so far.

Any help would be great!

Many thanks!

1 post - 1 participant

Read full topic

Make flexget use TVDB instead of TVmaze

$
0
0

I tried adding “thetvdb_lookup: yes” in my config but it’s still using tvmaze. I don’t like tvmaze because it has weird conventions for tv show names. How can I default to use TVDB for all tv show lookups?

1 post - 1 participant

Read full topic

Override Show Name and Season Number

$
0
0

Is there any way to override the name and season number of certain shows?

I am having this problem with some Anime, where new seasons have words added to the end of the shows name instead of a traditional serial number

For example, Season 3 of

Yahari Ore no Seishun Rabukome wa Machigatteiru

is called

Yahari Ore no Seishun Rabukome wa Machigatteiru Kan

The way it is set up right now, my system recognizes epsiode 1 of this as

Yahari Ore no Seishun Rabukome wa Machigatteiru Kan - s01e01

Is there any way I can manually set certain shows like this to override with a different name and offset episode number, so it actually becomes

Yahari Ore no Seishun Rabukome wa Machigatteiru - s03e01

I checked the documentation for Series, but I wasnt able to get anything conclusive on the season number overriding.

Even here, there seems to be a similar post from April 2018, where there wasn’t any resolution (https://discuss.flexget.com/t/4121). Has anything been figured out since then?

1 post - 1 participant

Read full topic

Media Folder (TV Shows) to Trakt List all rejected error

$
0
0

I’m lost trying to get my TV shows imported into a Trakt List called “TV Shows” (Public for now).

I have (Auth) Trakt no problem I do see that Flexget app on Trakt connected apps in settings and on CLI is good and not expired.

I think this will work great just so confused now and the cookbook seems to be outdated most of the plug-ins seem to be updated and confusing which one replaced them.

Reading seems like i’m trying to go the wrong direction but I want to get my TV Shows and Movies list and status backed up just had to rebuild NAS was running RAID 0 and upgraded to bigger drives. and lost stats. Also Trakt you can search TV and Movies and trigger them to download.

I’m using Sonarr-Radarr-IMDB and just added Trakt so IMDB will go away and I’m also running Plex for play back.

This is all setup on a Synology ARM processor no docker support :frowning: NAS.

I do want to learn this config writing but on day 3 now so be patience I’m a newbie.

Ran debug log flexget --loglevel debug execute command see the end of a very long scrolling errors

2020-07-29 21:28:57 DEBUG    urlrewriter   Update-TV       Checking 0 entries
2020-07-29 21:28:57 VERBOSE  details       Update-TV       Summary - Accepted: 0 (Rejected: 3251 Undecided: 0 Failed: 0)
2020-07-29 21:28:58 DEBUG    list_add      Update-TV       no accepted entries, nothing to add
2020-07-29 21:28:58 DEBUG    util.simple_persistence Update-TV       Flushing simple persistence for task Update-TV to db.
2020-07-29 21:28:58 DEBUG    util.simple_persistence Update-TV       Flushing simple persistence for task None to db.
type or paste config/log snippets here

Here is my Config file (config.yml) (FYI Notepad++ is the bomb for writing these)

tasks:


  Update-TV:
    filesystem:
      regexp:  '.*\.(avi|mkv|mp4)$'
      recursive:  yes
      path:
        - /volume1/video/TV Shows
    metainfo_series:  yes
    accept_all:  yes
    list_add:
      - trakt_list:
          username: jettechfsr
          strip_dates:  yes
          list:  TV Shows
          type:  shows

1 post - 1 participant

Read full topic


I can't dowload movies base on regexp because of '[' in title

$
0
0

I downloading from RSS torrent, but in the rss there is some special character “[” that split the title, and I don’t know how to read it from regexp. for example:

<title>
<![CDATA[ Episode 1 Equator 2005 Power of an Ocean mHD BluRay DD2.0 x264-HDPP[Good Quality] ]]>
</title>
<title>
<![CDATA[ Episode 1 Equator 2005 Power of an Ocean mHD BluRay DD2.0 x264-HDPP[Best Quality] ]]>
</title>

When do the regexp like this:

        accept:
           - Best Quality
        from: title

in flexget it will only show the name look like:

Episode 1 Equator 2005 Power of an Ocean mHD BluRay DD2.0 x264-HDPP

It won’t accept that string I want to. Any strings before “[” will accept to download.
So how can I make flexget read all the string on title? The string Best Quality is a small description that RSS show up.

1 post - 1 participant

Read full topic

Formula1 help

$
0
0

Could someone more experienced help me with a config script to download Formula1 races?
on R4E site, the naming convention is this:

Series Year Round## Location Session Resolution Source VideoCodec Language-Tag

so it’s: Formula1 2020 Round05 Great Britain Race FOX 720p x264 English-NaN

I tried using the series plugin with id_regexp, but it downloads the first Round05 session, wich is usualy a free practice. I also tired the use of regexp, to accept only Race and reject all the other sessions (qualifying, practice…) but it downloads all versions of Race, and it can get up to 10-12.
I couldn’t manage to use both series and regexp…
Thank you!

1 post - 1 participant

Read full topic

Remember rejected entries

$
0
0

Hello.

I’m trying to have Flexget remember once rejected entries and to not accept then again in subsequent tasks (and in future runs).

The feed for the first task (partial-feed) has a subset of the entries of the second task (full-feed). So some of the entries appear again in full-feed. For testing purpose, please have a look at the following config: (All executed with --test using version 3.1.67)

tasks:

  partial-feed:
    rss:
      url: https://nyaa.si/?page=rss&u=HorribleSubs
      all_entries: no
    quality: '1080p+'
    regexp:
      accept:
        - HorribleSubs

  full-feed:
    rss:
      url: https://nyaa.si/?page=rss&c=1_2&f=1
      all_entries: no
    regexp:
      accept:
        - HorribleSubs

The (abridged) result looks like this:

...
2000-00-00 00:00:00 VERBOSE  task          partial-feed    REJECTED: `[HorribleSubs] Titel [720p].mkv` by quality plugin because 720p does not match quality requirement [<Requirements(1080p+)>]
2000-00-00 00:00:00 VERBOSE  task          partial-feed    ACCEPTED: `[HorribleSubs] Titel [1080p].mkv` by regexp plugin because regexp 'HorribleSubs' matched field 'title'
...
2000-00-00 00:00:00 VERBOSE  task          full-feed       ACCEPTED: `[HorribleSubs] Titel [720p].mkv` by regexp plugin because regexp 'HorribleSubs' matched field 'title'
...

I would have expected that full-feed would reject the 720p-version again, at least that is how I understood remember_rejected should behave.

I can force my expected behavior with:

tasks:

  partial-feed:
    rss:
      url: https://nyaa.si/?page=rss&u=HorribleSubs
      all_entries: no
    quality: '1080p+'
    regexp:
      accept:
        - HorribleSubs
# --- diff start
    digest:
      list: digest_rejected
      state:
        - rejected

  mark-as-seen:
    from_digest:
      list: digest_rejected
    accept_all: yes
# --- diff end

  full-feed:
    rss:
      url: https://nyaa.si/?page=rss&c=1_2&f=1
      all_entries: no
    regexp:
      accept:
        - HorribleSubs

And the (abridged) result looks like this:

...
2000-00-00 00:00:00 VERBOSE  task          partial-feed    REJECTED: `[HorribleSubs] Titel [720p].mkv` by quality plugin because 720p does not match quality requirement [<Requirements(1080p+)>]
2000-00-00 00:00:00 VERBOSE  task          partial-feed    ACCEPTED: `[HorribleSubs] Titel [1080p].mkv` by regexp plugin because regexp 'HorribleSubs' matched field 'title'
...
2000-00-00 00:00:00 VERBOSE  task          mark-as-seen    ACCEPTED: `[HorribleSubs] Titel [720p].mkv` by accept_all plugin
...
2000-00-00 00:00:00 VERBOSE  task          full-feed       REJECTED: `[HorribleSubs] Titel [1080p].mkv` by seen plugin because entry with title `[HorribleSubs] Titel [1080p].mkv` is already marked seen in the task partial-feed at 2000-00-00 00:00:00
2000-00-00 00:00:00 VERBOSE  task          full-feed       REJECTED: `[HorribleSubs] Titel [720p].mkv` by seen plugin because entry with title `[HorribleSubs] Titel [720p].mkv` is already marked seen in the task mark-as-seen at 2000-00-00 00:00
...

In the above the task mark-as-seen “accepts” all rejected entries of partial-feed and that way they get marked as seen and not accepted again. I also tried to crate an entry_list containing the rejected items, but all I could archive where more lines with no better effect then what you can find in the second config. (My YAML/Jinja2 skill are just are not high enough yet…)

It works, but it doesn’t look right to me. Is there no better / more elegant way to solve this?
Is this the expected behavior of quality? Do I miss some plugin/setting that I have to use?

Thank you for your feedback.


Side note: I tried the series plugin, but it has a hard time with this type of entries, where the names are not very “conform”. So I mostly switched to the trusted regexp, which works for me. And yes I know there is the nyaa plugin, but for my purposes it is to limited (and I solve it by using pre-filted feeds).

4 posts - 2 participants

Read full topic

Configuration issues: sending all showrss personal link content to deluge

$
0
0

All I want to accomplish is send all the magnet links to deluge.
flexget and deluge are running in separate docker containers, hence the connection information.
Any help would be greatly appreciated.

config.yml
web_server: yes

schedules:

  • tasks: ‘*’
    interval:
    minutes: 1

tasks:
series:
rss:
url: http://showrss.info/user/25386.rss?magnets=true&namespaces=true&name=null&quality=null&re=null
link:
- magneturl
all_series: yes

host: 192.168.1.4
username: admin
password: -----------
deluge: yes

Pastebin URL https://pastebin.com/HtWtdCeY

The logs claim that there is no magnet URL but if you look at the XML, it’s there

Log with this configuration running
2020-08-23 23:37:52
DEBUG
input_cache
series
storing entries to cache rss_43fa2d7bd011aed74551a812837e1ce5
2020-08-23 23:37:52
WARNING
rss
series
Skipped %s RSS-entries without required information (title, link or enclosures)
2020-08-23 23:37:52
DEBUG
util.simple_persistence
series
setting key 7bdeebcea166c081c15ad6f51dfd37e5_last_entry value ‘Corporate S03E05 UNCENSORED 720p WEB H264 ALiGN984fc88e78fa33a1f56c99c346d131c717edb4ef’
2020-08-23 23:37:52
DEBUG
rss
series
Saving location in rss feed.
2020-08-23 23:37:52
DEBUG
rss
series
Perry Mason 2020 S01E05 1080p WEB H264 BTX does not have link ([‘magneturl’]) or enclosure
2020-08-23 23:37:52
DEBUG
rss
series
Last Week Tonight with John Oliver S07E18 720p WEB h264 TRUMP does not have link ([‘magneturl’]) or enclosure
2020-08-23 23:37:52
DEBUG
rss
series
Married At First Sight S11E01 720p WEB h264 ROBOTS does not have link ([‘magneturl’]) or enclosure
2020-08-23 23:37:52
DEBUG
rss
series
Married At First Sight S11E02 720p WEB h264 ROBOTS does not have link ([‘magneturl’]) or enclosure
2020-08-23 23:37:52
DEBUG
rss
series
Corporate S03E01 UNCENSORED 720p WEB H264 ALiGN does not have link ([‘magneturl’]) or enclosure
2020-08-23 23:37:52
DEBUG
rss
series
Perry Mason 2020 S01E06 1080p WEB H264 OATH does not have link ([‘magneturl’]) or enclosure
2020-08-23 23:37:52
DEBUG
rss
series
Last Week Tonight with John Oliver S07E19 720p WEB H264 BTX does not have link ([‘magneturl’]) or enclosure
2020-08-23 23:37:52
DEBUG
rss
series
Married At First Sight S11E03 720p WEB h264 ROBOTS does not have link ([‘magneturl’]) or enclosure
2020-08-23 23:37:52
DEBUG
rss
series
Corporate S03E02 Black Dog 720p AMZN WEBRip DDP2 0 x264 TEPES does not have link ([‘magneturl’]) or enclosure
2020-08-23 23:37:52
DEBUG
rss
series
Perry Mason 2020 S01E07 1080p WEB H264 BTX does not have link ([‘magneturl’]) or enclosure
2020-08-23 23:37:52
DEBUG
rss
series
Last Week Tonight with John Oliver S07E20 720p WEB H264 BTX does not have link ([‘magneturl’]) or enclosure
2020-08-23 23:37:52
DEBUG
rss
series
Married At First Sight S11E04 720p WEB h264 ROBOTS does not have link ([‘magneturl’]) or enclosure
2020-08-23 23:37:52
DEBUG
rss
series
Corporate S03E03 UNCENSORED 720p WEB h264 CookieMonster does not have link ([‘magneturl’]) or enclosure
2020-08-23 23:37:52
DEBUG
rss
series
Perry Mason 2020 S01E08 PROPER 1080p WEB H264 OATH does not have link ([‘magneturl’]) or enclosure
2020-08-23 23:37:52
DEBUG
rss
series
Perry Mason 2020 S01E08 Chapter 8 1080p AMZN WEBRip DDP5 1 x264 NTb does not have link ([‘magneturl’]) or enclosure
2020-08-23 23:37:52
DEBUG
rss
series
Married At First Sight S11E05 720p WEB h264 ROBOTS does not have link ([‘magneturl’]) or enclosure
2020-08-23 23:37:52
DEBUG
rss
series
Corporate S03E04 720p WEB h264 TRUMP does not have link ([‘magneturl’]) or enclosure
2020-08-23 23:37:52
DEBUG
rss
series
Last Week Tonight with John Oliver S07E21 720p WEB H264 BTX does not have link ([‘magneturl’]) or enclosure
2020-08-23 23:37:52
DEBUG
rss
series
Married At First Sight S11E06 720p WEB h264 ROBOTS does not have link ([‘magneturl’]) or enclosure
2020-08-23 23:37:52
DEBUG
rss
series
Corporate S03E05 UNCENSORED 720p WEB H264 ALiGN does not have link ([‘magneturl’]) or enclosure
2020-08-23 23:37:52
DEBUG
rss
series
encoding utf-8
2020-08-23 23:37:52
DEBUG
utils.requests
series
GETing URL http://showrss.info/user/25386.rss?magnets=true&namespaces=true&name=null&quality=null&re=null with args () and kwargs {‘timeout’: 60, ‘headers’: {‘User-Agent’: ‘FlexGet/3.1.67 (www.flexget.com)’, ‘Accept-Encoding’: ‘gzip, deflate’, ‘Accept’: ‘/’, ‘Connection’: ‘keep-alive’}, ‘auth’: None, ‘allow_redirects’: True}
2020-08-23 23:37:52
DEBUG
rss
series
Requesting task series url http://showrss.info/user/25386.rss?magnets=true&namespaces=true&name=null&quality=null&re=null

2 posts - 2 participants

Read full topic

Another noob struggling

$
0
0

I have been fiddling around with my flexget config.yml for days now, but I cannot seem to get it to work
(I am a noob with YAML btw).
I’ve consulted the config guide and the wiki’s.
Now the config is getting way too complex, but commenting out unnecessary parts (lists, extra filters, etc) does not seem to help getting rid of the error.

I’ve checked indentations over and over. What am i missing?

here’s the congfig.yml:

templates:
  tv:
    series:
      settings:
        identified_by: ep
        tracking: backfill
        sort_by:
          field: quality
          reverse: yes
        my group:
          quality: 720p-1080p h264 aac
      my group:
        - 'Alaska: The Last Frontier'
        - 'Alaskan Bush People'
        - 'Ash vs. Evil Dead'
        - 'Black Mirror'
        - 'Chernobyl'
        - 'Dark'
        - 'Dirk Gently s Holistic Detective Agency'
        - 'Doctor Who (2005)'
        - 'Downton Abbey'
        - 'Dual Survival'
        - 'Elementary'
        - 'Fear The Walking Dead'
        - 'Forged in Fire'
        - 'Gotham'
        - 'Grimm'
        - 'Killjoys'
        - 'Lost in Space'
        - 'Lucifer'
        - 'Mr Robot'
        - 'Philip K Dicks Electric Dreams'
        - 'Red Dwarf'
        - 'Review'
        - 'Rick and Morty'
        - 'Stan Against Evil'
        - 'Star Trek: Lower Decks'
        - 'Star Trek: Picard'
        - 'The Chilling Adventures of Sabrina'
        - 'The Mandalorian'
        - 'The Walking Dead'
        - 'The X Files'
        - 'Twin Peaks'
        - 'Westworld'
        - 'Workaholics'
        - 'Z Nation'

tasks:
  my task:
    template: tv
    discover:
      what:
        - next_series_episodes:
            from_start: yes 
            backfill: yes
      from:
        - rarbg:
            category: 41
            min_seeders: 1
            use_tvdb: yes
    max_reruns: 10

    deluge:
      host: *****
      port: *****
      username: *****
      password: *****
      path: /media/usb-drive/Partial-torrents/ 
      move_completed_path: /media/nas/Drive/tv-series/{{series_name}}/Season {{series_season}}
      queue_to_top: no

    notify:
      title: Downloading {{series_name}}
      message: Episode {{series_id}} added to queue
      via:
        - pushover:
            user_key:
              - ******************************
            api_key: ******************************
            device: mobile
            priority: 2
            sound: incoming
            retry: 60
            expire: 1000

schedules:
  - tasks: my task
      interval:
        days: 3

flexget check output:

2020-09-14 15:41:21 WARNING  check                         Config line 87 is likely missing ':' at the end
2020-09-14 15:41:21 VERBOSE  check                         Pre-checked 89 configuration lines
2020-09-14 15:41:21 CRITICAL manager                       mapping values are not allowed here in "<unicode string>", line 88, column 15: interval: ^

-------------------------------------------------------------------------------
 Malformed configuration file (check messages above). Common reasons:
-------------------------------------------------------------------------------

 o Indentation error
 o Missing : from end of the line
 o Non ASCII characters (use UTF8)
 o If text contains any of :[]{}% characters it must be single-quoted (eg. value{1} should be 'value{1}')

 Reason: mapping values are not allowed here

 ----> MOST LIKELY REASON: Missing : from end of the line!

 Check configuration near line 87, column 14

 Fault is almost always in this or previous line

2020-09-14 15:41:21 CRITICAL manager                       Failed to load config file: Config file is not valid YAML
Could not start manager: Config file is not valid YAML

flexget -V output:

3.1.71
You are on the latest release.

Running as daemon,btw

2 posts - 2 participants

Read full topic

Downloading from Uploader.jp

$
0
0

I’m very new to flexget.
I read some guides to make a YAML config file but the keys are very specific (i.e: series: or book:) so I can’t understand how to grab archive links from generic RSS and download them.

An example of RSS that I want to subscribe is here.
RSS:https://ux.getuploader.com/com3d2_mod_kyouyu/rss

Please give some hints, references or templates etc…

1 post - 1 participant

Read full topic

List_match using a text file?

$
0
0

Hi,
Actually I am using a pretty ugly way to accept/reject music entries, it is the following:

music-config:                                                                                                                                                                                          
  accept_all: True                                                               
  regexp:                                                                        
    reject_excluding:                                                            
      - '^(Artist 1|Artist 2|Artist 3|...|Artist N) - .* FLAC'

The thing is that I am following a LOT of artists so I end up with a looooong regexp.

Is there a way to do something like:

type or paste config/log snippets here
music-config:                                                                                                                                                                                          
  list_match:
    from:
      - file_list: /path/to/input/list.txt # this does not exists
  regexp:                                                                        
    reject_excluding:                                                            
      - 'FLAC'

And the file containing something like 1 Artist per line, or something in this fashion?

Thanks!
POGMAN

2 posts - 2 participants

Read full topic


Imdb to trakt not working

$
0
0

Trying to sync my imdb watchlist to trakt but the logs says “Nothing to submit to trakt”.

config:

tasks:

  imdb_to_trakt:
    parsing:
      movie: guessit
      series: guessit
    imdb_watchlist:
      user_id: urXXXXXXXXX
      list: watchlist
    accept_all: yes
    trakt_lookup: yes
    list_add:
      - trakt_list:
          username: XXXXXXXXX
          account: XXXXX@XXXXXXX.COM
          list: watchlist
          type: shows
          strip_dates: true

The log(part of it) says:

2020-10-15 15:35:59 VERBOSE  task          imdb_to_trakt   ACCEPTED: `Cobra Kai (2018)` by accept_all plugin
2020-10-15 15:35:59 DEBUG    urlrewriter   imdb_to_trakt   Checking 1 entries
2020-10-15 15:35:59 VERBOSE  details       imdb_to_trakt   Summary - Accepted: 1 (Rejected: 2 Undecided: 0 Failed: 0)
2020-10-15 15:35:59 VERBOSE  list_add      imdb_to_trakt   adding accepted entries into trakt_list - {'username': 'XXXXXXXXX', 'account': 'XXXX@XXXXXXXX.COM', 'list': 'watchlist', 'type': 'shows', 'strip_dates': True}
2020-10-15 15:35:59 DEBUG    trakt_list    imdb_to_trakt   Nothing to submit to trakt.
2020-10-15 15:35:59 DEBUG    seen          imdb_to_trakt   Learned 'Cobra Kai (2018)' (field: title, local: False)
2020-10-15 15:35:59 DEBUG    seen          imdb_to_trakt   Learned '/title/tt7221388' (field: url, local: False)
2020-10-15 15:35:59 DEBUG    util.simple_persistence imdb_to_trakt   Flushing simple persistence for task imdb_to_trakt to db.

What am I missing?

1 post - 1 participant

Read full topic

Configure series and series

$
0
0


this “recipe” only work if the series is known with different name.
tasks:
  anime:
    rss: https://nyaa.si/?page=rss&c=1_2&f=0
    content_filter:
      reject: 
      - '*[v0]*.mkva'
      - '*[v1]*.mkv'
    series:
      - Majo no Tabitabi:
          from_group: GJM-Kaleido
          exact: yes
    configure_series:
      from:
        anilist:
          username: login
          status:
            - current
            - planning
      settings:
        quality: 1080p
        from_group: erai-raws
        identified_by: sequence

    transmission:

with this configuration I get the following message “Series Majo no Tabitabi is already configured in series plugin”.
An ignore option or something for configure_series would be more than welcome

1 post - 1 participant

Read full topic

Mark tv show as seen?

$
0
0

I’m trying to use the cli for flexget series. I see the database results, and there are some shows that I would like to clean up and mark as seen. For example:

Years and Years 2 eps behind │ - │ S01E02 │ 397d 7h │ 720p hdtv h264 │ ep

How do I mark this series as up to date, all episodes seen?

1 post - 1 participant

Read full topic

From_group - Is it possible to add a release group with spaces in the name?

$
0
0

Hello Flexget gurus,

In my series configuration, I use from_group to specify the release groups to filter the series entries. For example:

series:
  - show name:
      from_group:
        - group1
        - group2
        - group with space

However, there is a release group that has a space in their name.
Flexget seems to ignore group names with spaces.
Is this the expected behavior? Is there a correct way to escape the space? e.g. group\ with\ space

1 post - 1 participant

Read full topic

Need help with notify config

$
0
0

Hello,

I’m trying to get the notify’s Title & Message to work with Pushbullet, but I think I’m doing something wrong. It is my 1st time with Flexget so I hope you guys will help a new guy out.

My Config:

web_server: yes

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

templates:
  anime:
    download: /downloads/
    notify:
      entries:
        title: "[qB] Torrent added"
        message: "{{title}}\nSize: {{content_size}} MB\nDate: {{date | formatdate(%a, %I:%M:%S %p - %d/%m/%Y)}}"
        via:
          - pushbullet:
              api_key: my token here

tasks:
  anime-1:
    rss: rss feed 1
      accept:
        - Anime 1
    template: anime

  anime-2:
    rss: rss feed 2
    regexp:
      accept:
        - Anime 2
    template: anime

...

This is the result:

Kindly let me know what is wrong here.

Regards~

1 post - 1 participant

Read full topic

Viewing all 716 articles
Browse latest View live