Andreas Oberritter
ab95715efc
accuraterip-checksum: convert to python C extension
...
* calculate v1 and v2 checksums at once
* let libsndfile handle both WAV and FLAC
Signed-off-by: Andreas Oberritter <obi@saftware.de >
2019-09-09 20:37:50 +02:00
JoeLametta
e7bfc34c0e
Rename 'throwaway' variables to single underscore
...
Also removed unused ones
2019-02-02 19:19:49 +01:00
JoeLametta
a4f654a3f3
Fix logger statements having multiple arguments
...
Some of the instructions have been rendered invalid during the conversion to logger statements...
Also performed various stylistic fixes
2018-12-14 14:21:56 +00:00
JoeLametta
c377417108
Replace sys.std{out,err} statements with logger/print calls ( #331 )
...
* Change global default log level to 'INFO'
We're going to increase our usage of logger statements instead of print instructions (where deemed opportune).
* Replace sys.std{out,err} statements with logger/print calls
Fixes #303 .
2018-12-13 20:21:26 +00:00
JoeLametta
0f67bc4a96
Remove unneeded brackets in print statements
2018-05-08 18:39:08 +02:00
JoeLametta
7dff041362
Replace filter calls with list comprehensions
2018-05-08 18:39:08 +02:00
JoeLametta
4280dbfafc
Convert except X, T to except X as T
2018-05-08 18:39:08 +02:00
JoeLametta
44ece38740
In Python 3 print is a function
2018-05-08 18:39:08 +02:00
Samantha Baldwin
09de58852e
Revert "Convert docstrings to reStructuredText"
...
This reverts commit 3b1bd242d0 .
2018-03-02 16:47:12 -05:00
JoeLametta
3b1bd242d0
Convert docstrings to reStructuredText
...
This commit also includes:
- whitespace / code formatting fixes
- slight syntax related changes: except <exception_name>, e -> except <exception_name> as e
- 3 pointless instructions instances have been rewritten [sorted] (spotted by semi-automatic check)
The unrelated changes shouldn't have any real impact on whipper's behaviour.
2018-01-12 11:42:24 +01:00
Samantha Baldwin
94b9a1bbf6
fix image verify:
...
- accurip.py: raise exception if accuraterip db entry not found
- program.py: verify image with only one table, remove redundant check
2017-09-10 22:35:10 -04:00
Samantha Baldwin
4126ec5d2f
command/accurip: use new accurip module
2017-09-07 14:50:05 -04:00
Samantha Baldwin
83729ef7f3
deflake, remove morituri hack, more error handling
2017-09-04 21:55:05 -04:00
Samantha Baldwin
bfa0308880
AccurateRip V2 support
...
- output path no longer has fallbacks
- refactor accuraterip cache
- use requests to download accuraterip entries
- add tests for accuraterip functionality
- remove gobject support from accuraterip-checksum calculation
- default track template now includes extension
- begin to remove support for continuing rip
- begin to use print instead of sys.stdout.write() throughout
2017-09-04 21:26:34 -04:00
Frederik “Freso” S. Olesen
a20c25258d
Remove "Morituri - for those about to RIP" lines.
2017-04-26 23:08:50 +02:00
Frederik “Freso” S. Olesen
ff309e468c
Rename "morituri" module to "whipper".
...
Fixes https://github.com/JoeLametta/whipper/issues/100
2017-04-26 23:08:28 +02:00