Commit Graph

1032 Commits

Author SHA1 Message Date
JoeLametta
8c83c4a4cb Merge logger codebase with morituri-yamllogger's one 2016-08-25 19:28:47 +02:00
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
956701eb87 Update README.md 2016-07-25 10:20:56 +02:00
JoeLametta
c9e281f443 Update .travis.yml 2016-07-25 10:15:16 +02:00
JoeLametta
e1050d56c2 Update README
pyxdg now mentioned.
2016-07-25 10:13:45 +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
Samantha Baldwin
cc898c2751 update README to force python2 2016-07-23 10:52:07 +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
7977fe5429 Update README.md 2016-07-12 15:18:00 +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
2f4546b499 Fix old git branch reference 2016-05-29 17:45:14 +02:00
JoeLametta
5f9981a0c3 Fix logger incorrect HTOA length calculation 2016-05-19 11:40:30 +02:00
JoeLametta
80100964c7 Added --with-pluginsdir to configure script
thomasvs/morituri#150
2016-05-19 11:35:19 +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
17157884c8 Remove python-musicbrainz-ngs
It isn't needed anymore
2016-03-13 12:44:17 +01:00
JoeLametta
a79f09b95c Fix logger string spacing
Just a missing space...
2016-02-08 00:10:09 +01:00
JoeLametta
8465e0f4ff Merge pull request #20 from chadberg/master
Resolve case where _peakdB is None
2016-02-02 22:59:58 +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
43f823546b Update README.md 2016-01-13 21:33:37 +01: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
JoeLametta
89f3ba3e55 Merge pull request #12 from JoeLametta/musicbrainz-update
Remove old musicbrainz dependency
2015-12-12 20:40:53 +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
2ced9d43c6 Merge pull request #10 from JoeLametta/travis-build-fix
Travis build fix
2015-12-12 11:27:05 +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
Alexei
a8f69e20b9 Made all branches build using travis for more convenient testing of feature branches 2015-12-11 20:34:02 -08:00
Alexei
7cdb967b6f Added python-dev 2015-12-11 20:31:35 -08:00
JoeLametta
5f52ae6eaa Update .travis.yml & README.md 2015-12-12 00:45:31 +01:00
JoeLametta
a5d8fcc114 Merge pull request #6 from JoeLametta/fork
Fork
2015-12-12 00:39:41 +01:00
JoeLametta
038535b3b0 Update README.md 'running uninstalled' 2015-12-09 09:36:27 +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
dceb10f410 Update 'README.md' 2015-11-29 16:46:46 +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