Ade 0fdc62c914 searcher filtering changes (please review)
- Filtering of Lossless min/max, Preferred bitrate % and already
downloaded check stops the searcher moving on to torrents if prefer NZB
set (and vice versa). Moved from sort_search_results to new routine

- Preferred bitrate low/high calc not quite right, should be target
size + high %

- Please correct me here but I think this logic ‘elif
headphones.PREFERRED_QUALITY’ is True if Preferred Bitrate
(PREFERRED_QUALITY = 2) which means it will always get lossy and
lossless. Surprised that no one has complained about this. Anyway, what
this means is that the ‘Allow lossless if no good lossy match found’
option kind of works although it shouldn’t! Changed to explicitly state
PREFERRED_QUALITY == 1 and added a flag to allow_lossless which is set
if Preferred Bitrate and High Limit and Allow Lossless are all set

- removed unused bitrate from rutracker
2014-05-17 11:30:18 +12:00
2012-06-19 13:02:12 +05:30

#preview thumbHeadphones

###Installation and Notes

This is a relatively early release of a third-party add-on for SABnzbd. It's been around for about a year, and while quite functional, there are still a lot of kinks to work out!

To run it, just double-click the Headphones.py file (in Windows - you may need to right click and click 'Open With' -> Python) or launch a terminal, cd into the Headphones directory and run 'python headphones.py'.

For additional startup options, type 'python Headphones.py -h' or 'python Headphones.py --help'

###Screenshots

Homepage (Artist Overview)

preview thumb

One of the many settings pages....

preview thumb

It might even know you better than you know yourself:

preview thumb

Import Your Favorite Artists:

preview thumb

Artist Search Results (also search by album!):

preview thumb

Artist Page with Bio & Album Overview:

preview thumb

Album Page with track overview:

preview thumb

If you run into any issues, use the GitHub issue tracker at: http://github.com/rembo10/headphones/issues.

This is free software under the GPL v3 open source license - so feel free to do with it what you wish.

Description
No description provided
Readme GPL-3.0 26 MiB
Languages
Python 94.9%
HTML 2.6%
JavaScript 1.4%
CSS 0.6%
Less 0.3%
Other 0.2%