Commit Graph

45 Commits

Author SHA1 Message Date
rembo10 cef1693315 Update ip to new vip server 2013-06-21 21:38:24 +07:00
rembo10 f8c444bc0a Updated mb.py & musicbrainzngs lib to point to the new server 2013-04-08 05:12:15 -04:00
rembo10 f6c6d22993 fixed some merge conflicts when adding in whatcd from cohena 2012-10-03 23:51:13 +01:00
Aaron Cohen 9b57d70893 Fixing import 2012-09-27 08:56:15 -07:00
Aaron Cohen eb16244e69 Adding more verbose errors when login fails 2012-09-27 00:13:24 -07:00
Aaron Cohen c2a44e53be Removing extraneous comments 2012-09-22 21:35:07 -07:00
Aaron Cohen 76967bd16e Adding Requests library 2012-09-22 21:25:05 -07:00
Aaron Cohen 3d066d7e5b Switching to pygazelle 2012-09-22 21:08:14 -07:00
Aaron Cohen 04571e5813 Making what.cd cache threadsafe through simple locking 2012-09-15 21:13:42 -07:00
Aaron Cohen 88ba433e9f Fixed brokenness, added bitrate preference, speed better but not great. 2012-09-13 22:51:44 -07:00
Aaron Cohen 5291b2f326 Disabled a bunch of stuff that was being parsed and not needed by headphones, got down to 27 secs 2012-09-13 02:07:50 -07:00
Aaron Cohen 0970689df9 IT'S ALIIIIIVE!!! 2012-09-12 01:43:53 -07:00
Aaron Cohen ac4f20c3d5 What.cd preference should be titled password, not passkey, also, updating whatapi and adding authentication bugfix. 2012-09-11 20:37:33 -07:00
Aaron Cohen cb22e917cd What.cd WIP, now using api rather than RSS 2012-09-11 00:13:12 -07:00
Patrick Speiser be330afc54 Added new valid include to browse_recordings 2012-09-08 13:51:39 +02:00
rembo10 40079835b3 Fixed some imports for the musicbrainz lib 2012-07-31 20:50:23 +05:30
rembo10 69f51241cc Rough update of the musicbrainzngs lib 2012-07-28 23:48:19 +05:30
rembo10 d245428ca2 InRough update of the beets lib to 1.0b15 2012-07-28 23:45:08 +05:30
rembo10 a8a3680806 Moved bencode.py to the lib folder and changed the import in searcher.py 2012-06-26 00:01:23 +05:30
rembo10 f4b6dbb3c3 Updated the updater to use github v3 api. Needs testing 2012-06-18 15:46:05 +05:30
rembo10 4b72f9f6a8 Added headphones authorization, fixed a few default values in musicbrainzngs, changed user agent for headphones. Much thanks to diskir for doing all the heavy lifting on this 2012-05-28 23:03:27 +05:30
Patrick Speiser 85b08cfc05 Replaced musicbrainz2 with musicbrainzngs.
Authentication may or may not work (i do not have access  to the headphones server).
Fixes Issue #576 and Issue #624
2012-05-28 17:01:45 +02:00
Patrick Speiser d996dd678c Fixed track length problems (modified musicbrainzngs in the process) 2012-05-28 11:48:01 +02:00
Patrick Speiser f4e2d1eba0 Changed findArtist to use the musicbrainzngs library, the output is identical.
(old musicbrainz 2 library is deprecated and broken)
2012-05-26 22:38:58 +02:00
rembo10 6b820dffbb Added simplejson lib 2012-03-26 23:04:49 +01:00
rembo10 2b924cdf00 Updated beets library to the latest, added musicbrainzngs to the libs 2012-03-23 15:52:09 +00:00
rembo10 4775151409 Changes to get private server working with user/pass. Added additional header to req in lib/musicbrainz2/webservice.py, some small changes to mb.py 2012-03-19 09:16:04 +00:00
patrick c35259ea94 modified: data/interfaces/default/config.html
modified:   headphones/__init__.py
	modified:   headphones/postprocessor.py
	new file:   headphones/prowl.py
	modified:   headphones/sab.py
	modified:   headphones/webserve.py
	new file:   lib/httplib2/__init__.py
	new file:   lib/httplib2/iri2uri.py
2012-01-15 14:00:08 +01:00
graeme 9c98490e99 updated web service regarding issue 426 2012-01-02 09:44:51 +11:00
Remy Varma 5625a2f134 Deleted some superfluous .py~ files 2011-11-03 22:12:28 +00:00
Remy Varma 5cf995b3dc Updated beets library to 1.0b11 2011-11-03 22:03:03 +00:00
Remy 6467eaa7cd Bug fixes: Hang on disambiguation, various artists defaulting to artist field, sbusers beets changes 2011-08-11 19:53:30 -07:00
rembo10 d2618daeb7 Merge pull request #176 from sbuser/post-processor-fixes
Postprocessing fixes: fix for files in windows with an smb name, added sanity checks for manual post-processing
2011-08-02 11:18:22 -07:00
sbuser 576d3b5aee Postprocessing fixes:
for files on network shares
  sanity check for manual post-process to prevent errors from names
headphones doesn't understand
2011-08-02 07:47:01 -05:00
Remy e817b14bd7 File metadata not being copied over on Windows, added tagged by comment to mp3s 2011-08-02 03:24:23 -07:00
Remy 769579bed2 Fixed beets m4a album artist bug, redirect to artist page after adding, new folder naming option, fixed bug with folder names and forward slashes, have tracks update instantly on index page after processing, new filter for release groups 2011-08-01 22:21:46 -07:00
sbuser b00c7535b4 Trying to get old newzbin back for rembo... 2011-08-01 16:47:54 -05:00
Remy abaf445562 Fixed folder.jpg bug, added forced postprocessing 2011-07-30 18:31:34 -07:00
Remy 46624ae572 New option to add folder.jpg, post processing bug fixes: stuck renaming files, chmod fix (thx premiso - awesome), autotag check for accuracy 2011-07-29 16:12:47 -07:00
Remy 511b59bba8 Possible post-processor fix for albums with special characters under Windows 7 2011-07-29 02:31:09 -07:00
Remy 6da8af133b Autotagging! 2011-07-27 23:33:00 -07:00
Remy 8071671977 Bug fixes: ascii errors? Rss timeouts, albums with special characters not being sent to sab 2011-07-18 00:01:29 -07:00
Remy 75ba22ebdd Some more big changes: no more 503 errors, add as many artists as you want at the same time, no more DB is locked errors, no more chinese/japanese results in the searches, version number displayed at the bottom, add artists while importing, some other stuff 2011-07-16 02:25:57 -07:00
Remy 4971a67698 Big Update: Automatic updating, Show what albums/songs you already have, Config fixes, Fixed restart & shutdown buttons 2011-07-13 22:46:43 -07:00
Remy 8f999111c5 Added a music scanner to read metadata from audio files rather than using folder names/xml 2011-07-11 14:23:11 -07:00