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

Issue with my config

$
0
0

@DonBaker wrote:

Hi , i have a issue with my config, it has been working fine for a long time.. but sicne a a month or 2.. it's skipping some of my show.. i didnt change anything in the config, i get my show list from Trakt
any idea?

here my config
templates:

tv:
configure_series:
from:
trakt_list:
account: DonBaker
list: My TV Shows
type: shows
set:
path: Y:/Tv shows/{{series_name}}/
deluge: yes

tasks:
showrss_task:
rss: http://showrss.info/user/83632.rss?magnets=true&namespaces=true&name=null&quality=hd&re=null
template: tv

rabg_task:
rss: https://rarbg.to/rss.php
template: tv

eztv_task:
rss: https://eztv.ag/ezrss.xml
template: tv

web_server:
run_v2: true

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

Posts: 1

Participants: 1

Read full topic


Need help getting a working config

$
0
0

@pgod wrote:

I have been trying to get a working config together for a while now and i am stuck. In the Config below I can see download links making there way from Series-From-RSS-2 -> Series-Process-Stage-1 -> Series-Process-Auto-Track but no matter what i try i never get anything out of Series-Process-Auto-Track. Can someone suggest the proper way to set that task up? I am looking to get it to accept new episodes in series from the template TV, and choose the best quality with a preference for 1080 WEB-DL.

templates:
  tv:
    configure_series:
      from:
        filesystem:
          path: 
            - /storage/tv/TV - Other
  jdownloader:
    exec:
    - echo "->{{series_name}}<-" >> "/data/{{title}}.crawljob"
    - echo "text={{url}}" >> "/data/{{title}}.crawljob"
    - echo "packageName={{title}}" >> "/data/{{title}}.crawljob"
    - echo autoConfirm=TRUE >> "/data/{{title}}.crawljob"
    - echo autoStart=TRUE >> "/data/{{title}}.crawljob"
  select_quality:
    upgrade:
      # We must add this so the upgrade plugin can track the downloaded qualities
      tracking: yes
    #timeframe:
    #  wait: 1 day
      # Let imdb handle the accept
    #  on_reached: do_nothing
    #  target: 1080p
    # If input has same movie twice, ensure only best get's through.
    best_quality:
      on_best: do_nothing
      on_lower: reject
    
tasks:
  Seed_Series_db:
    manual: yes
    template: tv
    filesystem:
        regexp: .*(avi|mkv|mp4)$
        path: 
         - /storage/tv/TV - Other
         - /storage/tv/TV - K
         - /storage/tv/TV - M
        recursive: yes
        retrieve: files

  Series-From-RSS-2:
    all_series: yes
    #accept_all: yes
    rss: https://invictus.ws/feed/
    list_add:
      - entry_list: rss-links-2

  Series-Process-Stage-1:
    template: tv
    seen: local
    invictus:
        dl_src_re:
         - "Zippyshare"
        from:
          entry_list: rss-links-2
    list_clear:
      what:
        - entry_list: rss-links-2
      phase: exit
    list_add:
      - entry_list: pending-tv-auto
    
  Series-Process-Auto-Track:
    entry_list: pending-tv-auto
    seen: local
#    list_clear:
#      what:
#        - entry_list: pending-tv-auto
#      phase: exit
    list_add:
      - entry_list: approved-tv
    template: tv
#    upgrade:
#      tracking: yes
#    timeframe:
#      wait: 3 day
#      on_reached: do_nothing
#      target: 1080p webdl 
#    best_quality:
#      on_best: do_nothing
#      on_lower: reject
    
  Download:
    manual: yes
    entry_list: approved-tv
    template: jdownloader
    list_clear:
      what:
        - entry_list: approved-tv
      phase: exit

Posts: 1

Participants: 1

Read full topic

content_size is not working with torrent file?

$
0
0

@conuyoneje wrote:

Hi
I'm downloading torrents file and storing them in local directory, then I want to find smaller then 15GB and upload them via SFTP to Watch dir on remote server.
I though that "content_size" should be able to read a torrent file and reject torrents that doesn't satisfy requirements

  upload:
    disable: seen
    filesystem: torrents
    content_size:
      max: 15000
      strict: no
    sftp_upload:
      host: 'xxx.xxx.xxx.xxx'
      username: 'xxxxx'
      private_key: ~/.ssh/id_rsa
      to: '/var/lib/transmission/Watch/'
    exec:
      - rm "{{location}}"

Unfortunately my code uploads all torrent to remote server.
What I'm missing?

Posts: 1

Participants: 1

Read full topic

Remove from movie-list if not in trakt collection?

$
0
0

@jtpavlock wrote:

Hi all,

The idea is to be able to automatically remove any movies from all movie-lists if they are not present in my trakt collection.

Currently, if I delete a movie from my server I have to manually find what movie list it is in (I have several based on quality) and then remove it from the respective movie-list to prevent future tracking on it by flexget.

Any ideas?

One current (admittedly poor) idea I have is to have a task for each movie list, remove all movies from it, then rebuild it based on matches to my trakt collection. I'm not sure if this would even work, but I am also hoping for a better solution before I go in on it.

Posts: 1

Participants: 1

Read full topic

Discord notifier returning 400 errors in log

$
0
0

@Anaerin wrote:

I'm trying to use the discord notify option, but it's reporting a 400 error in the log when attempting to access the webhook.
The relevant configuration part looks like this:

    notify:
      task:
        template: html
        via:
          - email:
### Snipped for brevity
      entries:
        via:
          - discord:
              web_hook_url: https://discordapp.com/api/webhooks/numbers/letters
              avatar_url: https://avatars2.githubusercontent.com/u/17483320?s=400&v=4
              username: "Flexget"
              embeds:
                - title: "{{ series_name }}" #Line 32
                  description: "{{tvdb_ep_overview|default('Unknown')}}"
                  url: "{{tvdb_url|default('Unknown')}}"
                  color: 0xe67e22
                  author:
                    name: "Flexget"
                    url: "https://flexget.com"
                    icon_url: "https://i.imgur.com/R66g1Pe.jpg"
                  fields:
                    - name: "Episode Name:" #line 41
                      value: "{{tvdb_ep_name|default('Unknown')}}"
                      inline: True
                    - name: "Score" #line 44
                      value: "{{tvdb_rating|default('Unknown')}}"
                      inline: True
                    - name: "Network" #line 47
                      value: "{{tvdb_network|default('Unknown')}}"
                  thumbnail:
                    url: "{{tvdb_ep_image|default('https://i.imgflip.com/j69nf.jpg')}}"
                  image:
                    url: "{{tvdb_posters}}"

The code is copied from the example in the notify plugin documentation and modified slightly so it doesn't rely on tvmaze.
Running flexget check on the configuration gives the following:

2019-04-08 00:19 WARNING  check                         Config line 32 is likely missing ':' at the end
2019-04-08 00:19 WARNING  check                         Config line 41 is likely missing ':' at the end
2019-04-08 00:19 WARNING  check                         Config line 44 is likely missing ':' at the end
2019-04-08 00:19 WARNING  check                         Config line 47 is likely missing ':' at the end
2019-04-08 00:19 VERBOSE  check                         Pre-checked 379 configuration lines
2019-04-08 00:19 VERBOSE  check                         Checking config file `/home/anaerin/.flexget/config.yml`
2019-04-08 00:19 VERBOSE  check                         Config passed check.

*The noted lines are commented in the snippet above.

Any idea what's going wrong, and should the documentation be fixed if it's not correct? I have literally copied and pasted from the example.

Posts: 1

Participants: 1

Read full topic

"Could not set exec command for {{output}}: (UndefinedError) 'output' is undefined

$
0
0

@hhiru wrote:

I'm trying to set notifications via telegram for accepted entries but this is the error I receive. Does transmission count as download plugin? I remember using {{output}} with the discord plugin without problems. If you are wondering, I don't want to use the notification plugin for the task. I had issues setting it properly and I found this method easier to use

tasks:
  seasonal-shows:
    template: my-torrent-client
    series:
      - My Show
    inputs:
      - rss: first-url
      - rss: second-url
    exec: /bin/bash /home/pi/bin/flexget_notify.sh "{{output}} has been added."
    transmission:
      path: /var/lib/transmission-daemon/downloads/shows

templates:
  my-torrent-client:
    transmission:
      host: localhost
      port: 9091
      username: '{? transmission.user ?}'
      password: '{? transmission.pass ?}'

variables: variables.yml

This is the content of the script I'm using:

#!/bin/bash

curl -H "Content-Type: application/json" -X POST -d "{\"chat_id\":$chatid, \"text\":\"$1\"}" $telegramapi

Posts: 2

Participants: 1

Read full topic

Configuration Issue with notifications

$
0
0

@Joan_Garcia_Camba wrote:

Hi, everything is working fine with the last version of flexget, unless the notification via email, I get this error "[/] The key notify is not valid here." could someone help me?

Here you have the code of my config.yml , thanks in advance for everything.

tasks:
  rss:
    priority: 1
    rss: http://showrss.info/user/198334.rss
all_series: yes
transmission:
  host: localhost
  port: 9091
  username: 'tuusuario'
  password: 'tupassword'
  ratio: -1
  main_file_only: yes
  path: /mnt/qnap/
  skip_files:
    - '*.nfo'
    - '*.sfv'
    - '*[sS]ample*'
    - '*.txt'
  subtitles:
priority: 4
disable: builtins
filesystem:
  path:
    - /mnt/qnap/
  regexp:  '.*\.(mp4|mkv|avi)$'
  recursive: yes
accept_all: yes    
regexp:  
  reject:
   - '.*[sS]ample.*'
periscope:
  languages:
    - es
  overwrite: yes
  sort:
priority: 5
disable: builtins
filesystem:
  path: /mnt/qnap/
  mask: '*.srt'
  recursive: yes
accept_all: yes
seen: local
thetvdb_lookup: yes
all_series:
  parse_only: yes
move:
  to:  /mnt/qnap/{{ tvdb_series_name }}/
  rename: '{{ tvdb_series_name }} - {{ series_id }} - {{ tvdb_ep_name}}{{ location | pathext }}'
  clean_source: 100
  task-limpia:
   from_transmission: yes
   disable: [seen, seen_info_hash]
   if:
- transmission_progress == 100: accept
   transmission:
action: remove
notify:
  task:
template: html  # Optional, if you want html instead of plain text
via:
  - email:
      from: from@gmail.com
      to: to@joan-garcia.com
      smtp_host: smtp.gmail.com
      smtp_port: 587
      smtp_username: from@gmail.com
      smtp_password: pass
      smtp_tls: yes
      html: yes # To parse template as HTML indent preformatted text by 4 spaces

Posts: 1

Participants: 1

Read full topic

list_match results in undecided. Why?

$
0
0

@cryptonyk wrote:

Thank you for building and helping folks to configure Flexget. This app is amazing. And very complex :slight_smile:

I have the following in my "download_queue" task:

list_match:
from:
- movie_list: moviequeue

That results in the following dump entry:

title : Beautiful.Boy.2018.1080p.BluRay.X264-AMIABLE
url : https://alpharatio.cc/torrents.php?action=download&id=1148636&authkey=XXXXXXXX&torrent_pass=XXXXXXXXXXXX
original_url : https://alpharatio.cc/torrents.php?action=download&id=1148636&authkey=XXXXXXXXXX&torrent_pass=XXXXXXXXXXXXX
assumed_quality : True
content_size : 8344.65026855
discovered_from : Beautiful Boy
discovered_with : alpharatio
imdb_actors : <LazyField - value will be determined when it is accessed>
imdb_directors : <LazyField - value will be determined when it is accessed>
imdb_genres : <LazyField - value will be determined when it is accessed>
imdb_id : tt1226837
imdb_languages : <LazyField - value will be determined when it is accessed>
imdb_meta_score : <LazyField - value will be determined when it is accessed>
imdb_mpaa_rating : <LazyField - value will be determined when it is accessed>
imdb_name : <LazyField - value will be determined when it is accessed>
imdb_original_name: <LazyField - value will be determined when it is accessed>
imdb_photo : <LazyField - value will be determined when it is accessed>
imdb_plot_outline: <LazyField - value will be determined when it is accessed>
imdb_score : <LazyField - value will be determined when it is accessed>
imdb_url : <LazyField - value will be determined when it is accessed>
imdb_votes : <LazyField - value will be determined when it is accessed>
imdb_writers : <LazyField - value will be determined when it is accessed>
imdb_year : <LazyField - value will be determined when it is accessed>
movie_name : Beautiful Boy
movie_year : 2018
original_title : Beautiful.Boy.2018.1080p.BluRay.X264-AMIABLE
quality : 1080p bluray h264 aac
task : download_queue
tmdb_id : 451915
torrent_leeches : 1
torrent_seeds : 32
torrent_snatches : 84
torrent_tags : drama, biography
trakt_actors : <LazyField - value will be determined when it is accessed>
trakt_collected : <LazyField - value will be determined when it is accessed>
trakt_genres : [drama]
trakt_homepage : https://www.beautifulboy.movie
trakt_language : en
trakt_languages : [bg, cs, da, de, el, en, es, fr, he, hu, it, ko, nl, pl, pt, ru, tr, uk, zh]
trakt_movie_id : 298570
trakt_movie_name : Beautiful Boy
trakt_movie_slug : beautiful-boy-2018
trakt_movie_user_rating: <LazyField - value will be determined when it is accessed>
trakt_movie_year : 2018
trakt_overview : After he and his first wife separate, journalist David Sheff struggles to help their teenage son, who goes from experimenting with drugs to becoming devastatingly addicted to methamphetamine.
trakt_rating : 7.52591
trakt_released : 2018-11-09
trakt_runtime : 111
trakt_tagline :
trakt_trailer : http://youtube.com/watch?v=y23HyopQxEg
trakt_translations: <LazyField - value will be determined when it is accessed>
trakt_votes : 656
trakt_watched : <LazyField - value will be determined when it is accessed>

My list_match shows up in the log like this:

2019-02-10 10:39 DEBUG movie_list download_queue trying to match movie based of name: Beautiful Boy and year: 2018
2019-02-10 10:39 DEBUG movie_list download_queue trying to match movie based off id trakt_movie_id: 298570
2019-02-10 10:39 DEBUG movie_list download_queue trying to match movie based off id tmdb_id: 451915
2019-02-10 10:39 DEBUG movie_list download_queue trying to match movie based off id imdb_id: tt1226837

This all results in an "undecided" result. I'm trying to figure out why. All three IDs match, the title matches, it passes the quality check, it passes the health check, etc. Is there a way to get a log printout of why flexget considers it undecided instead of accepted? The failure reasons in --dump are super helpful, but I haven't found a way to get undecided reasons.

thanks!

Posts: 11

Participants: 2

Read full topic


If-statement - using all()

$
0
0

@beisat wrote:

Hi

I feel like this should be easy, but I'm not getting there-.-
I want to filter the title of a RSS feed for contraining certain release groups (excluding all others). If any one of these release groups are found, then I want to check if the title matched my wanted movie.

Example:
RSS contains
- Movie A by Release Group 4
- Movie A by Release Group 1
- Movie B by Release Group 1
- Movie C by Release Group 2

Suggested config.yml

web_server: yes

schedules:
  - tasks: '*'
    interval:
      minutes: 30
tasks:
  movies task:
    rss: 
      url: http://blabla
      all_entries: no
    if:
      - "any(title in ['group1', 'group2', 'group3'])":
          regexp:
            accept:
              - MovieA
	      - MovieC
              - MovieD
    download: /downloads

It should grab:
- Movie A by Release Group 1
- Movie C by Release Group 2

Any help how to achieve this is greatly appreciated - I'm happy for any solutions, can be regex or if-statement.
Thanks

Posts: 1

Participants: 1

Read full topic

Use movedone in Jinja template?

$
0
0

@confus wrote:

Hi,

i have yaml file, where I define my shows and their movedone path for use with deluge like this:

# This is 'shows.yml'
series:
  toons:
    - ugly americans:  { set: { movedone: '/home/confus/Extern/Anime/{{series_name}}/{{ series_name }} - Season {{series_season}}/' } }tasks:
    # ... more shows in different categories ...

which works great. Now I have a task, where I'd like to use that set variable movedone in a Jinja template:

tasks:
    locationfile:
        # ...
        include:
          - shows.yml
        exec:
          on_output:
            for_accepted:
              'echo "$(date -R): {{ series_name }} {{ series_di }}: {{  movedone }}" >> locationfile.txt'

But that doesn't seem to work

ERROR exec locationfile Could not set exec command for (UndefinedError) 'movedone' is undefined

Is there a way to use an item set by the set plugin in a template?

Posts: 1

Participants: 1

Read full topic

How to use several html files as an input

$
0
0

@1112 wrote:

Hey there!
I have rather stupid question i quess, but I'm totally new in it.
I have several saved html files on my computer like:

movie obj_id=12345.html
movie obj_id=15346.html
movie obj_id=13847.html
movie obj_id=17412.html
movie obj_id=16361.html
and so on.

Each html file contains direct links to .torrent files I want to download.

Flexget can open each file with html plugin and it makes great work, when i write in config:

tasks:
  test task:
    html:
      url: "file:///D:/torrents/movie%20obj_id=13847.html"
    download: D:\torrent_files

But how can I open all files at once? Or more specific - what should I write to make Flexget open each file one after another and download all the links which that files contain?

Posts: 1

Participants: 1

Read full topic

Issue with {? path.somepath ?} when using 'move' plugin

$
0
0

@Johan_Bjorklund wrote:

I have a task called 'move-series' which uses a variable for path, something along the line like

variables: secrets.yml
..
..
..
..
move-series:
    priority: 31
    template:
      - disable-seen-retry
      - series-metainfo
      - series-guessit
      - pushbullet
    require_field: tvdb_series_name
    filesystem:
      path: "/{? folder.root ?}{? folder.torrentseries ?}"
      recursive: yes
      retrieve: files
      regexp: '.*\.(avi|mkv|mp4)$'
..
..
..

Along with my variables secrets.yml

folder:
  root: mnt/mediastorage/
  series: TVshows/
  movies: Movies/
  torrents: .torrents/
  torrentmovies: .torrents/movies/
  torrentshows: .torrents/shows/

Now. When I run this I'd expect it to only look in 'shows' directory, i have a similar task for moving movies which uses almost the same setup, and that one performs its task beutifly. But when I test 'move-series' I see that it also looks at the '.torrent/movies' directory, and if that wasn't enough it actually goes up to my "download-complete" folders as well ('mnt/mediastorage/TVshows/' and 'mnt/mediastorage/Movies/').

When testing my similar task, this does not show the same result.

Also if I write the specific path in plain text, like

path: "/mnt/mediastorage/.torrents/shows/"

then it executes as expected.

My question is, what am I doing wrong here? Even though i can solve my issue by "hardcoding" the path, I'd very much want to use the variables option for "purity". :blush:

Posts: 1

Participants: 1

Read full topic

Why am I getting a RequestException Error getting mock?

$
0
0

@Nemesis7 wrote:

I get a RequestException Error getting mock://localhost/movie_list/3120: <urlopen error unknown url type: mock>, while downloading mock://localhost/movie_list/3120

I run flexget get in a venv, tried python 3.6.5 and 3.7.2. What am I doing wrong?

Posts: 2

Participants: 1

Read full topic

For different series name shown in WebUI

$
0
0

@adam wrote:

Hi,

What's the proper way to show the correct local series name in the WebUI while match series using another?

There is the alternate_name option, but I don't really need to local name to match anything, but just as display name in webui.

Or I should use name_regex like:

templates:
  anime:
    series:
      - さらざんまい:
        name_regexp: sarazanmai

What's the preferred way for this use case?

Thanks.

Posts: 1

Participants: 1

Read full topic

Need help understanding series matching

$
0
0

@pgod wrote:

Please forgive me for the length of this post but i have been floundering for weeks trying to get a working config. I have been through these forums, and the cookbook, and the docs and something is still not clicking. I have even made a couple other posts here which got no responses, most likely because they were to confusing or to long. But i am really struggling with what i imagine should be a fairly simple config. Please help!

So i have a series database pre-populated from my file system using the following

templates:
  tv:
    configure_series:
      from:
        filesystem:
          path: 
            - /folder1
            - /folder2

Seed_Series_db:
manual: yes
template: tv
filesystem:
regexp: .*(avi|mkv|mp4)$
path:
- /folder1
- /folder2
recursive: yes
retrieve: files

I also have a RSS download task configured to feed all tv series into an entry list called "rss-links-2", everything seems to be working correctly to this point.

Series-From-RSS-2:
all_series: yes
rss: https://some-feed
list_add:
- entry_list: rss-links-2

On the other end i have a Download task configured to accept all entries from an entry-list called "approved-tv" and add them to my downloader of choice. That is also working, if i pipe rss-links-2 directly to approved-tv i get all downloads from the feed.

Download:
manual: yes
entry_list: approved-tv
template: jdownloader
list_clear:
what:
- entry_list: approved-tv
phase: exit

What i am struggling with is how to build an intermediate task to select the particular links i want. What i need help with is writing a task to do the following

  • Get entries from the rss-links-2 list
  • Accept all new and any missing episodes from the series database
  • Wait X number of days for the highest quality before accepting
  • Prefer/Target 1080p AMZN WebDL
  • Reject Standard Definition content
  • Put accepted entries on the approved-tv list
  • Ensure that accepted episodes make there way into the series database

Additionally but much less important for now, i need to find a way to filter season packs and series premiers onto another list, but for that i think another task would be appropriate.

Thank you in advance for any help you can provide.

Posts: 1

Participants: 1

Read full topic


Help with urlrewrite

$
0
0

@RIKRUS wrote:

I need to parse web page with urlrewrite
Here is my rewrite

urlrewrite:
  kinozal:
    regexp: 'http://kinozal.tv/details.php\?id=(?P<id>\d+)'
    format: 'http://dl.kinozal.tv/download.php?id=\g<id>'

but in trace log i see

2019-04-25 10:09 DEBUG    html          Kinozal         title from link: Рождённый стать королем / The Kid Who Would Be King / 2019 / ДБ, СТ / HEVC / BDRip (1080p)
2019-04-25 10:09 TRACE    entry         Kinozal         ENTRY SET: original_url = u'http://kinozal.tv/details.php?id=1699483'
2019-04-25 10:09 TRACE    entry         Kinozal         ENTRY SET: url = u'http://kinozal.tv/details.php?id=1699483'

Posts: 1

Participants: 1

Read full topic

Cache discover results?

$
0
0

@jtpavlock wrote:

Right now I have several tasks using the discover plugin, but accepting based on different quality criteria. As it stands (not sure if a config issue), the discover plugin will re-search for the same movie on the lower quality task after it has already searched for it in the first task. Is there a way to only search for the movie once, then have different tasks filtering the search results? Or perhaps cache discover results of the same movie?

A rough example of what I currently have

1080p Task:
	priority: 1
	discover
		what
			- movie-list: sd-movies
			- movie-list: 720p-movies
		from
			- tracker
	if:
		- quality != 1080p: reject
	list_add: movie_list: 1080p-movies
	list_match:
		from:
			- movie_list: sd-movies
			- movie-list: 720p-movies
			
720p Task:
	priority: 2
	discover
		what
			- movie-list: sd-movies
		from
			- tracker
	if:
		- quality != 720p: reject
	list_add: movie_list: 720p-movies
	list_match:
		from:
			- movie-list: sd-movies

Now this works, but it searches for the sd-movies twice. I'd like to find a way to accomplish this with only one search of each movie.

Posts: 1

Participants: 1

Read full topic

Regexp and Imdb, not work together

$
0
0

@PierreBrisorgueil wrote:

Hello, I can not fix a problem for a few days and so I post here :slight_smile:

I try to make a simple template like this :

  movies:
    imdb:
      min_score: 5
      reject_genres:
        - horror
    imdb_lookup: yes
    regexp:
      accept:
        - '.*.2019.*.1080p'
      reject:
        - '.*.3D.*.'
        - '.*.Atmos.*.'

but I can not make it respect both conditions, since I added imdb regexp is no longer respected: /

ideas ?

I know that some will advise me the plugins of quality, but the question really relies on the possibility of filtering in step 1 by regex before applying on the output imdb

Posts: 1

Participants: 1

Read full topic

Irc daemon - setting fallback nick?

$
0
0

@zosky wrote:

hi.

when WAN connection drops out for a second
it reconnects before the old connection is dropped
i end up with nick like "me_autodl_" ... which is not allowed

~~how can i change the fallback name to autodl2~~

found where underscore is coming from: irc_bot/simple_irc_bot.py#L327-L332

is this how i would make the private tracker happy ?

  1. change self.real_nickname += '_' to ...'2'
  2. rm /usr/local/lib/python2.7/dist-packages/irc_bot/simple_irc_bot.pyc
  3. flexget irc restart

Posts: 1

Participants: 1

Read full topic

Allow releases from a group to overwrite another

$
0
0

@anor4k wrote:

Hi, I download a lot of anime and I'm trying to get releases from a certain fansub group to overwrite releases from another one, which release earlier but are not as good. I thought maybe I could do it using the "upgrade" or "accept_all" flag but no success so far. My task is below (my templates are for transmission, setting file path and notifications), and I want the releases from GJM to overwrite those from HorribleSubs, regardless of quality. HorribleSubs is always the first to release.

nyaa:
    rss: 
      url: 
      ascii: yes
    template:
    - transmission
    - anime
    - alerts
    series:
      settings:
        commie:
          identified_by: sequence
          from_group: Commie
        asenshi:
          identified_by: sequence
          from_group: Asenshi
        pas:
          identified_by: sequence
          from_group: PAS
        nii-sama:
          identified_by: sequence
          from_group: Nii-sama
        gjm:
          identified_by: sequence
          from_group: GJM
        erai-raws:
          identified_by: sequence
          from_group: Erai-raws
          quality: 1080p
        horriblesubs:
          identified_by: sequence
          from_group: HorribleSubs
          quality: 1080p
      horriblesubs:
      - One Punch Man S2
      - Hitoribocchi no Marumaru Seikatsu
      - Fairy Gone
      - RobiHachi
      - Joshikausei
      - Kono Oto Tomare!
      - Kimetsu no Yaiba
      - Kono Yo no Hate de Koi wo Utau Shoujo YU-NO
      - Fruits Basket (2019)
      - JoJo's Bizzare Adventure - Golden Wind:
          set:
            content_filename: 'JoJo no Kimyou na Bouken Ougon no Kaze {{series_id}}'
            path: /Volumes/Data/Torrent Downloads/
      asenshi:
      - Sarazanmai
      erai-raws:
      - Shingeki no Kyojin Season 3 (2019)
      commie:
      - Midara na Ao-chan wa Benkyou ga Dekinai
      pas:
      - Carole & Tuesday
      gjm:
      - Senryuu Shoujo
      - Hitoribocchi no Marumaru Seikatsu
      - One Punch Man S2
      - Fairy Gone
      - Boogiepop wa Warawanai:
          from_group: GJM-DDY
      - Kaguya-sama:
          set:
            path: /Volumes/Media/Plex Library/Anime/Kaguya-sama wa Kokurasetai/
            content_filename: 'Kaguya-sama wa Kokurasetai {{series_id}}'

Posts: 1

Participants: 1

Read full topic

Viewing all 716 articles
Browse latest View live