Commit Graph

498 Commits

Author SHA1 Message Date
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
Ben Graham 18fcd4d15d reverse-merge earlier changes to this file, they are no longer needed 2012-08-02 17:23:56 +10:00
Ben Graham 6c157a8c03 This file is no longer needed 2012-08-02 17:21:49 +10:00
Ben Graham 8ce64e551e OK, so that turned out to be easier than I expected 2012-08-02 17:16:28 +10:00
Ben Graham 65ae7d992a initial hacking 2012-08-02 14:58:17 +10:00
rembo10 d57a2a606f Fix for librarysync unicode errors causing thread to hang 2012-07-31 15:23:41 +05:30
rembo10 f8ef52b8ee Some fixes to get mult_newznabs working: unpack & repack settings when saving to/pulling from config, modified searcher.py to work with tuples, fixed config.html to create new intIds no matter what, place new newznabs before add button, instead of after last div 2012-07-26 17:22:54 +05:30
rembo10 fc614bb3d8 Merge branch 'mult-newznab' into develop 2012-07-26 02:06:20 +05:30
rembo10 351c5de23e Modified searcher.py to use the new multiple newznab format 2012-07-26 02:05:54 +05:30
rembo10 cc2adb40eb Extra newznabs can be saved to and pulled from the config 2012-07-26 01:29:16 +05:30
rembo10 bf43f65995 Added a timeout to last.fm album art calls from the post processor 2012-07-25 18:12:30 +05:30
rembo10 2b51447a9e Initial changes to allow multiple newznab providers 2012-07-25 17:54:41 +05:30
Aaron Cohen 425ece17ac Synoindex tweaks, now will always log when sending notification 2012-07-22 22:18:44 -07:00
rembo10 22685fdd95 Run refreshArtist in a separate thread 2012-07-20 18:48:38 +05:30
rembo10 5469d21066 Removed test logging, leftover have track counter 2012-07-20 16:45:40 +05:30
rembo10 f10bb4dc29 Mark alhad albums as downloaded instead of skipped (or wanted when it's a new artist/album) 2012-07-20 16:04:54 +05:30
rembo10 f24d0491ba Sort upcoming releases by the soonest first 2012-07-18 19:25:39 +05:30
rembo10 22c807ddbb Fix for circular import 2012-07-18 19:02:33 +05:30
rembo10 158f33845b Fixed path for getting cached album art in postprocessor 2012-07-18 18:59:09 +05:30
rembo10 5bb0c01654 Check cache/last.fm for album art 2012-07-18 18:46:09 +05:30
rembo10 f8ccde4559 Fixed import for postprocessor threading 2012-07-18 18:33:20 +05:30
rembo10 e1185d1fa2 Added a post_processor lock to only run one pp thread at a time 2012-07-17 17:09:35 +05:30
rembo10 e56866028f Merge branch 'synohotfix' into develop 2012-07-13 20:18:56 +05:30
rembo10 6d6b30a5c2 Fix to get the synoindex variable read on startup 2012-07-13 20:17:34 +05:30
rembo10 00b7090646 Added singles category for nzbmatrix searching 2012-07-13 20:06:11 +05:30
rembo10 dfc0ffd6f8 Bug fixes, moved delete from newartists to the artistlist_to_mbids function, don't check if blacklisted 2012-07-13 16:28:53 +05:30