Quantcast
Channel: help - Forum - FlexGet
Viewing all articles
Browse latest Browse all 837

Shows Season folder

$
0
0

@luizoti wrote:

I use Kodi and in it I organize the animes by season "Season 1", "Season 2" and so on, is there a way to do this using flexget?

Currently I only manage to organize "Season 2017" and "Season 2018" a year so I noticed that the flexget is organizing everything like 2018 and if the epsodios were from 2017 he would organize it wrong.

`tasks:
anitask:
trakt_lookup: yes
priority: 1
disable:
- seen
- seen_info_hash
- torrent_alive
- retry_failed
rss:
url: 'https://nyaa.si/?page=rss&q=%5BErai-raws%5D+%5B1080p%5D+%5BMultiple+Subtitle%5D&c=0_0&f=0'
all_entries: no
metainfo_movie: yes
template: animes

trakt-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: kingkiller
list: ParaBaixar
type: movies
accept_all: yes

trakt-filmes1:
priority: 15
trakt_lookup: yes
discover:
release_estimations:
optimistic: 30 days
what:
- trakt_list:
account: kingkiller
list: ParaBaixar
type: movies
from:
- piratebay:
category: 207
sort_by: seeds
# interval: 1 minutes
quality: 1080p bluray
regexp:
reject:
- mp4
- cam
# - tc
# - r5
# - hdrip
- tvrip
- dsr
- sdtv
- dvdscr
- bdscr
# - webrip
# - webdl
- hdtv
- hdtv
- 368p
- 360p
- 360p
- Hindi
- Grym
- RU
list_match:
from:
- trakt_list:
account: kingkiller
list: ParaBaixar
type: movies
remove_on_match: no
single_match: yes
transmission:
host: localhost
port: 9091
path: 'D:\FILMES\'
list_remove:
- trakt_list:
username: kingkiller
account: kingkiller
list: ParaBaixar
type: movies
list_add:
- trakt_list:
username: kingkiller
account: kingkiller
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: kingkiller
list: Seriesbaixar
type: episodes
accept_all: yes
set_series_begin: yes
list_remove:
- trakt_list:
account: kingkiller
list: Seriesbaixar
type: episodes
list_add:
- trakt_list:
account: kingkiller
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
# urlrewrite:
# sitename:
# regexp: 'https://thepiratebay.org/torrent/(?P\d+)/(?P.*)'
# format: 'https://thepiratebay.org/download/\g/\g'
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
# interval: 1 minutes
quality: 1080p
transmission:
host: localhost
port: 9091
path: 'D:\SERIES{{series_name}}\Season {{series_season|pad(2)}}'
list_remove:
- trakt_list:
account: kingkiller
list: Seriesbaixar
type: episodes
list_add:
- trakt_list:
account: kingkiller
list: Seriesbaixar
type: shows

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: kingkiller
list: Seriesbaixar
type: shows

animes:
series:
settings:
1080p:
identified_by: sequence
season_packs: yes
set:
path: 'D:\SERIES{{series_name}}\Season {{trakt_season|pad(2)}}'
1080p:
- Lupin III - Part V
- Happy Sugar Life
- Major 2nd
- Planet With
- Boku no Hero Academia 3rd Season
- To Be Heroine
- Free! - Dive to the Future
transmission:
host: localhost
port: 9091
`

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 837

Trending Articles