Commit Graph

848 Commits

Author SHA1 Message Date
Thomas Vander Stichele
697aafc21d handle exceptions on verifying empty or half-done tracks 2013-07-22 01:54:00 +02:00
Thomas Vander Stichele
d52b008751 make sure we have a traceback 2013-07-21 15:16:10 +02:00
Thomas Vander Stichele
a1fb4a6e70 remove done items 2013-07-20 13:21:11 +02:00
Thomas Vander Stichele
41a6640f08 back to development 2013-07-15 10:03:45 +02:00
Thomas Vander Stichele
a19c73cb2e release 0.2.1 2013-07-15 10:03:08 +02:00
Thomas Vander Stichele
a9a9795f86 add bash-compgen. Fixes #11. 2013-07-14 09:59:29 +02:00
Thomas Vander Stichele
365415a6c5 Handle missing required argument to option. Fixes #18. 2013-07-14 09:55:35 +02:00
Thomas Vander Stichele
888d3ffc2a wait before reading, to make sure we get it all 2013-07-14 09:36:36 +02:00
Thomas Vander Stichele
02397302c6 catch missing save_cache_path in xdg.BaseDirectory; closes #31 2013-07-14 09:29:17 +02:00
Thomas Vander Stichele
064c22e9e7 add test for directory module 2013-07-14 09:28:41 +02:00
Thomas Vander Stichele
fdb8279234 make warning clearer. Fixes #7 2013-07-14 09:05:58 +02:00
Thomas Vander Stichele
948835a257 More quote fixing 2013-07-13 23:03:46 +02:00
Thomas Vander Stichele
34d58e2b5c more filtering 2013-07-13 22:46:20 +02:00
Thomas Vander Stichele
3ee98930c2 document config file format 2013-07-13 18:55:45 +02:00
Thomas Vander Stichele
49d8e9c268 use PathFilter object to filter paths 2013-07-13 18:50:52 +02:00
Thomas Vander Stichele
8e2db21a55 Allow getting normal and boolean from config 2013-07-13 18:50:18 +02:00
Thomas Vander Stichele
e29fa0fb18 fix a failing test 2013-07-13 18:49:00 +02:00
Thomas Vander Stichele
c75f71ead3 Add path filter 2013-07-13 18:38:31 +02:00
Thomas Vander Stichele
f93390d1bc pass config to program 2013-07-13 18:37:10 +02:00
Thomas Vander Stichele
7ba5f24f7a we already get the version some other way 2013-07-13 17:32:59 +02:00
thomasvs
eba184e54b Merge pull request #21 from supermanvelo/master
break up logger line; handle encoding for diff
2013-07-13 08:31:42 -07:00
Thomas Vander Stichele
54f7bedae4 80 character limit 2013-07-13 11:42:06 +02:00
Thomas Vander Stichele
7813103a4d get version for cdrdao too.
Add debug commands: rip debug version cdrdao/cdparanoia
2013-07-13 11:42:06 +02:00
Thomas Vander Stichele
cc2ee6ba07 cleanup and comment 2013-07-13 11:42:06 +02:00
Thomas Vander Stichele
e63fddd77a cleanup and comment 2013-07-13 11:04:27 +02:00
Thomas Vander Stichele
1a4f9e367d Really handle unknown on rip cd info. Really fixes #30. 2013-07-04 01:02:14 +02:00
Thomas Vander Stichele
27030a9842 fix output 2013-07-04 00:47:15 +02:00
Thomas Vander Stichele
d9e2175ddc Handle unknown option on rip cd info. Fixes #30. 2013-07-03 20:15:32 +02:00
Thomas Vander Stichele
32000bd0d0 Add new command: rip debug maxsample
Calculates the maximum absolute sample value.
Helpful to verify whether HTOA tracks are pure silence or not.
2013-05-10 22:06:38 +02:00
Thomas Vander Stichele
66abdfb214 Accept more than one file for checksum. 2013-05-10 22:06:29 +02:00
Thomas Vander Stichele
47a9481bc1 Document and fix comments. 2013-05-10 22:06:04 +02:00
thomasvs
e990136aaa Merge pull request #26 from dioltas/fix_pycdio_unicode_bug
Convert values returned from pycdio to str (workaround for upstream bug)
2013-03-07 00:19:24 -08:00
dioltas
35f568181f Convert values returned from pycdio to str (workaround for upstream bug) 2013-03-06 19:12:03 +00:00
Thomas Vander Stichele
20f6a0b70e improve debug 2013-03-05 17:15:54 +01:00
Thomas Vander Stichele
330b2dcb6c make track/index debug uniform 2013-03-05 17:07:36 +01:00
Thomas Vander Stichele
307db4f59f update logging; bump classVersion of Table
now table will get a logName set correctly when unpickled too
2013-03-05 16:59:38 +01:00
Thomas Vander Stichele
ee99d833a7 rename our musicbrainzngs.py to mbngs.py
Helps Debian package which prefers to strip out our copy of
musicbrainzngs
2013-03-05 16:12:52 +01:00
thomasvs
8348c910bc Merge pull request #22 from dioltas/fix_offset_count
Compare AccurateRip to num tracks -1, as last track not being checked
2013-03-04 03:53:00 -08:00
dioltas
70d39feee9 Compare AccurateRip to num tracks -1, as last track not being checked 2013-03-03 23:17:20 +00:00
Thomas Vander Stichele
05ec378c16 add another test case to work on INDEX 02 2013-03-03 18:17:00 +01:00
Velo Superman
7e3d7f0ab7 return cdrdao version used 2013-03-03 17:55:10 +01:00
Velo Superman
a2afe79644 handle encoding properly when outputting diff 2013-03-03 14:19:23 +01:00
Thomas Vander Stichele
18cb676d81 Use all but last track to find offset.
Fixes problems for people whose reader doesn't do overread on the
last track.
2013-03-02 11:57:52 +01:00
Velo Superman
d7848cd34c break into two lines to separate logger problems from morituri 2013-03-01 19:32:15 +01:00
Thomas Vander Stichele
fdab6f1e3f fix doc 2013-03-01 18:50:43 +01:00
Thomas Vander Stichele
55a2325e1e add debugging, comments and documentation 2013-03-01 18:50:43 +01:00
thomasvs
75351dc287 Merge pull request #14 from alkino/with_statement
Use with statement to open files
2013-02-26 14:47:48 -08:00
Thomas Vander Stichele
4e03a6e966 work around GStreamer bug in flacdec for really short files 2013-02-26 23:12:16 +01:00
Thomas Vander Stichele
f052896505 change debug message 2013-02-26 23:12:16 +01:00
Thomas Vander Stichele
a692542307 debug and cleanup 2013-02-26 23:12:16 +01:00