Given the imminent end-of-life for Python 2, I didn't bother making the codebase compatible with both. Signed-off-by: Drew DeVault <sir@cmpwn.com>
6 lines
140 B
Python
6 lines
140 B
Python
import accuraterip
|
|
|
|
|
|
def accuraterip_checksum(f, track_number, total_tracks):
|
|
return accuraterip.compute(f, track_number, total_tracks)
|