-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question about the field group
and excess
#15
Comments
I added pull request #18 and it seems "The.Flash.2014.S03.720p.HDTV.x264-Scene" extract season ok. |
As for removing BT sites from group names like KILLERS[ettv] it could be hard because you don't know if the brackets should be there or not. I guess it is possible though to make a list of known tags like ettz eztv etc and remove those. |
same for MKV. it is a guess because "mkv" string found but stripping from group name is difficult if "mkv" is part of the name. can guess that a ".mkv$" can be treated as file extension and stripped. |
Added test. Related divijbindlish#15 Signed-off-by: Roi Dayan <[email protected]>
Thanks a lot for your work~ |
no problem. though i'm not the maintainer. just added pull request and need to wait for the maintainer to approve. |
Related divijbindlish#15 Signed-off-by: Roi Dayan <[email protected]>
Added test. Related divijbindlish#15 Signed-off-by: Roi Dayan <[email protected]>
Related divijbindlish#15 Signed-off-by: Roi Dayan <[email protected]>
Related divijbindlish#15 Signed-off-by: Roi Dayan <[email protected]>
Related divijbindlish#15 Signed-off-by: Roi Dayan <[email protected]>
Related divijbindlish#15 Signed-off-by: Roi Dayan <[email protected]>
Version : 1.1.1
Hey,
Although you mentioned in the documentation that "PTN does not gaurantee the fields group, excess and episodeName as these fields might be interchanged with each other.".But I still feel that some problems exist when I use.
For example,
group
.For "ettv" is just a BT site, and add their tag at the end of torrent's name.excess
.For your regex pattern('season', '(s?([0-9]{1,2}))[ex]')
,it asked a e (or x, as the begining of episode)Also, Some TV episodes (mainly Asian episodes), their episode tag may start as
ep
,( For exampleBoku.Unmei.no.Hito.desu.Ep07.Chi_Jap.HDTVrip.1280X720-ZhuixinFan.mp4
),I hope it can be support by your package.Thank you for your time
The text was updated successfully, but these errors were encountered: