Thomas Vander Stichele
cd295537fc
* configure.ac:
...
* morituri/configure/installed.py.in:
* morituri/configure/uninstalled.py.in:
Create configure.configure.pluginsdir
2012-11-25 18:21:11 +00:00
Thomas Vander Stichele
d1b1f1a7d0
* configure.ac:
...
back to development.
2012-11-23 18:57:43 +00:00
Thomas Vander Stichele
61a1f3f35d
mark release
2012-11-23 16:58:53 +00:00
Thomas Vander Stichele
352519dc2f
* NEWS:
...
* README:
* RELEASE:
* configure.ac:
* morituri.doap:
Releasing 0.1.3, "cranes"
2012-11-23 16:58:30 +00:00
Thomas Vander Stichele
6b50218701
* morituri/common/encode.py:
...
Also remove buggy audio parsers when encoding.
Fixes #73 .
2012-11-23 16:39:34 +00:00
Thomas Vander Stichele
3c87608773
* morituri/common/encode.py:
...
Use vbr-quality instead of quality for vbr. Fixes #94 .
2012-11-23 16:30:05 +00:00
Thomas Vander Stichele
8181b76f85
here's to me being stupid
2012-11-23 15:55:57 +00:00
Thomas Vander Stichele
b292b340d1
update urls
2012-11-23 15:46:31 +00:00
Thomas Vander Stichele
001769f338
fix dist
2012-11-23 15:43:21 +00:00
Thomas Vander Stichele
55df17cf89
* morituri/image/cue.py:
...
* morituri/image/table.py:
* morituri/image/toc.py:
Fix pychecker warnings.
2012-11-23 15:36:27 +00:00
Thomas Vander Stichele
26827195c0
* morituri/common/program.py:
...
Add %y to template for year. Fixes #98 .
2012-11-22 23:22:26 +00:00
Thomas Vander Stichele
9b4e653ae4
* morituri/common/common.py:
...
* morituri/common/program.py:
* morituri/image/table.py:
* morituri/rip/cd.py:
* morituri/test/test_common_common.py:
* morituri/test/test_image_toc.py:
Handle cases where disc_template and track_template are not in
the same directory.
2012-11-22 23:20:44 +00:00
Thomas Vander Stichele
d0435dc2ab
* morituri/test/test_common_encode.py:
...
Work around https://bugzilla.gnome.org/show_bug.cgi?id=688625
2012-11-19 20:44:53 +00:00
Thomas Vander Stichele
3dc88a4a28
* morituri/test/common.py:
...
Make tests log.
2012-11-19 20:44:30 +00:00
Thomas Vander Stichele
fa3a6b76c7
add tests
2012-11-19 09:00:50 +00:00
Thomas Vander Stichele
794a4c3f5c
* morituri/common/common.py:
...
* morituri/image/cue.py:
* morituri/image/toc.py:
factor out getRealPath
2012-11-19 08:56:17 +00:00
Thomas Vander Stichele
56f1de4c5c
* morituri/image/toc.py:
...
* morituri/test/test_image_toc.py:
Add test for getRealPath. Fix bug found by it for absolute paths.
2012-11-19 08:50:09 +00:00
Thomas Vander Stichele
76d587185d
* morituri/image/table.py:
...
* morituri/test/test_image_table.py:
* morituri/test/test_image_toc.py:
Increase coverage.
2012-11-18 16:20:21 +00:00
Thomas Vander Stichele
5173f99b7a
* Makefile.am:
...
* doc/Makefile.am:
Adapt to changing over to git module for python-command
2012-11-18 15:15:04 +00:00
Thomas Vander Stichele
3704ce31da
put symlink to github checkout
2012-11-18 15:09:55 +00:00
Thomas Vander Stichele
009d4c5376
remove command externals
2012-11-18 15:09:12 +00:00
Thomas Vander Stichele
3370acac68
* morituri/extern/task/gstreamer.py:
...
Fix wrong commit made to fix #89 .
2012-11-18 14:57:56 +00:00
Thomas Vander Stichele
cd90c361a6
give a logname
2012-11-18 13:08:31 +00:00
Thomas Vander Stichele
cc7d031b5e
* gstreamer.py:
...
Only set an exception once in bus_error_cb.
Was triggered by morituri's checksum test, but only
if multiple tests were run - got the same bus error
twice.
2012-11-18 13:06:59 +00:00
Thomas Vander Stichele
903fade567
simplify logic; log bus error cb
2012-11-18 13:04:37 +00:00
Thomas Vander Stichele
ad1d9cb28a
use a logging task runner
2012-11-18 13:04:16 +00:00
Thomas Vander Stichele
a8371ed541
fix docstring
2012-11-18 13:01:50 +00:00
Thomas Vander Stichele
2a0bc4a8df
make a LogStub class
2012-11-18 12:31:15 +00:00
Thomas Vander Stichele
20adca46fd
fix header
2012-11-18 12:26:13 +00:00
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