Hi there,
I'm using the main_file_only feature, but movies often are in a folder
Torrent
|--MOVIE_FOLDER
|--|-- FILM.AVI
|--|-- FILM.NFO
|--|-- SAMPLE_FOLDER
|--|--|-- Sample.avi
So it's downloading the movie in the folder I set, but also donwload the main folder and it's content in the same place
Finished_Download_FOLDER
|--MOVIE_FOLDER
|--|-- FILM.NFO
|--|-- SAMPLE_FOLDER
|--|--|-- Sample.avi
|-- FILM.AVI
Is there a workaround to just have the movie and not the folder ?
ALSO, someone know how to do this ?
content_filename: >
{{ series_name }} - S{{ series_season }}E{{ series_episode }} - {{ ep_name }} ({{ series_id }})
S{{ series_season }}E{{ series_episode }} ==> I want series_season to be on 2 digits (add 0 before season number if it's 0 to 9) and series_episode to be on 2 or 3 digits (adding the 0 before ep number too) ??????
i've tried this
content_filename: >
{{ series_name }} -
S{{ '%02d'|format(series_season) }}E{{ '%03d'|format(series_episode) }} - {{ ep_name }} ({{ series_id }})
but i'm getting errors :/
thanks for the help
Here is my config.yml
Code: Select all
presets:
global:
email:
from: *****
to:
- *****
- *****
smtp_host: *****
smtp_port: *****
urlrewrite:
www.frenchtorrentdb.com:
regexp: 'http://www.frenchtorrentdb.com/\?section=DOWNLOAD&id=(?P<id>\d+)'
format: 'http://www2.frenchtorrentdb.com/?section=DOWNLOAD&id=\g<id>'
www.play-the.net:
regexp: 'http://www.play-the.net/\?section=INFOS&id=(?P<id>\d+)'
format: 'https://www.play-the.net/?section=DOWNLOAD&id=\g<id>'
deluge:
queuetotop: yes
user: *****
pass: *****
torrent_alive: yes
zik:
content_filter:
require:
- '*.mp3'
regexp:
accept:
- 36 Crazyfist
- Accept
- Adramelch
- After Forever
- Alkemyst
- Almah
- Altaria
- Amberian Dawn
- Amorphis
- Amoral
- Andre Matos
- Angra
- Ankhara
- Anubis Gate
- Arkania
- At Vance
- Atreyu
- Avalanch
- Avantasia
- Avian
- Axenstar
- Axxis
- Ayreon
- Barilari
- Bassinvaders
- Battlelore
- Beautiful Sin
- Blind Guardian
- Bullet for my valentine
- Cardiant
- Celesty
- Conception
- Crescent Shield
- Cuatro Gatos
- Darksun
- Demons And Wizards
- Dionysus
- Disturbed
- Dragonforce
- Dream Theater
- Ebony Ark
- Eden
- Edgar Allan Po
- Edguy
- Elvenking
- Enchanter
- Ensiferum
- Epica
- Evergrey
- Evernight
- Evil Masquerade
- Fahrenheit
- F5
- Foo Fighters
- Fairyland
- Fatima Hill
- Firewind
- Fortaleza
- Freedom Call
- Furia Animal
- Gamma-Ray
- Gates of Valhalla
- Godiva
- GodSmack
- Grave Digger
- Gwyllion
- HammerFall
- Hangar
- Hammerforce
- Heaven and Hell
- Heavenly
- Helicon
- Helloween
- HIM
- H.I.M
- Holy Hell
- Iced Earth
- Ill Nino
- Ill Niño
- In Flames
- Insania
- Iron Maiden
- Iron Savior
- Juicio De Dios
- Kamelot
- Keep of Kalessin
- Kittie
- Kiuas
- Korn
- Kotipelto
- Lacuna Coil
- Leave's Eyes
- Legenda Aurea
- Lucas Turilli
- Manowar
- Masterplan
- Mastodon
- Megadeth
- Mob Rules
- Mudvayne
- Mystic Prophecy
- Nightwish
- Nocturnal Rites
- Nocturnia
- Olympos Mons
- Ozzy Osbourne
- P.O.D
- Pantera
- Pleymo
- Powerwolf
- Primal Fear
- Queensryche
- Rage
- Rebellion
- Renacer
- Redemption
- Revolution Renaissance
- Rhapsody Of Fire
- Rhapsody
- Ride The Sky
- Royal Hunt
- Sabaton
- Sanctuary
- Saratoga
- Sex Machineguns
- Silent Force
- Sirenia
- Smashing Pumpkins
- Sonata Arctica
- Soulcage
- Sphinx
- Spineshank
- Storm rider
- Stormwarrior
- Stratovarius
- Symphony X
- The Poodles
- Therion
- Threshold
- Thunderstone
- Timeless Miracle
- Twilightning
- Vanden Plas
- Vision Divine
- Warcry
- Wintersun
- Wizard
- Zenobia
- Zonata
- Alice in Chains
- Within Temptation
content_filter:
require:
- '*.mp3'
set:
path: /home/seb/media/Downloads/Torrent/Downloading/
movedone: "/home/seb/media/Downloads/Torrent/Downloaded/0o__MUSIQUE__o0/"
label: Zik
tv:
content_filter:
require:
- '*.avi'
- '*.mkv'
import_series:
from:
inputs:
- trakt_list:
username: foulou
api_key: *****
series: watchlist
- trakt_list:
username: *****
api_key: *****
series: all
settings:
quality: HDTV
series:
settings:
HDTV:
propers: yes
qualities:
- hdtv
- dvdrip
- bdrip
thetvdb_lookup: yes
set:
path: /home/seb/media/Downloads/Torrent/Downloading/
movedone: "/home/seb/media/Downloads/Torrent/Downloaded/0o__TV__o0/{{ series_name }}/S{{ series_season }}"
label: TV
main_file_only: yes
content_filename: >
{{ series_name }} - {{ series_id }}
{% if ep_name|default(False) %}- {{ ep_name }} {% endif %}-
{% if proper_count %}- proper{% if proper_count > 1 %}{{ proper_count }}{% endif %}{% endif %}
trakt_acquired:
username: *****
password: *****
api_key: *****
type: series
exists_series:
- /home/seb/media/Downloads/Torrent/Downloaded/0o__TV__o0
- /home/seb/media/Series
- /home/seb/media/Downloads/Torrent/Downloading
animes:
series:
settings:
480p:
quality: 480p
360p:
quality: 360p
480p:
- Naruto Shippuuden
- Fairy Tail
- Bleach
360p:
- One Piece
thetvdb_lookup: yes
set:
path: /home/seb/media/Downloads/Torrent/Downloading/
movedone: "/home/seb/media/Animes/{{ series_name }}/S{{ series_season }}"
label: Animes
main_file_only: yes
content_filename: >
{{ series_name }} - S{{ series_season }}E{{ series_episode }} - {{ ep_name }} ({{ series_id }})
trakt_acquired:
username: *****
password: *****
api_key: *****
type: series
exists_series:
- /home/seb/media/Animes
- /home/seb/media/Downloads/Torrent/Downloading
movies:
imdb:
min_year: 2010
reject_genres:
- News
- Documentary
- Horror
quality:
max: 720p
min: dvdrip
content_size:
max: 1000
min: 650
seen_movies: loose
imdb_lookup: yes
set:
label: Movies
main_file_only: yes
path: /home/seb/media/Downloads/Torrent/Downloading
movedone: "/home/seb/media/Downloads/Torrent/Downloaded/0o__FILMS__o0/"
content_filename: >
{{ imdb_name }} ({{ imdb_year }})
trakt_acquired:
username: *****
password: *****
api_key: *****
type: movies
feeds:
FTDB_TV:
regexp:
reject:
- FASTSUB
headers:
Cookie: "WebsiteID=*****"
form:
url: http://www2.frenchtorrentdb.com
username: *****
password: *****
rss: http://www2.frenchtorrentdb.com/*****
preset: tv
FTDB_DVDRIP:
regexp:
reject:
- VOSTFR
- V O S T F R
- V O S T FR
- Sub FR
headers:
Cookie: "WebsiteID=*****"
form:
url: http://www2.frenchtorrentdb.com
username: *****
password: *****
rss: http://www2.frenchtorrentdb.com/*****
preset: movies
NyaaTorrents:
rss: http://www.nyaa.eu/?page=rss&cats=1_37&term=horriblesubs&filter=2
preset: animes
PTN_TV:
regexp:
reject:
- FASTSUB
- FRENCH
headers:
Cookie: "WebsiteID=*****"
form:
url: https://www.play-the.net/
username: *****
password: *****
userfield: user
passfield: pass
rss: https://www.play-the.net/*****
preset: tv
PTN_DVDRIP:
regexp:
reject:
- VOSTFR
- V O S T F R
- V O S T FR
- Sub FR
headers:
Cookie: "WebsiteID=*****"
form:
url: https://www.play-the.net/
username: *****
password: *****
userfield: user
passfield: pass
rss: https://www.play-the.net/*****
preset: movies
KAT_ROCK:
email:
active: False
rss: http://www.kat.ph/music/tag/rock/?rss=1
preset: zik
KAT_HEAVY_METAL:
email:
active: False
rss: http://www.kat.ph/music/tag/heavy-metal/?rss=1
preset: zik
KAT_METAL:
email:
active: False
rss: http://www.kat.ph/music/tag/metal/?rss=1
preset: zik
KAT_PROGRESSIVE_ROCK:
email:
active: False
rss: http://www.kat.ph/music/tag/progressive-rock/?rss=1
preset: zik
KAT_POWER_METAL:
email:
active: False
rss: http://www.kat.ph/music/tag/power-metal/?rss=1
preset: zik
KAT_MELODIC_METAL:
email:
active: False
rss: http://www.kat.ph/music/tag/melodic-metal/?rss=1
preset: zik
KAT_PROGRESSIVE_METAL:
email:
active: False
rss: http://www.kat.ph/music/tag/progressive-metal/?rss=1
preset: zik
KAT_SYMPHONIC_METAL:
email:
active: False
rss: http://www.kat.ph/music/tag/symphonic-metal/?rss=1
preset: zik
MONOVA_ROCK:
email:
active: False
rss: http://www.monova.org/rss.php?type=cat&id=54
preset: zik
MONOVA_METAL:
email:
active: False
rss: http://www.monova.org/rss.php?type=cat&id=52
preset: zik
METAL.IPLAY:
email:
active: False
rss: http://metal.iplay.ro/rss.php?feed=dl&cat=63,74,41,75,53,2,52&passkey=******
preset: zik