Commit Graph

811 Commits

Author SHA1 Message Date
JoeLametta
84c2d2439c Commented out broken tests 2016-08-17 00:30:21 +02:00
JoeLametta
52181a92a4 Logger PEP8 fix
E122 continuation line missing indentation or outdented
2016-07-27 14:46:19 +02:00
JoeLametta
ae3d4da2e5 Really fix 9099da2
Too many parentheses: I got confused
This one should finally solve:

```python
TypeError: unsupported operand type(s) for %: 'NoneType' and 'tuple'
```
2016-07-27 12:09:16 +02:00
JoeLametta
578b657b0c Revert "Address issue #23"
This reverts commit 71422bd96b.
2016-07-24 22:47:04 +02:00
Samantha Baldwin
b97e0a72e3 PRE_EMPHASIS (#27)
* update README to force python2

* add support for PRE_EMPHASIS detection; mark pre-emphasis as FLAGS PRE in .cue

* correct typo, s/ivar/type/ for pre_emphasis element in track table
2016-07-24 22:43:29 +02:00
JoeLametta
71422bd96b Address issue #23
Should work.
In the future this commit could be improved providing a way to override
pycdio hard dependency (command line argument).
2016-07-23 11:47:10 +02:00
JoeLametta
9099da2ace Fix previous commit
Hopefully this one fixes a privately reported regression introduced
with the previous commit.

```python
TypeError: unsupported operand type(s) for %: 'NoneType' and 'tuple'
```
2016-07-22 16:41:44 +02:00
JoeLametta
c801e88c5a Logger: log layout restructuring 2016-07-06 17:33:52 +02:00
JoeLametta
f1e080b7af Logger cosmetic fixes (again)
Missing line break, consistent AccurateRip summary result output.
2016-07-04 10:13:41 +02:00
JoeLametta
1a9f78e160 Logger cosmetic fixes 2016-07-01 11:29:00 +02:00
JoeLametta
0a142036ef Improve musicbrainzngs' results handling
Changes:

* whipper is now capable of handling musicbrainzngs’ bad server
responses (it throws an exception).
* whipper is now aware of musicbrainzngs’ possible “cdstub” response
and should handle it fine (ignoring the result because the informations
received are incomplete e/o unverified).

This commit should fix JoeLametta/whipper#22
2016-06-14 22:42:09 +02:00
JoeLametta
ae1b0b3213 whatlogger recent commits + include rip overread status into log
* Avoid including AccurateRip result for HTOA (corrected)
* Pedantic fix
* Check (and mention in the logfile) if the rip was done with the
`--force-overread` (or `-x`) switch enabled
2016-06-08 14:32:01 +02:00
JoeLametta
9c0a4016e4 Remove logger unnecessary function
Use the reference one provided by morituri
2016-05-30 09:59:59 +02:00
JoeLametta
5f9981a0c3 Fix logger incorrect HTOA length calculation 2016-05-19 11:40:30 +02:00
JoeLametta
98cf7388a6 Updated logger module
This is just a copy & paste of morituri-whatlogger’s one.
2016-04-23 15:12:51 +02:00
JoeLametta
a79f09b95c Fix logger string spacing
Just a missing space...
2016-02-08 00:10:09 +01:00
Chad Bergeron
8ff28da4fc clean up unnecessary return. 2016-02-02 16:24:24 -05:00
Chad Bergeron
0da064fe97 Modified str outputs and ensured that tracks with no peakdB set trackResult.peak to a float. 2016-02-02 16:14:26 -05:00
Chad Bergeron
219e6f509f Cast peak into a float for cases where it isn't (e.g. when HTOA generates a peak of 0) 2016-02-02 13:39:54 -05:00
JoeLametta
bccdd80063 Fix rip cd info
This is a temporary solution which solves the issue but, in the future,
it should be improved.
2016-01-13 21:14:09 +01:00
JoeLametta
29bcd70b2b Fix musicbrainz-update branch merged pull request
Hopefully this commit fixes JoeLametta/whipper#16
2016-01-12 15:03:48 +01:00
Alexei
2a3d2bb70f Removed dead link 2015-12-12 11:08:50 -08:00
Alexei
66e2f3f45b Removed bad make lines 2015-12-12 11:00:06 -08:00
Alexei
8f2158f26a Fixed more references 2015-12-12 10:51:22 -08:00
Alexei
c7b8f95323 Removed mentions of old musicbrainz ngs directory 2015-12-12 10:45:49 -08:00
JoeLametta
cd1505cb96 Update tests according to Travis CI 2015-12-12 11:42:45 +01:00
JoeLametta
3eb22ca1f5 Update two tests
Fix the two new tests failing because of
JoeLametta/whipper@ed4c9f4ece

JoeLametta/whipper#8
2015-12-12 11:13:24 +01:00
JoeLametta
ed4c9f4ece Convert 'Morituri' to 'morituri' (cue sheet)
The ripper name in the log file is written all lowercase: do the same
in the cue sheet too.
Short cosmetic fixes for 'logger.py'
2015-11-30 13:26:04 +01:00
JoeLametta
1d046c60f7 Fix overread patch
With my previous overread patch, the command `rip offset find` made
morituri fail: hopefully this one completely solves the issue.
2015-11-29 21:11:52 +01:00
JoeLametta
c41d51153f Change default logger to 'morituri-whatlogger' 2015-11-29 16:31:15 +01:00
JoeLametta
ace8d5ac22 Improve morituri configuration handling, help
thomasvs/morituri#141
2015-11-29 16:28:06 +01:00
JoeLametta
735596c401 Improve MusicBrainz results filtering
thomasvs/morituri#140
2015-11-29 16:26:49 +01:00
JoeLametta
9ade743d63 Various short bugfixes
thomasvs/morituri#139
2015-11-29 16:25:38 +01:00
JoeLametta
c29da6cb97 Add experimental overread support (lead-out)
thomasvs/morituri#137
2015-11-29 16:24:16 +01:00
JoeLametta
ede51f117a encode to final path+'.part' instead of a temp file
thomasvs/morituri#109
2015-11-29 16:20:49 +01:00
JoeLametta
d83e2fe696 use offset when caching TOC info
thomasvs/morituri#92
2015-11-29 16:19:53 +01:00
JoeLametta
468d6cbaf6 don't keep short HTOA's if their peak level is low
thomasvs/morituri#79
2015-11-29 16:18:24 +01:00
JoeLametta
4bfbc9071d Make clearer what pycdio is needed for
Completely addresses thomasvs/morituri#96.
2015-09-05 17:43:58 +02:00
Frederik "Freso" S. Olesen
7bf7554e8c Resolve musicbrainz.org/doc/ redirect. 2014-11-02 11:18:35 +01:00
Frederik "Freso" S. Olesen
d81dd339c1 Resolve musicbrainz.org/{bare/cdlookup.html -> cdtoc/attach} redirect. 2014-11-02 11:17:51 +01:00
Frederik "Freso" S. Olesen
926ce46c8d Use HTTPS for musicbrainz.org. 2014-11-02 03:03:13 +01:00
Frederik "Freso" S. Olesen
f08d0a28ca Remove traces of mm.musicbrainz.org.
See
http://chatlogs.musicbrainz.org/musicbrainz-devel/2014/2014-11/2014-11-02.html#T01-18-50-32205
2014-11-02 03:01:38 +01:00
Thomas Vander Stichele
01f07c5ad9 make sure rip cd rip -U works 2014-10-05 16:40:59 -04:00
Thomas Vander Stichele
16ec35cf2f update release notes; include missing file for test 2014-07-15 23:15:57 -04:00
Thomas Vander Stichele
1ed2f64f2a error out nicely when debug resultcache cue has no arg 2014-07-15 22:54:49 -04:00
thomasvs
222d0b19fc Merge pull request #68 from jtaprogge/retag
Also show the MusicBrainz lookup ID when retagging.
2014-06-29 17:24:34 -04:00
thomasvs
b54b589857 Merge pull request #77 from Freso/add-discid-tag
Save MusicBrainz DiscID to tags.
2014-06-29 17:23:41 -04:00
Thomas Vander Stichele
03ef5c2a40 fix up another wrong config call 2014-05-27 17:24:30 -04:00
Thomas Vander Stichele
5142991c0c fix one more test 2014-05-26 15:56:46 -04:00
Thomas Vander Stichele
5b0ca8526d read cue and substitute current version to make tests pass 2014-05-26 15:39:58 -04:00