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
f564aec3e3
* misc/pep8.py (added):
...
* Makefile.am:
Add pep8 target.
2012-11-10 21:45:35 +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
Thomas Vander Stichele
12833ba67b
* morituri/result/logger.py:
...
Fix logging of AR data
2012-06-24 12:56:59 +00:00
Thomas Vander Stichele
8a7a69a361
* morituri/common/program.py:
...
Tell us which track is not in the db.
2012-06-24 12:56:37 +00:00
Thomas Vander Stichele
a5cd47d44c
* morituri/common/musicbrainzngs.py:
...
Handle multiple artists correctly.
2012-04-01 20:42:46 +00:00
Thomas Vander Stichele
9bf5892dbd
patch by: Christophe Fergeau <cfergeau@redhat.com)
...
* morituri/common/program.py:
When morituri finds multiple matches for a given release, it only
keeps the releases whose length are the closest to the CD being
ripped.
However, this currently interacts badly with the --release-id
parameter because this duration filtering is done before trying to
do the release-id matching. The release that the user has specified
may have been removed from the potential matches by the time the
release
id match is tried.
This commit removes the duration filtering when the user explicitly
specified a release id. I've observed this bug with the first disc
of The Wall (Experience Edition) by the Pink Floyd.
Fixes #91 .
2012-04-01 20:41:55 +00:00
Thomas Vander Stichele
93f033dfca
patch by: Christophe Fergeau <cfergeau@redhat.com)
...
* morituri/common/program.py:
When --release-id is used, we are not making guesses based on the
CD lengths, so the message saying that we picked the closest match
in duration, which can still trigger, is inappropriate.
2012-04-01 20:40:21 +00:00
Thomas Vander Stichele
f1b827d6c5
add debug
2012-01-23 21:11:03 +00:00
Thomas Vander Stichele
c4e170daad
* TODO:
...
* morituri/common/program.py:
* morituri/rip/cd.py:
Add rip cd rip --release-id as an option to select the exact
release this disc is a part of.
Fixes Radiohead - Pablo Honey and U2 - Achtung Baby
2012-01-23 10:09:24 +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
ca15509e92
add TODO
2012-01-22 11:01:27 +00:00
Thomas Vander Stichele
69a1e731a3
* morituri/common/program.py:
...
Actually return the result from verifyTrack.
Debug the cache loading some more. Make a note for a TODO.
2012-01-22 11:00:55 +00:00
Thomas Vander Stichele
61a5d2432f
* morituri/common/musicbrainzngs.py:
...
Get the artist credit for a track/album; Fixes Gorky - Gorky.
2012-01-21 18:05:26 +00:00
Thomas Vander Stichele
a8a7a33b0a
* morituri/common/checksum.py:
...
* morituri/common/program.py:
Fix/add logging.
2012-01-21 18:04:41 +00:00
Thomas Vander Stichele
96b4605a33
add a TODO
2012-01-21 18:04:20 +00:00
Thomas Vander Stichele
e617d40b47
* morituri.spec.in:
...
Spec fix.
* morituri/image/image.py:
Log fix.
2012-01-21 18:04:00 +00:00
Thomas Vander Stichele
5e2f501e5e
* morituri/rip/debug.py:
...
Remove musicbrainz command.
2011-10-29 14:58:05 +00:00