-
Notifications
You must be signed in to change notification settings - Fork 203
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
Cannot play .ogg files on macOS #815
Comments
Thank you for the report! I am primarily using macOS, and I did not see this bug, so that's weird. Can you click on view -> open developer tools -> console, then try playing a track again and take a screenshot of the console? |
Thank you, can you also try uninstalling the cask, then installing the dmg from the website and tell me if that happens too? I do not maintain the cask myself, so there might have been an issue here. If that still does not work, can you tell me where your music is? (Same drive, on a network drive, etc?) |
I uninstalled the cask and I installed the .dmg from your website, same issue, same console output. My music is on my Macintosh HD disk, so same drive as everything else. |
Thank you very much! That's really weird and I'm sorry for this. I will try to reproduce it on my machine. I can also provide an audio fallback option in the settings (I use it for Linux playback) which I think should solve the issue, but I may ask you to test it with a beta release first if you have time to help :) |
Okay, send me this setting option, and also send me a link to the beta version and I'll try to install it on my Macbook Air. |
As a test, I downgraded back to 0.13.1 and my music collection plays. |
Yep this is intended, 0.13.1 was fairly stable, but 0.20 has seen a full backend rewrite, which may bring some unintentional side effects, but I fairly tested it on all platforms. I will work on exposing an alternative playback method, but ideally, I would solve it at the root, but I don't understand what could be going wrong (I have the exact same setup as you). |
Thanks man! |
Ok, could you try with this binary: https://drive.google.com/file/d/1ZE6xJO0oF7hUITGbIOTvWM9_RZLdgkLt/view?usp=drive_link Try first again with the console open and send screenshot of the error you see here. Then go to settings -> audio -> enable blob playback mode, try again and see if it works :) Thank you! |
Tested it out, it doesn't work, clicking on tracks doesn't play. Here's the console output:
|
ooooh, that's interesting, let me try something else, new binary is building which will hopefully help debug this. |
I couldn't implement those settings because I couldn't find them actually. |
This was not Museeks 0.20 (the beta binary) ;) This was 0.13 |
It's 0.20.1. I checked it. |
This new screenshot is indeed. Check in the audio settings ;) |
Well of course it's not working because I have made a stupid typo, here's a newer build. Thank you so much for helping debug this. Don't forget to try both playback mode! :) https://drive.google.com/file/d/1gSN08cRa7NV4S_iir8jPCUmMNqMeFb36/view?usp=drive_link |
Version 0.20.1 (20250104.224424) Still not working. Here's the console log:
Here's the console log where Audio Blob Playback is disabled:
|
I have to eat breakfast and head in for work now, I'll continue testing this when I get back later, thanks. |
Could you share some of those |
I may have found the issue, but I will need to confirm it with a file. Museeks 0.20 uses Safari webview instead of bundling and using Chrome's, like in the previous version. Problem is, ogg has only partial support in Safari:
https://caniuse.com/?search=ogg If this is the case, it's bad. I will need to do research on how to decode those files manually. |
Okay. It's in a zip file because Github doesn't support .ogg files, which is weird since .ogg has been around for more than a decade at this point lol. |
I can confirm this is because of I think this is something worth investigating more, and I will play with In the meantime, I don't really have a workaround, except suggesting a rollback to 0.13 or converting |
Thanks for all of this. I'll just rollback to 0.13. Converting all 3905 oggs to another format isn't a chore I'd like to do again lol. Back in 2010, I converted all of my mp3 to ogg because I was running out of disk space, I only had 120GB HDD back in the day. My overall mp3 collection size was 16GB, and I had 14GB disk space left, so after researching, I found ogg format and converted all of my mp3, and it reduced my music collection to 8GB instead of 16GB and my disk space became 22GB, still not great, but better than 14GB. |
I'm running Museeks Version 0.20.1 (20250102.162553) on MacOS 15.2, installed via Homebrew with the following command:
brew install --no-quarantine --cask museeks
I'm unable to play my music library on Museeks, I'm getting this error message:
This issue only happened yesterday when I updated my Homebrew applications, which included Museeks, with the following command:
brew update && brew upgrade --no-quarantine
On the previous version of Museeks, this wasn't an issue, so this is a bug on the new version of Museeks, and this isn't an issue with MacOS either, because I tested other music players, like VLC, and my music collection runs okay there, but not on Museeks.
Included in this bug report is a screenshot of the bug:
The text was updated successfully, but these errors were encountered: