-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Drop whipper caching #336
Drop whipper caching #336
Conversation
a2eec4c
to
be954c8
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I love how much code this gets rid of. Seems like it will make the code simpler indeed. One small wording (docstring) change and please also just get rid of the cache_path()
stuff. It's not used anywhere anymore according to git grep
.
I haven't tested this though, just reviewed it "by eye", so it may well break everything. 😂 I'll try and find some time to run a rip using this branch.
be954c8
to
8c918b6
Compare
Regarding to the rip resume thing I think it may work without caching too but the logfile is going to miss some information about the tracks which have been already ripped. 1:
Filename: /path/to/track.flac
Pre-gap length: 00:00:50
Peak level: 0.1234567
Pre-emphasis: No
Extraction speed: 1.2 X
Extraction quality: 100.00 %
Test CRC: 0CFA7ABF
Copy CRC: 0CFA7ABF
AccurateRip v1:
Result: Found, exact match
Confidence: 9
Local CRC: CD2E3B53
Remote CRC: CD2E3B53
AccurateRip v2:
Result: Found, exact match
Confidence: 19
Local CRC: 3D05ABCF
Remote CRC: 3D05ABCF
Status: Copy OK |
18f971c
to
ab4e7f4
Compare
ab4e7f4
to
e8712e5
Compare
1faa9de
to
7009329
Compare
d109a43
to
68d4bb6
Compare
68d4bb6
to
0a9e456
Compare
Rebased (fixed merge conflicts). |
1 similar comment
Rebased (fixed merge conflicts). |
0a9e456
to
8f3c8c4
Compare
Fixed merge conflict. |
faed0a2
to
6c080f6
Compare
Fixed merge conflicts. |
Shall we revive this one? |
6c080f6
to
d4005bd
Compare
It would be cool to see this get merged. 😄 |
d4005bd
to
2755227
Compare
Signed-off-by: JoeLametta <JoeLametta@users.noreply.github.com>
Signed-off-by: JoeLametta <JoeLametta@users.noreply.github.com>
…ng removal) Signed-off-by: JoeLametta <JoeLametta@users.noreply.github.com>
…emoval) Signed-off-by: JoeLametta <JoeLametta@users.noreply.github.com>
Signed-off-by: JoeLametta <JoeLametta@users.noreply.github.com>
Signed-off-by: JoeLametta <JoeLametta@users.noreply.github.com>
2755227
to
7be8ca0
Compare
Whipper's caching implementation causes a few issues (#196, #230, #321 (comment)) and complicates the code: it's better to drop this feature.
This fixes #335, fixes #196 and fixes #230.