Commit Graph

321 Commits

Author SHA1 Message Date
Remy b8b063f123 Fixed lastfm typo, added latest album column to manage artists 2011-08-16 19:27:16 -07:00
Remy e12b32d1ae Changed version to develop 2011-08-16 19:11:53 -07:00
Remy 488fe46944 Merge branch 'havetracks' into develop 2011-08-16 19:10:21 -07:00
Remy fec2fbd926 Template changes, bug fixed, lastfm exception fix 2011-08-16 19:09:42 -07:00
Remy 91576e3f63 Fixed some stuff 2011-08-16 15:02:06 -07:00
Remy c866316c09 Updated artist to mbid function to accept non utf8 chars 2011-08-16 13:42:14 -07:00
Remy 10b334f29e Added manage new artists page, fixed some bugs in the importer 2011-08-16 13:07:17 -07:00
Remy b4663b39df Updated post processor to update have tracks on download 2011-08-15 23:19:43 -07:00
Remy f3c4d684eb Added unmatched tracks to album page, added bit rate 2011-08-15 22:43:31 -07:00
Remy 4983852b07 Moved everything over to the new library scan - needs cleanup 2011-08-15 19:54:11 -07:00
Remy 22aef717d1 Added librarysync, added bitrate and location to db and album template 2011-08-15 02:32:32 -07:00
Remy 98427c23ff Added Location column to track database and album template 2011-08-14 18:16:48 -07:00
Remy 89a293e75e Reverted back to unicode album path 2011-08-14 01:11:45 -07:00
Remy 39225b48d6 Fixed bug preventing new downloads, albumpath fix 2011-08-13 23:40:29 -07:00
Remy 3bbedc65a7 Merge branch 'develop' 2011-08-12 18:56:35 -07:00
Remy 456d1567ed Merge remote-tracking branch 'sbuser/develop' into develop 2011-08-12 18:48:20 -07:00
sbuser 4db710e4a3 eyeroll. 2011-08-12 20:31:17 -05:00
sbuser ebbea55e03 Merge branch 'develop' of https://github.com/rembo10/headphones into develop 2011-08-12 20:28:19 -05:00
sbuser a584014bcd Added a try/except block so the post-processor continues when it finds a
file that beets/mutagen can't parse. It should probably fail
post-processing here but I'm not sure about the best way to do that.
Without the try block the post-processor (automatic) just dies without
comment after "Writing Metadata" - the force would show an error but the
auto would just silently die.
2011-08-12 20:27:05 -05:00
Remy 926cd7fd65 Merge branch 'develop' 2011-08-12 18:16:00 -07:00
Remy 4523d1a9c9 Merge branch 'permissions' into develop 2011-08-12 18:14:35 -07:00
Remy 21a9fdfcc8 Fix for folder permissions - now chmods after files are moved 2011-08-12 18:12:45 -07:00
Remy 2352224af1 Merge branch 'shutdown' into develop 2011-08-12 17:20:36 -07:00
Remy d330accbfc Shutdown/restart signals now handled by the main thread 2011-08-12 17:19:53 -07:00
Remy 337a952a2b Updated history template to show most recent first 2011-08-12 16:10:43 -07:00
sbuser bb4dfe375e Merge branch 'master' of https://github.com/rembo10/headphones into develop 2011-08-12 00:57:51 -05:00
sbuser 3a255b1aa1 Exception handling for MediaFile for debugging. 2011-08-12 00:57:30 -05:00
Remy 2833e85d94 Merge branch 'develop' 2011-08-11 19:57:04 -07: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
Remy ec11cf865d Better fix for hang on mb artist/album lookup. Took out string filter from searcher 2011-08-11 19:41:35 -07:00
Remy 38884b9256 Fixed NoneType error when searching for a disambiguation with no album title 2011-08-11 19:00:06 -07:00
Remy 643d02c2cd Fixed debug message error in postprocessor 2011-08-11 18:23:27 -07:00
Remy 424801b5e8 Added debugging messages to the postprocessor verify function 2011-08-11 13:09:29 -07:00
Remy ddcdf9d7bb Merged sbusers beets changes 2011-08-11 11:49:20 -07:00
Remy 9a81a8e0d1 Changed logging level from WARN to WARNING 2011-08-11 11:29:23 -07:00
sbuser 1bd4f80376 Change in beets so it only writes tags that have values. This should
prevent things like disc reading as "0" instead of null. To reiterate:
the tag isn't blank - it's not written at all. I'm not sure what
implications that has.
2011-08-11 13:21:54 -05:00
Remy 6cc2a9c5ab Fixed excluding Various Artists as a valid album artist 2011-08-11 10:22:30 -07:00
Remy 5d2ce60d4c Fixed marking album as skipped, added force check option to album page 2011-08-11 10:01:28 -07:00
sbuser fd078e3034 Added used "new" to unqueueAlbum definition - hitting "mark as skipped"
in the web ui was throwing an error without it.
2011-08-11 10:43:12 -05:00
Remy d464afde90 Merge branch 'develop' 2011-08-11 01:36:10 -07:00
Remy 3d56daf73e Merge branch 'master' of github.com:rembo10/headphones into develop 2011-08-11 01:35:09 -07:00
Remy 6f06a740c3 Merged sbusers searcher & post processor changes, unicode error fix, added manage artists page, bug fixes 2011-08-11 00:56:36 -07:00
Remy 4a233f0126 Updated remix template to reflect changes in default template 2011-08-11 00:44:29 -07:00
Remy 4e8c837f73 Added Manage Artist section under Manage 2011-08-11 00:42:27 -07:00
Remy eae79a3572 Possible fix for unicodedecodeerrors in post processor 2011-08-10 22:20:59 -07:00
Remy 8dddc92e9d Took out the str(download_dir)/unicode escape clause in postprocessor, changed fallback retention to 2000 days, changed if term <> various artists to if term != various artists 2011-08-10 20:22:09 -07:00
Remy 5782b5bed5 Merge branch 'sbuser' into develop 2011-08-10 20:03:41 -07:00
Remy 6ac4412fed Merge remote-tracking branch 'sbuser/develop' into sbuser 2011-08-10 19:57:38 -07:00
sbuser 05ee998de7 Error message for people who don't set their download directory and then
wonder why there's no post-processing.
2011-08-10 20:48:09 -05:00
sbuser c2768ae1f0 Added special character '*' to list of exceptions in mb.findArtist
query. Why are you only quoting the queries with special characters?
Better results are had with quoting every time because of how lucene
works imo
2011-08-10 20:37:30 -05:00