Commit Graph

958 Commits

Author SHA1 Message Date
rembo10 0fb4987c87 Merge remote-tracking branch 'travisghansen/fixes' into develop 2012-10-02 22:29:15 +01:00
rembo10 e555943fc7 Merge remote-tracking branch 'AdeHub/master' into develop 2012-10-02 22:19:52 +01:00
rembo10 8de0750240 Fix for automatic searches for new artist being pretty inaccurate 2012-10-02 18:04:29 +01:00
Ade 31eaf1e416 Small tidy up 2012-09-26 19:49:49 +12:00
Ade f2b6e3d6da Check for cuesheet
Attempt to allow single track .wav with cuesheet.
+ Small tidy up
2012-09-24 23:28:17 +12:00
Ade b8c5782765 Include html5lib for BeautifulSoup
BeautifulSoup needs lxml or html5, have included html5lib.

Also latest BeautifulSoup 4.1.3
2012-09-06 10:47:07 +12:00
Travis Glenn Hansen 10a924dfbf allow setting custom cache_dir 2012-09-01 10:21:45 -06:00
rembo10 6f01598a1d Merge branch 'whitespace-hotfix' into develop 2012-09-01 00:21:15 +01:00
rembo10 7c85002e5d Merge branch 'whitespace-hotfix' 2012-09-01 00:21:03 +01:00
rembo10 b2455b2fdf Fixed tabs->spaces in postprocessor 2012-09-01 00:20:47 +01:00
rembo10 49d9be283f Merge branch 'develop'. mostly bug fixes: a lot of logging fixes for
non-ascii characters, fixed nzbs with non-ascii chars not being sent to
sab, catch empty artists being sent to mb query. Merged Brinken
2012-08-31 22:22:25 +01:00
rembo10 761c3b4715 Need to wait until the album info is committed to the db before firing off the searcher thread when adding an artist with AUTOWANT_ALL selected 2012-08-31 22:21:05 +01:00
rembo10 54ad3732ed Fix for encoder failing on files with non-ascii characters 2012-08-31 21:11:05 +01:00
rembo10 64da7a00d8 fixed TORRENT_DOWNLOAD_DIR -> DOWNLOAD_TORRENT_DIR typo 2012-08-31 19:19:36 +01:00
rembo10 259d04337e Fix for torrent folder not being checked during post processing if there were no folders in the nzb directory. Cleaned up that part of the code a bit 2012-08-31 19:03:44 +01:00
rembo10 539c64f1e1 Some more bytestring->unicode logging 2012-08-31 15:55:27 +01:00
rembo10 1ed5a621ae Changed all of the info+ level logging in the post processor to use unicode instead of bytestrings 2012-08-31 15:26:28 +01:00
rembo10 c3b96d2dac Merge remote-tracking branch 'Brinken/master' into develop 2012-08-31 14:59:02 +01:00
rembo10 fd8579cf3b Added alternate freebsd init script 2012-08-31 14:56:12 +01:00
rembo10 e4c74a2be9 Fix for nzbs not being sent to sab if they contained non-ascii chars 2012-08-31 14:46:05 +01:00
rembo10 9143f9899d Merge remote-tracking branch 'Ichabond/patching' into develop 2012-08-30 18:12:05 +01:00
rembo10 3ac68573a5 Fix for updating tracks after post-processing if not moving files 2012-08-30 18:06:01 +01:00
Brinken 1a1543dce2 Added Auto Resize to scrollbar 2012-08-30 18:39:56 +02:00
Brinken 686e3be755 Added ui icons 2012-08-30 18:29:46 +02:00
Brinken bbf09f00e7 Updated notifications 2012-08-30 18:24:34 +02:00
Ichabond 95e7c3c6b7 Resolve library import edge case
When adding a library, it is possible the single space character (' ') is added as an artist. The Musicbrainz function _do_mb_search is not capable of handling this, and throws a ValueError, as no query is provided. This checks if an artist fits this situation, and continues with the next possible artist.
2012-08-30 14:50:41 +02:00
Brinken 062a9301cf Settings Menu
*Added Jump-links to settings
2012-08-30 09:08:53 +02:00
Brinken 8b87240d15 Included new functions in config.
py error (x_x) ...
2012-08-29 17:29:08 +02:00
Rasmus Eeg Møller 668ce6e311 Graphic changes
*Moved menu top top
*Added grid view
*Fixed Album & Artist art not loading.
2012-08-29 16:47:31 +02:00
Ade 7aac60cecd Moved BeautifulSoup bs4 directory to headphones parent directory
I guess the bs4 directory should be under lib but I couldn't get the
import to work from here
2012-08-24 11:24:35 +12:00
Ade 4f74e217a1 rutracker Various Artists fix 2012-08-23 17:48:01 +12:00
Ade 961773238a rutracker search provider
Added rutracker as a torrent search provider.
BeautifulSoup 4 needs to be installed to parse the results.
2012-08-23 12:48:17 +12:00
rembo10 2f8abf7dca Add error checking to importer, so we don't mark an artist as being updated if not all albums were added/refreshed 2012-08-20 22:37:37 +05:30
rembo10 bbf74a544d Added NMA on snatch option 2012-08-20 20:59:13 +05:30
rembo10 8b26240e57 Fixed prowl notifications not being sent after post processing if PROWL_ONSNATCH was not enabled 2012-08-20 20:32:55 +05:30
rembo10 87c9ebca28 Merge branch 'develop': Bug fixes. Don't mark albums with no releases as wanted.
Sort albums with no release dates correctly in UI
2012-08-20 17:45:41 +05:30
rembo10 6b3e6afd6f Datatables sType=Date on artist page for release dates 2012-08-20 17:44:05 +05:30
rembo10 f9a048b8f8 First patch to stop albums with no release date from being marked as wanted - might need some frontend work in the UI to correct the sorting 2012-08-20 17:06:50 +05:30
rembo10 452b83e197 Fetch the artist info again during retries when loading artist page 2012-08-20 16:58:02 +05:30
rembo10 3f1ddd6489 Don't try to load the artist page until it has the bare minimum info needed to render it 2012-08-20 16:53:39 +05:30
rembo10 28877c34fa Merge branch 'develop': Split extras into separate categories, better search
options when using preferred_bitrate, fixed bug with post-processor not working if
album isn't in the database
2012-08-19 19:22:31 +05:30
rembo10 2a3352870c Actually fix the sqlite query :-) 2012-08-19 19:21:46 +05:30
rembo10 cb930d5e23 Fixed sqlite query when moving over Extras values from the old format to the new format 2012-08-19 18:50:18 +05:30
rembo10 6339dd8a87 Fix for post-processor not working if the album wasn't in the database 2012-08-19 18:39:17 +05:30
rembo10 b97fede4f3 Merge branch 'better-searching' into develop 2012-08-19 17:33:02 +05:30
rembo10 cecda0bab9 Added backend stuff to searcher.py to limit sizes to a specified range with preferred quality 2012-08-19 17:27:56 +05:30
rembo10 0f87a1e1ac Put buffer_size limits in the default interface config page 2012-08-19 17:10:07 +05:30
rembo10 4804ded964 Added backend stuff for target range when preferred_bitrate option is selected 2012-08-19 16:11:29 +05:30
rembo10 dae4798d48 Added TODO 2012-08-19 15:49:39 +05:30
rembo10 7b0730b8c4 Merge branch 'specify-which-extras' into develop 2012-08-19 15:38:03 +05:30