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

Prioritize Anime Shows and Seasons?

$
0
0

@luls wrote:

How would I configure Flexget to prioritize an entire show, if not, download season by season, and if the season isn't complete, download individual episode?

site: nyaa.si
type: english translated anime
group: bonkai77 (all his releases are 1080 and HEVC)
quality: 1080p HEVC/x265
order by: seeders desc

Some ways of finding entire shows are by searching "[name]", "[name] batch", or "[name] [start episode] - [end episode]", for example:
"hunter x hunter 01-148" query will find the entire show.

Also, some seasons are not called S01 and S02, but instead Code Geass R1 and Code Geass R2, I'd like my script to understand this.

This is my current configuration:

tasks:
  anime task:
    quality:
      - 1080p+

    qbittorrent:
      label: anime
      host: localhost
      port: 9090

    discover:
      what:
        - next_series_seasons:
            from_start: yes
            backfill: yes
      from:
        - nyaa:
            category: anime eng
            filter: all
    series:
      settings:
        shows:
          identified_by: ep
          tracking: backfill
          season_packs: yes
      shows:
        - Samurai Champloo
    download: 'E:\Anime\Flexget\{{ series_name }}'

    sort_by:
      field: torrent_seeds
      reverse: yes

Posts: 2

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 716

Trending Articles