Commit Graph

2882 Commits

Author SHA1 Message Date
Remy
882e01a8d2 ehh unicode bug fixes, changed libraryscan interval to 5 hours 2011-08-17 02:08:26 -07:00
Remy
59a07ce49e Took out some media formats for encoding - changed version for master 2011-08-17 01:20:31 -07:00
Remy
5b2307cbc7 Merge branch 'develop' 2011-08-17 01:00:59 -07:00
Remy
783a46f9f5 Added reencode options to gui 2011-08-17 00:54:56 -07:00
Remy
0197892057 Added reencoding options to GUI 2011-08-17 00:14:28 -07:00
Remy
cb69493b9e Added http/https prefix to sabhost 2011-08-16 23:55:00 -07:00
Remy
b9ed9bb753 Updated templates 2011-08-16 23:34:45 -07:00
Remy
238e28afb5 Fixed argparge importing 2011-08-16 21:04:54 -07:00
Remy
4655591f18 Merge remote-tracking branch 'pabloalcantara/master' into develop 2011-08-16 21:00:50 -07:00
pabloalcantara
607657dbf8 Forget to add encode.py 2011-08-17 00:46:33 -03:00
unknown
1a6714c8cf Beta function: MP3 reencode
Initial stage
2011-08-17 00:17:25 -03:00
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