-
Notifications
You must be signed in to change notification settings - Fork 276
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
[ FEATURE ] Add support for processing and snatching multi-season releases #438
Comments
Not an issue. Its feature request: add regex for multi-season |
It is, if you snatch S01-S02 it should mark both as snatched since thats what happened |
@labrys guessit detects as S01 and S04 We should think using guessit soon |
it isnt just season 1 and 4 , its 1,2,3 and 4 |
So guessit is wrong. Is there a multi-season ? Any docs about it? |
|
|
@fernandog the expected behaviour is that it matched all so I'm making it as a bug. |
@OmgImAlexis we never supported multi-season. Database doesnt support multi-season. We store season as INT and not LIST |
@fernandog can you not just loop through and set each season? E.g. if it's 1-4 then do a loop and do the same for each season? |
@OmgImAlexis we get information from database. not directly from file. So if database doesn't support and also regext doesnt support is not a issuen as it was never designed to support |
Well we shouldn't allow snatching of them then.. either we fix the issue or disallow it to be caused in the first place. I'd honestly go with fixing it instead of just trying to prevent this "feature" from working. |
Yeah, if it requires DB model and regex changed. Create a FR. And we Look at it when time is due |
@p0psicles we need to block them being downloaded via manual search then otherwise this should be classed as a bug. |
@OmgImAlexis I don't think they should be blocked. Manual search is about user choice. I do agree that the incorrect snatch tho is a bug, although in my opinion it would be a low priority one. Also these kind of bugs should be given milestone tags as an indicator on when they might be fixed, e.g. when multi-season support goes live. |
Maybe add this to RC 2? |
That depends on which changes will be required. If we need to make changes to db model, i vote not to include this. Remember we want to merge to master soon. I also expect that more issues similar to this one will rise to the surface, when we go live. Also remember that we can't go to RC1 when issues like this are still known as bugs. All these issues should be handled with, before tagging with milestone RC1. RC is not an official milestone. It's a stage in the release process towards a certain milestone. |
As of today:
I'm flagging this one as Feature Request since there's no bug to be fixed. |
Since guessit supports this can someone look into this?
|
DB doesnt support it. |
@fernandog well that'll have to be fixed then.. |
We are waiting new DB since Nov/16. |
New DB doesn't mean stop all development that relates to DB |
Added to master feature request list - discussion for feature will continue here even though issue is closed. |
Branch/Commit: develop
OS: Ubuntu 14.04
What you did: Snatched a multi season pack ie
The.Magic.School.Bus.S01-S04.DVDRip.x264-DEiMOS
What happened: Only marked the season the snatch was made from as snatched
What you expected: To mark all seasons as snatched from 1 to 4
The text was updated successfully, but these errors were encountered: