Thomas Vander Stichele
1ed2f64f2a
error out nicely when debug resultcache cue has no arg
2014-07-15 22:54:49 -04:00
Thomas Vander Stichele
87a424c03a
Make rip debug encode use the extension from profile by default
2013-11-23 16:57:33 -05:00
Thomas Vander Stichele
ff4e01fca3
fix another pychecker warning that was actually pointing out a bug
2013-11-23 15:54:52 -05:00
Thomas Vander Stichele
2a2586f56f
allow all profiles, including lossy
2013-11-23 15:49:58 -05:00
Thomas Vander Stichele
afd638fa4b
add debug resultcache cue command
...
to output a cue from a cached result
2013-08-25 17:18:04 +02:00
Thomas Vander Stichele
6c842eb19e
add doc; make sure we record with rip debug musicbrainzngs
2013-07-30 12:34:50 +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
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
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
Thomas Vander Stichele
a692542307
debug and cleanup
2013-02-26 23:12:16 +01:00
Thomas Vander Stichele
b08357010e
store catalog number and barcode in discmetadata
2013-02-05 19:42:36 +01:00
Thomas Vander Stichele
cf8f505d82
* morituri/common/musicbrainzngs.py:
...
* morituri/rip/debug.py:
Also store releaseType for disc metadata.
2012-12-22 18:17:05 +00:00
Thomas Vander Stichele
326caa84a8
* morituri/rip/debug.py:
...
Add rip debug tag to debug reading tags.
2012-12-06 17:16:41 +00:00
Thomas Vander Stichele
2b8d605b74
* morituri/rip/debug.py:
...
add rip debug resultcache log command to generate a log
based on a cached result.
2012-12-02 17:55:43 +00:00
Thomas Vander Stichele
306e6f2ad7
* morituri/common/cache.py:
...
* morituri/rip/debug.py:
* morituri/test/test_common_cache.py:
Add rip debug resultcache list to list cached results.
2012-12-02 17:27:15 +00:00
Thomas Vander Stichele
0fab4515c6
pep8 fixes
2012-11-11 23:00:37 +00:00
Thomas Vander Stichele
e4cbc33583
pep8 fixes
2012-11-11 22:39:13 +00:00
Thomas Vander Stichele
6c50b72853
* morituri/rip/debug.py:
...
Add encode debug.
2012-07-12 09:12:13 +00:00
Thomas Vander Stichele
7f19859542
* morituri/rip/debug.py:
...
Properly write utf-8 encoded strings to stdout.
2012-01-22 18:55:59 +00:00
Thomas Vander Stichele
5e2f501e5e
* morituri/rip/debug.py:
...
Remove musicbrainz command.
2011-10-29 14:58:05 +00:00
Thomas Vander Stichele
83d212a20e
* morituri/rip/debug.py:
...
* morituri/common/musicbrainzngs.py (added):
Rewrite using python-musicbrainz-ngs.
Add rip debug musicbrainzngs command for testing,
seems to work on Weezer - Blue Album - disc 2
2011-10-19 22:37:37 +00:00
Thomas Vander Stichele
131535cde5
* morituri/common/musicbrainz.py:
...
* morituri/rip/debug.py:
Doc/output fixes.
2011-10-19 18:45:22 +00:00
Thomas Vander Stichele
3c669a4f29
* morituri/rip/debug.py:
...
Adapt to splitup.
2011-10-19 18:42:34 +00:00
Thomas Vander Stichele
fa1fba9bc2
* morituri/rip/debug.py:
...
Add rip debug musicbrainz command to look up information on
disc id's.
2011-10-19 18:15:42 +00:00
Thomas Vander Stichele
e60b6d8441
* morituri/common/program.py:
...
* morituri/rip/debug.py:
Pychecker fixes.
2011-08-14 14:20:06 +00:00
Thomas Vander Stichele
3093d50986
* morituri/rip/debug.py:
...
Add checksum task for debugging.
2011-08-06 12:26:04 +00:00
Thomas Vander Stichele
798a209195
* morituri/extern/task (added):
...
* morituri/extern/task/taskgtk.py (added):
* morituri/extern/task/gstreamer.py (added):
* morituri/extern/task/task.py (added):
* morituri/common/taskgtk.py (deleted):
* morituri/common/gstreamer.py (deleted):
* morituri/common/task.py (deleted):
Move task-related modules into an extern directory so other
projects can use them.
* morituri/common/checksum.py:
* morituri/common/encode.py:
* morituri/image/image.py:
* morituri/program/cdparanoia.py:
* morituri/program/cdrdao.py:
* morituri/rip/cd.py:
* morituri/rip/debug.py:
* morituri/rip/image.py:
* morituri/rip/main.py:
* morituri/rip/offset.py:
* morituri/test/test_common_checksum.py:
* morituri/test/test_common_encode.py:
* morituri/test/test_image_image.py:
Adapt. Tests work.
2011-08-05 18:50:51 +00:00
Thomas Vander Stichele
9a6af593f8
* morituri/rip/Makefile.am:
...
* morituri/rip/main.py:
* morituri/rip/debug.py (added):
Add helper command to debug tasks.
* morituri/common/encode.py:
Add debug.
2011-05-24 16:30:41 +00:00