-
Notifications
You must be signed in to change notification settings - Fork 110
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Playback randomly interrupted on Apple Music #250
Comments
Would be interesting to see if this differs between a track downloaded with bandcamp-dl and the original (when a free download option is available) |
I will try to investigate and report back. As I said, this may take some time because it requires actually listen to entire tracks start to finish. This is just a hunch, but I feel like the albums that I downloaded (via |
I've listened to one album start to finish, that was downloaded via In the next step, for an album where the bug does occur, I will download it several times via |
I can confirm now, that the bug is NOT consistent across downloads. I think this will be impossible to pin down. |
Would be handy if you had two separate album copies (or at least a track) proven to have the issue so I can compare them on a deeper level. (Obviously of something available for free to avoid issues sending files) Because if for example the file is somehow getting molested the hash will change, and I can't be sure offhand but the file hashes may be somewhere in the pagedata to compare it to during the download process (so if it doesn't match, redownload) Though ideally I would like to find out if files are getting corrupted somewhere. |
I do, however only for paid tracks. Free ones seem to work so far. |
Describe the bug
Audio tracks cut short during playback with Apple Music.
Playing back a track will skip to the end at a specific, consistent part of the track.
To Reproduce
Download any album with
bandcamp-dl -fegr URL
and play back with Apple Music.Expected behavior
Audio tracks should play until they are over and randomly skip ahead with any player.
Logs
The download process works fine, no errors or warnings are displayed.
Desktop (please complete the following information):
Additional context
It's a little bit difficult to troubleshoot this, because you need to actually listen to the music. It consistently happens at the same part of an affected track. Notably, if you skip PAST the point where it usually interrupts, it plays back normally.
Even worse, it only happens with Apple Music and not with VLC. Other files that I got from somewhere else playback normally with Apple Music. So it seems to be some interaction between bandcamp-dl and Apple Music.
Perhaps the effort to identify this is not justified, because it does not affect many users. I thought I'd raise the issue anyway, so it's documented.
The text was updated successfully, but these errors were encountered: