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)
!
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