Commit Graph

504 Commits

Author SHA1 Message Date
Thomas Vander Stichele
bd87a67e48 pep8 fixes 2012-11-18 12:20:18 +00:00
Thomas Vander Stichele
4aa0fb0438 * morituri/rip/offset.py:
Don't let an exception on testing an offset slip pass.
	  Fixes #99.
2012-11-17 19:38:33 +00:00
Thomas Vander Stichele
108dc72f5f convert prints to writes 2012-11-17 19:35:57 +00:00
Thomas Vander Stichele
008e257f22 self.stdout instead of print 2012-11-12 08:02:57 +00:00
Thomas Vander Stichele
0fab4515c6 pep8 fixes 2012-11-11 23:00:37 +00:00
Thomas Vander Stichele
6adf75a832 pep8 fixes 2012-11-11 22:45:41 +00:00
Thomas Vander Stichele
4a4e1ba128 * morituri/program/cdparanoia.py:
* morituri/rip/cd.py:
	  Add a number of tries to rip a track.
2012-11-11 22:40:53 +00:00
Thomas Vander Stichele
e4cbc33583 pep8 fixes 2012-11-11 22:39:13 +00:00
Thomas Vander Stichele
c2f827c24c pep8 fixes 2012-11-11 22:37:11 +00:00
Thomas Vander Stichele
d757afe5b1 pep8 fixes 2012-11-11 22:36:06 +00:00
Thomas Vander Stichele
e6a35146a7 pep8 fixes 2012-11-11 22:34:04 +00:00
Thomas Vander Stichele
25d2bdf7b6 pep8 fixes 2012-11-11 22:32:31 +00:00
Thomas Vander Stichele
f4c79e4e26 pep8 fixes 2012-11-11 22:32:20 +00:00
Thomas Vander Stichele
e133b9da1b pep8 fixes 2012-11-11 22:30:17 +00:00
Thomas Vander Stichele
b186e74788 pep8 fixes 2012-11-11 22:26:11 +00:00
Thomas Vander Stichele
77691747e5 pep8 fixes 2012-11-11 22:25:41 +00:00
Thomas Vander Stichele
4d975b6d26 pep8 fixes 2012-11-11 22:25:24 +00:00
Thomas Vander Stichele
6b31fa47d1 pep8 fixes 2012-11-11 22:25:08 +00:00
Thomas Vander Stichele
b0db74b5a8 pep8 fixes 2012-11-11 22:24:03 +00:00
Thomas Vander Stichele
29f71762da pep8 fixes 2012-11-11 22:23:25 +00:00
Thomas Vander Stichele
dc01274dd0 pep8 fixes 2012-11-10 22:36:14 +00:00
Thomas Vander Stichele
b9d6807065 pep8 fixes 2012-11-10 22:24:50 +00:00
Thomas Vander Stichele
e3cce37de4 pep8 fixes 2012-11-10 22:18:09 +00:00
Thomas Vander Stichele
4d6a682b49 pep8 fixes 2012-11-10 22:15:24 +00:00
Thomas Vander Stichele
a010dee24a pep8 fixes 2012-11-10 22:15:10 +00:00
Thomas Vander Stichele
090886bc45 pep8 fixes 2012-11-10 22:15:04 +00:00
Thomas Vander Stichele
df2cbc6b0f pep8 fixes 2012-11-10 22:14:43 +00:00
Thomas Vander Stichele
2f9dc86d86 pep8 fixes 2012-11-10 22:05:36 +00:00
Thomas Vander Stichele
ca7cd77dda pep8 fixes 2012-11-10 21:57:43 +00:00
Thomas Vander Stichele
a3fe7ba7e7 pep8 fixes 2012-11-10 21:57:06 +00:00
Thomas Vander Stichele
4ddca857f7 pep8 fixes 2012-11-10 21:56:30 +00:00
Thomas Vander Stichele
d248508f11 pep8 fixes 2012-11-10 21:53:16 +00:00
Thomas Vander Stichele
22d299c0ba pep8 fixes 2012-11-10 21:52:18 +00:00
Thomas Vander Stichele
6b45a9935b pep8 cleanup 2012-11-10 21:50:26 +00:00
Thomas Vander Stichele
fbb75dc91b pep8 cleanup 2012-11-10 21:48:04 +00:00
Thomas Vander Stichele
0d4971b301 whitespace 2012-11-10 21:41:35 +00:00
Thomas Vander Stichele
2282a39f2b log checksums 2012-11-10 21:30:53 +00:00
Thomas Vander Stichele
b6f940c08a remove unused import 2012-11-10 20:27:38 +00:00
Thomas Vander Stichele
bbeaa7b940 remove whitespace 2012-11-10 20:27:17 +00:00
Thomas Vander Stichele
f0c66013e3 * morituri/extern/task/gstreamer.py:
* morituri/test/test_common_checksum.py:
	  Protect backslashes in names.  Fixes #89.
2012-08-12 18:25:03 +00:00
Thomas Vander Stichele
1da3c8cdfb * morituri/common/drive.py:
If cdio.get_devices_with_cap finds a single drive, it returns a
	  str instead of a list.  Work around that bug.  Fixes #102.
	* morituri/test/test_common_drive.py (added):
	* morituri/test/Makefile.am:
	  Add test for it.  Caught a bug in my first implementation, too!
2012-08-12 18:03:21 +00:00
Thomas Vander Stichele
1e2f8aa93f * morituri/common/Makefile.am:
* morituri/common/checksum.py:
	* morituri/common/encode.py:
	  Add a GstPipelineTask that lets us log.
	  Handle checksumming of small tracks better.
2012-08-12 12:32:09 +00:00
Thomas Vander Stichele
91b852b485 * morituri/common/checksum.py:
* morituri/common/encode.py:
	  Add a GstPipelineTask that lets us log.
	  Handle checksumming of small tracks better.
2012-08-12 12:26:33 +00:00
Thomas Vander Stichele
dbea1ca67f remove unused line 2012-08-12 11:52:24 +00:00
Thomas Vander Stichele
519baf6501 revert accidental commit 2012-07-12 09:40:00 +00:00
Thomas Vander Stichele
97101ec972 add new file 2012-07-12 09:38:59 +00:00
Thomas Vander Stichele
b9af80e76d * task.py:
Add a debug statement.
2012-07-12 09:18:52 +00:00
Thomas Vander Stichele
1cfdcb7302 * morituri/rip/main.py:
Handle EmptyError.
2012-07-12 09:17:59 +00:00
Thomas Vander Stichele
6c50b72853 * morituri/rip/debug.py:
Add encode debug.
2012-07-12 09:12:13 +00:00
Thomas Vander Stichele
53db632202 * morituri/common/program.py:
Use a temp var to make code more readable.
2012-06-24 12:59:19 +00:00