Wiki: https://flexget.com/ Forum: https://discuss.flexget.com/ Bugs: https://github.com/Flexget/Flexget/issues | Got a problem? Upload logs and config to a paste service
gazpachoking on clean
Automated ChangeLog update (compare)
FlexGet-Bot on master
Automated ChangeLog update (compare)
FlexGet-Bot on v3.1.108
FlexGet-Bot on develop
v3.1.108 Prepare v3.1.109.dev (compare)
FlexGet-Bot on master
Prepare v3.1.108.dev Formatted more code with new bl⦠Fix file skipping files_wanted⦠and 2 more (compare)
gazpachoking on clean
Automated ChangeLog update (compare)
FlexGet-Bot on master
Automated ChangeLog update (compare)
gazpachoking on develop
Fix file skipping files_wanted⦠Merge pull request #2899 from s⦠(compare)
BrutuZ (discord)
I meant that since the "example" wasn't accounting for variables, but if you figured a working solution now that's what matters
ksurl (discord)
well it is not quite working
ksurl (discord)
if i set it in variables:
globally then it works
ksurl (discord)
but if I use set:
in the task then it still passes as string
ksurl (discord)
I guess I can set it globally since color will be reused and not task specific
ksurl (discord)
something like this:variables:
discord:
color1: c
color2: d
templates:
anchors:
_entries: &entries
via:
- discord:
web_hook_url: x
embeds:
- title: "{? discord.title ?}"
description: "{? discord.description ?}"
color: '{? discord.color1 ?}'
tasks:
test:
set:
discord:
title: 'a'
description: 'b'
notify:
entries:
<<: *entries
ksurl (discord)
nevermind it just prints "{? discord.title ?} and {? discord.description ?} it seems whoever wrote the discord plugin only takes literals in the embed?
ksurl (discord)
or it's not defined yet
BrutuZ (discord)
Any insights on how to handle that miss-identified S01E265
?βKumo desu ga, Nani ka?βββ¬ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ¬ββββββββββββββββββ¬βββββββββ
β Identifier β Last seen β Release titles β Release Quality β Proper β
ββββββββββββββΌββββββββββββΌββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββΌββββββββββββββββββΌβββββββββ€
β S01E265 β 0h β [Anime Time] Kumo desu ga, Nani ka - 01 [1080p][HEVC 10bit x265][AAC][Multi Sub] (So I`m a Spider, so What).mkv * β 1080p 10bit aac β β
β S01E01 β 0h β [DKB] Kumo Desu ga, Nani ka - S01E01 [1080p][HEVC-265 10bit][Multi-Subs][weekly] * β 1080p 10bit β β
ββββββββββββββ΄ββββββββββββ΄ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ΄ββββββββββββββββββ΄βββββββββ
* Downloaded
`Kumo desu ga, Nani ka?` uses `ep` mode to identify episode numbering.
See `identified_by` option for more information.
gazpachoking (slack)
I thought we had some bits to strip quality out before doing ep matching...
gazpachoking (slack)
Interesting
BrutuZ (discord)
Will give it a try π
gazpachoking (slack)
Accepted by what? Series plugin?
ksurl (discord)
flexget seen search 'title'
flexget seen forget 'title'
ksurl (discord)
or you can use url or something else
''' cleanup-torrents:
priority: 40
from_deluge:
<<: *deluge
filter:
- label: 'movie'
'''
gazpachoking (slack)
'label' should just be 2 spaces more indented that 'filter'
gazpachoking (slack)
But, you could filter based on multiple labels using 'regexp' plugin, on the 'deluge_label' field
gazpachoking (slack)
Rather than using the filtering built into from_deluge
gazpachoking (slack)
And to do the fancy quotes, it's backticks `