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.110
FlexGet-Bot on develop
v3.1.110 Prepare v3.1.111.dev (compare)
FlexGet-Bot on master
Prepare v3.1.110.dev Update black and isort to new v⦠Merge pull request #2898 from j⦠and 1 more (compare)
BrutuZ (discord)
!
gazpachoking (slack)
I think that's all the rooms back
ksurl (discord)
i am using reject excluding
BrutuZ (discord)
It is
BrutuZ (discord)
For future reference: https://regexr.com
ksurl (discord)
it's a literal period so match any single character should work anyways. i could escape it with \ i guess
ianstalk (slack)
Also if you had more characters or a range of characters I would use square brackets like [a-z]
will match any characters between A and Z
ianstalk (slack)
I personally find it easier to reason about because I donβt have to consider scoping of the or
ksurl (discord)
I want to match exact words, not a range
ksurl (discord)
i think in testing this in the past, it was not OR but AND for all list item
BrutuZ (discord)
Makes sense
ksurl (discord)
And one for a timestamp error but that is not a common use case
ksurl (discord)
I just use it for adding and content_filename and it works fine
zinefer (discord)
perhaps something has changed wrt configuration lately?
zinefer (discord)
βββββββββββββββββββ¬ββββββββ¬βββββββββββββββββββ¬βββββββββββ¬ββββββββββββββββββ¬ββββββββββββββββ
β Name β Begin β Last Encountered β Age β Downloaded β Identified By β
βββββββββββββββββββΌββββββββΌβββββββββββββββββββΌβββββββββββΌββββββββββββββββββΌββββββββββββββββ€
β UFC β 248 β 257 β 14h β 720p hdtv h264 β sequence β
zinefer (discord)
2021-01-24 14:45:03 INFO parser_internal IPT-UFC task Title `UFC.257.Poirier.vs.McGregor.2.1080p.FP.WEB-DL.AAC2.0.x264-TEPES` looks
like series `Ufc 257 Poirier Vs Mcgregor 2 1080p Fp Web-dl Aac2` but cannot find a(n) `ep` style identifier.
2021-01-24 14:45:03 INFO parser_internal IPT-UFC task Title `UFC.257.Prelims.1080p.FP.WEB-DL.AAC2.0.x264-TEPES` looks like series `
Ufc 257 Prelims 1080p Fp Web-dl Aac2` but cannot find a(n) `ep` style identifier.
zinefer (discord)
Maybe the error message has a typo in it... Let me go look at the source
zinefer (discord)
Hrm... I believe the line that gives that error is here Sure seems like I should see sequence
and not ep
in those two errors based on my config
BrutuZ (discord)
I'd guess it's the lack of a separator between Series title and ep number
BrutuZ (discord)
Sadly Trakt hasn't struck a deal with TheTVDB https://blog.trakt.tv/tmdb-transition-ef3d19a5cf24
BrutuZ (discord)
set: {series_name: "{{series_name|replace("'","")}}"}
BrutuZ (discord)
There are plugins for those, yes
BrutuZ (discord)
https://flexget.com/Plugins
gazpachoking (slack)
@paranoidi Can you change the dns for http://discuss.flexget.com to 107.161.162.199 ?
gazpachoking (slack)
I don't remember that from before
ksurl (discord)
and marking reply as answered