JoeLametta
8b5ce57fcd
Definitive fix to getConfig
...
Previous commit was wrong.
2016-10-14 23:46:30 +02:00
JoeLametta
985cf2d288
Fix previous commit
...
Configuration file path was declared but never explicitly created (even when not available).
Should be fixed now.
2016-10-14 23:37:17 +02:00
JoeLametta
746dc6599d
Issue24 ( #42 )
...
* Address issue #24
* Remove getReadCaches() & replace it with getCache()
Now whipper always follows XDG specifications. All changes were documented into the README file.
The changes introduced here aren't backward compatible so, after updating whipper, you may need to configure it again (old config file are retained, though).
2016-10-09 17:26:06 +02:00
JoeLametta
183cd1b397
Remove python-deps leftovers
2016-09-19 11:40:15 +02:00
JoeLametta
67ea220604
Make pycdio dependency not overridable
2016-09-05 17:14:11 +02:00
JoeLametta
3f15dcbd4d
Fix merge conflict
2016-08-28 18:33:21 +02:00
JoeLametta
38810796ba
Remove thomasvs' python-deps ( #31 )
...
* Crude removal of thomasvs' python-deps
* Fix previous commit
2016-08-27 17:33:18 +02:00
JoeLametta
122e22d595
Add support for and include used logger info into whipper's logfile ( #30 )
2016-08-27 17:27:41 +02:00
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
742879ac94
Allow overriding pycdio dependency
...
Keep in mind overriding isn’t the suggested behavior.
2016-07-25 09:56:00 +02:00
JoeLametta
b5c22da76d
Address issue #23
...
Moved to its own branch.
It should work.
In the future this commit could be improved providing a way to override
pycdio hard dependency.
2016-07-24 22:53:26 +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