Commit Graph

523 Commits

Author SHA1 Message Date
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 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 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 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 4804ded964 Added backend stuff for target range when preferred_bitrate option is selected 2012-08-19 16:11:29 +05:30
rembo10 af2b0515ee Added selective extras fetching to the artist page - had to make some backend changes to get this working: changed DB.select to DB.action in mb.py, added newstyle variable to getExtras 2012-08-19 15:37:09 +05:30
rembo10 ecb5395c22 Better logic when upgrading from the old extras format to the new 2012-08-19 13:44:16 +05:30
rembo10 d1b5d2a960 Backend stuff in mb & importer to use the new IncludeExtras & Extras format 2012-08-19 13:28:50 +05:30
rembo10 2cc9685877 Fixed deselection on config page, removed 'print repr(extra)' used for testing 2012-08-19 12:44:39 +05:30
rembo10 c19354b0f9 Couple of fixes to get the config to read the right variables, added global extras selection to config page 2012-08-19 01:45:53 +05:30
rembo10 5c35a57c33 Initial backend stuff to get splitting up extras working 2012-08-18 22:57:38 +05:30
rembo10 7c2345ee2a Don't run mb artist lookup if artist == None 2012-08-18 01:56:32 +05:30
rembo10 b335e52b67 Fixed libraryscan failing when making CleanName when no ArtistName in metadata 2012-08-18 00:42:04 +05:30
rembo10 dfcffe1671 Another possible fix for fetching album art from last.fm during post-processing. hit or miss. needs for testing 2012-08-17 19:51:09 +05:30
rembo10 c57d04f97b Changed some logging levels back to debug 2012-08-17 18:42:55 +05:30
rembo10 44e6725640 Don't rename files that are already named correctly 2012-08-17 18:27:05 +05:30
rembo10 daa9f9703f Fix for renaming duplicate lossy folders if the lossless folder exists 2012-08-17 18:00:55 +05:30
rembo10 ec8c3157d9 More bug fixes. Fixed lower() function later on in moveFiles 2012-08-17 17:42:30 +05:30
rembo10 95e5604139 Fixed 'destination_path' -> 'lossless_destination_path' variable 2012-08-17 17:37:24 +05:30
rembo10 d5d8906add Fixed files.lower() function in moveFiles 2012-08-17 17:29:20 +05:30
rembo10 f2674b55a1 Backend stuff done to get separate lossless & lossy directories working 2012-08-17 16:07:22 +05:30
rembo10 e2911e4f2b Added config options for LOSSLESS_DESTINATION_DIR and DELETE_LOSSLESS_FILES 2012-08-17 01:00:28 +05:30
rembo10 0039a93736 Accidentally removed marking albums as Downloaded after being post processed 2012-08-17 00:28:56 +05:30
rembo10 ffeb438337 Modified library scan to allow single directories to be appended to the library; postprocessor now used that function to update track counts after post processing is complete 2012-08-16 23:50:32 +05:30
rembo10 ffb4798d04 Fix for last.fm query hanging when updating artist info 2012-08-16 23:09:27 +05:30
Ade 85c1bf2a3e Search for Torrent if NZB found but out of retention 2012-08-16 22:57:44 +05:30
rembo10 625b0efd13 A couple of changes to library sync 2012-08-16 22:54:33 +05:30
rembo10 f2e0afac25 Fire off a searcher thread when adding albums with Mark All Albums as Wanted option is set 2012-08-16 21:40:15 +05:30
rembo10 87e8e35985 Fixed bug where fetching album art from Last.FM would hang if no album art was found 2012-08-16 18:19:32 +05:30
rembo10 56e5c7ae1d Added a timeout to lyrics fetching 2012-08-15 17:56:15 +05:30
rembo10 7ea9bbf57d Fixed issue retrieving release if no releasedate 2012-08-15 16:32:26 +05:30
rembo10 d414b24f07 Port over the existing track information (location, bit rate, format) from the tracks table to the alltracks table - based on TrackID. Updated album.html to use jquery and autoreload the track table, fixed the 'There was a error' typo in script.s 2012-08-15 13:59:37 +05:30
rembo10 b9ebde486e Lots of bug fixes to actually get the thing working :-) 2012-08-14 22:56:31 +05:30
rembo10 144076c03d Added album-chooser to the interface, fixed some backend bugs 2012-08-14 21:46:13 +05:30
rembo10 ceea8977e8 Most of the backend work to get album switching working (selecting which release from a releasegroup you want headphones to point to) 2012-08-14 21:07:36 +05:30
rembo10 38305c8f98 Added Upcoming Albums to manage albums filter 2012-08-14 12:41:18 +05:30
rembo10 865e4451c1 Added Status filter to webserve 2012-08-14 12:20:37 +05:30
rembo10 26a5be9e61 Make proxy tools optional (disabled by default 2012-08-12 19:46:01 +05:30
rembo10 fe574354d0 Fixed decode() function for python < 2.7 2012-08-12 15:59:43 +05:30
rembo10 67d33fdc0f Revert "Removed autocommiting from db transactions in librarysync - only do one commit every 100 songs"
This reverts commit 7bbdeeac61.
2012-08-12 12:39:58 +05:30
rembo10 967f4c610c Fixed unicodedecodeerror in music_encoder: paths were being converted to unicode which wasn't necessary 2012-08-11 14:02:53 +05:30
rembo10 7bbdeeac61 Removed autocommiting from db transactions in librarysync - only do one commit every 100 songs 2012-08-07 15:55:44 +05:30
rembo10 ed5d8b7459 Added timeouts to last.fm functions (urllib->urllib2), added some error catching when parsing data 2012-08-06 16:12:30 +05:30
rembo10 07a9ffe403 Merge remote-tracking branch 'bennullgraham/header-based_https_redirect' into develop 2012-08-03 22:09:31 +05:30
rembo10 04c5cc5d52 Modified the correctMetadata function in postProcessor.py to work with the updated beets lib: candidates/out_tuples now returns extra_items & extra_tracks, and input to autotag.apply_metadata was reversed 2012-08-02 15:59:47 +05:30