-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Add 1080p and RawHD qualities to SB #564
Conversation
…oser/sb-api/apibuilder > As this creates an bad scenario where an 1080p bluray appear as 'low quality' or even worse could get replaced by some crap mobile friendly release because of 'unkown' having a higher internal value. * Added 1080p aired, 1080p web-dl, 1080i/720p mpeg2 (Raw) qualities * Adjust CSS/sorting routines to reflect changes. * Added related CSS for quality tags * Added '.ts' to be assumed RawHD quality
…ich makes sense until the results contain more than the rss feed limit. If a show (ex: 'Terra Nova') has 10+ episodes.. so if each ep really came out in the 9 possible qualities (then there is also proper/repacks).. you can easily get over 50 results searching for the show name.. so I added a hack that restores using the S##E## if the show is only one season and has less than 11 episodes total.
…e quality chooser.
…ously used is no longer in SB/config.
…user 'default' quality along with migrating the previous qualities to their new values. Also PEP8 whitespace fixes.
… force Download quality. Tighten up check for HD TV and fix 1080p HD TV check @midgetspy - found bug in common.py **nameQuality** regex check does not work if one quality ('HD TV') is part of another quality ('1080p HD TV') thus it gets wrongly matched to (HD TV). For now I changed fullhdtv string to '1080p HDTV' to bypass this for now. Possible fix is to change 'HD TV' to '720p HD TV' so it follows similar naming of web-dl/bluray.. but the negative is that everyones previous names wouldnt be right/match/need to be updated... or we change how the regex matches...
+1 , was hoping this was on deck somewhere.. |
nice duck! |
…is actually used on SBConnect or any app for that matter.. so shouldn't break anything. > The SB quality templates can change and we do not want people submitting a template name but rather use the quality makeup. (ex, sdtv/sddvd for SD). This way it protects people from us changing things with the templates as the app coders can still just submit what they want SD to be / handle legacy qualities easier. (if sb.api = 3 then HD is this... if its 4 then HD is now this...)
@thezoggy Netflix only series like the House of Cards have WEBrip, which I think should be treated as web.dl in sickbeard |
This is already discussed internally.. And will be handle post merge -----Original Message----- @thezoggy Netflix only series like the House of Card have WEBrip, which I think should be treated as web.dl in sickbeard Reply to this email directly or view it on GitHub: |
awesome! Can't wait for this to land. :) |
Seconded! |
Will this ever be merged? |
The code has been tested, and found stable, in many other peoples forks. |
The lack of communication on this, once again, makes me a really sad panda. If something is not okay with this PR, why not let people know so that the community is able to help? |
People have lives. And dev telated talk happens internally on IRC.. Not on github. -----Original Message----- The lack of communication on this, once again, makes me a really sad panda. If something is not okay with this PR, why not let people know so that the community is able to help? Reply to this email directly or view it on GitHub: |
Which is why OSS is so great. The community can help and not take away too much time from one developer. But …
… is kinda working directly against this. I bet I'm not the only one who would love to help make SickBeard even better, but I'm not really able to, or am I? |
This kind of unopeness is a reason for me never to open a pull request here again like I did a few times in the past. This cuts people off, and really doesn't motivate them to participate in any way. |
what's a good fork with frequent updates that has this already included? |
Pretty much. As I've said before, SB isn't really an open project as Again, I love the app, it's amazing, but the work ethic behind it is all On Sunday, February 10, 2013, Nico Berlee wrote:
|
there are several forks.. there are several people that have taken it upon themselves to take sb in the direction they want. yes, midget's repo is solely controlled by him and no one else can push out updates... but honestly most people wouldnt be qualified to push out updates as there is a lot of spaghetti code that only he knows/understands/wrote. even on some of the most simple pull requests people have broken parts of sb because they were not paying close enough attention or knew how python worked. my comments were not to push people way but to set expectations. recently we've had a number of people willing to contribute and ive worked with them personally to get things updated and fixed (nzbsrus/nzbx.co/etc) now the ball is in midget's court to code review/accept them. which is going to have to be on his time since well.. it is his repo after all. if i break something.. he has to deal with the cleanup... so one could hope you would see why hes a bit careful on including code. |
@thezoggy thanks for the glimpse into the behind-scenes-workings... |
Pulled |
So, how long does it usually take for the development branch to be merged back into master? |
generally we try to stick to a 1month cycle. we are running a little behind but are working on updates if you havent noticed :) |
Will this "Add 1080p and RawHD qualities to SB" make it into the Windows binary soon? It would be most appreciated. Thanks for all your work! |
just keep an eye out on the changelog for whats in dev (which is whats going to be in the next windows binary) |
Thanks for the reply back! So its not there yet in dev, or am I missing something? This one is dear to my heart as so much is coming in 1080p WEB-DL and a few shows that only come in RAW. Appreciate all that you can do to make this happen and make its way to the win binary. Nothing short of an awesome app! |
Definitely needs a setting for the 1080p WEB DL |
@MrSparklle 1080p web-dl is there.. along with 1080p hdtv and 720p/1080i rawhd (mpeg2) |
Cant wait for the new Windows Build, thanks thezoggy! |
It's been another three weeks: Anything on when the next master<-development merge will happen? |
Probably within a week or so. |
Fix RTorrent client
Added 1080p aired, 1080p web-dl, 1080i/720p mpeg2 (Raw) qualities
.ts
to be assumed RawHD qualityRemoved 'unknown' as a possible archive quality from the qualityChosser/sb-api/apibuilder
SB searches by just the show name if the show has only one season which makes sense until the results contain more than the rss feed limit.
Show
missing.png
on the history page if the provider that was previously used and is no longer in SB/config (deleted/legacy).