-
Notifications
You must be signed in to change notification settings - Fork 50
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
Code to extract track title and timestamp is not perfect on tracks with dashes #49
Comments
Hey @nicolaasjan I have made some changes to the code and this is what is returned now:
Please let me know if this is good for you. There are still some edge cases, like if your |
Much better. Thanks! Had to omit the track numbers from Also better that all is now handled in the virtual environment, so that it doesn't interfere with my own yt-dlp version. 😀️ |
@nicolaasjan Yep, you can now |
Shouldn't there be |
As reported by @nicolaasjan in #22
This is the relevant code : https://github.com/crisbal/album-splitter/blob/master/album_splitter/parse_tracks.py#L39
Work to be done:
The text was updated successfully, but these errors were encountered: