I think this response will cover everything in the last few posts, if you need further clarification, please let me know.
Infraded wrote:
Absolutely wonderful program guys. It's super fast and has a nice clean interface. I have had a couple issues w/ a fresh setup of SAB and NzbDrone though.
- Settings > SABnzbd config fails if no custom categories defined in SABnzbd
This was a bit odd as the fresh install of SAB had no categories defined and I hadn't realized it. Only took a couple minutes to figure it out, but may want to provide better feedback to the user as the error was very generic.
I hadn't noticed this in my testing - I'll will get this fixed up.
Infraded wrote:
- Missing .ogm as a media extension
Please add?
Sure, this is pretty simple - What format should treated as if the filename doesn't contain any indicators (for example, .avi = SD, .mkv = HD). My crude research leads to to believe it will be SD, but, please confirm.
Infraded wrote:
- No options to customize indexer queries
I use Newzbin exclusively as my indexer and looking at the queries in the code it's pretty straight forward, but I would like to see the option to customize this. Use case is mainly about tweaking queries to improve the quality of results NzbDrone finds. I realize you don't want to expose too many options to the user, but something like this, and the above media configs would be great types of things to read out of files instead of hard-coded. That way the option is there if it needs to be changed, but not thrown in the users face as to overwhelm them.
Personally and as a team I/we think this would open up a more problems to less inclined users and have a small user base, that said, we'd love your feedback on what specifically we can improve when searching for series. If you need examples of what we would currently search for, please let me know.
Infraded wrote:
- Series > Add Series > Add Series Already on Disk - Folder names w/ periods are not parsed properly - "The Venture Bros. (2004)" turns into " (2004)"
Should be an easy enough tweak
This is a "bug" in ASP.NET MVC2/3 in how it displays labels, I have fixed it and it will be in a new version that should go out in the next day or two.
Infraded wrote:
Looking forward to seeing what else may develop from this, thanks for a great program!
Thanks, we're glad you like it and appreciate your feedback.
Infraded wrote:afly wrote:First of all, big congrats on getting this out the door. It seems to be remarkably stable
Secondly, thanks for making it open source. As a .net web dev, I have been looking for the best way to run a web demon in a .net environment and this project will undoubtable be a useful reference for that.
The app seems very intuitive to set up and use. My only confusion is in Settings -> Quality -> Sizes
What do the sliders do? Are we picking size preference for each quality type or specifying quality type preference
can watch for better versions and upgrade your existing episodes (to from TV DVD/BluRay for example)
This is what I am interested in. Can I configure it to keep getting higher and higher quality copy replacements as they become available with no size/cap limit?
My understanding is the sliders are used for the detection of existing media only and assignment to a proper quality. Downloading is differentiated by a higher quality being searched for in the indexer queries
The sliders are actually used to prevent downloading large files that get classified incorrectly, or prevent downloading large releases (typically seen with Bluray releases). It would limit the download size we would treat as acceptable, for example, setting Bluray720p to 2000MB would prevent NzbDrone from sending a Bluray720p release it found that was 5GB for a single episode, this also scales depending on how many episodes are found in that release, a full season (10 episodes) would allow for a maximum size of 20GB using the previous example values.
Infraded wrote:
The way you would have further quality improvement steps would be to define more profiles (I believe). Current default is SD and HD, with HD being anything above DVD quality. If you wanted more differentiation, you could add another profile and w/ just the BluRay qualities in it. This could provide an SD tier, a 'web HD' tier, and a 'real HD' tier.
Yes, define more profiles for more control over what qualities you want for specific shows.
Infraded wrote:
There could definitely be more clarification in this section though. My description is only on best-guess and context, and I'm still not sure if the sliders are looking for minimum or maximum filesize, or what the 'Cut-off' drop-down really is. Also, if you're trying to avoid requiring the user to go through too many options, you may want to put some 'safe defaults' in the quality sliders.
I hope it is more clear now (sliders), the cut-off does this: if you have a show that you want in HDTV, WEBDL or Bluray720p and you want the best available when it first releases, but you don't care which it is NzbDrone will download the first copy it finds and skip any "upgrades" it comes across later. If you wanted HDTV or WEBDL and later wanted to upgrade to Bluray720p it would download the highest quality it first finds and then continue upgrading until it reached Bluray720p (It could in theory then download HDTV, WEBDL and finally Bluray720p - depending on what is made available)
afly wrote:First of all, big congrats on getting this out the door. It seems to be remarkably stable
Secondly, thanks for making it open source. As a .net web dev, I have been looking for the best way to run a web demon in a .net environment and this project will undoubtable be a useful reference for that.
Thanks we hope you continue to find it useful and enjoy the source code.