@chrisc
Only audio files will be filtered.
You need to mount the NAS to a mountpoint.
-
RE: Desktop items not appearing in Files List
-
RE: MacOS Mojave constant crashing.
@yelpspoon
Run strawberry from the terminal to see any output. Open a terminal and type:/Applications/strawberry.app/Contents/MacOS/strawberry
Check that strawberry is enabled/allowed in the accessibility system settings.
-
RE: Complete scan finds only 21,314 of 52,073 files
@yahyah24
Could be unsupported audio filetypes.
It will also skip any directory that is hidden (.dot), or has files named ".nomedia" or ".nomusic". -
RE: Tidal log in issue
Make sure the desktop file is installed, normally it should be:
/usr/share/applications/strawberry.desktop
Make sure that strawberry is installed in PATH, and that it isn't a different version from the one you launch.
sudo find /usr -type f -name 'strawberry'
Make sure the "tidal" URL scheme is correctly registered to strawberry, run the following command in a terminal while strawberry is open:
xdg-open tidal://test
This should add "tidal://test" to the active playlist. If that works, then it means authentication with TIdal should be possible.
If it still doesn't work, then try close firefox and reopen, or set a different web browser as default.
-
RE: Duplicate library entries created after organising.
@choobs
There was a bug when organizing songs and moving between different collection directories, it was duplicating the songs in the database. It is fixed now.
https://github.com/strawberrymusicplayer/strawberry/commit/fb634bc2d41d40e55ecfa23dc39094c007b8e621 -
RE: First run with Qt 6
@llucps I realize it won't work because all the libraries used from homebrew are compiled on Big Sur with no comparability.
-
RE: bluetooth failled
@vonpolak Why is it impossible to use? Do the device appear in Tools / Settings / Backend / Device list?
-
RE: First run with Qt 6
I wonder if I can just build on Big Sur and set CMAKE_OSX_DEPLOYMENT_TARGET to 10.14
https://cmake.org/cmake/help/latest/variable/CMAKE_OSX_DEPLOYMENT_TARGET.html -
RE: First run with Qt 6
@llucps
Yeah, that's why I made different releases for each macOS version now.
The only problem with that is that I can no longer update the sparkle updater, since that would update for those that have Big Sur to the Mojave or Catalina builds. But maybe there is a solution for that I'm not a aware of. -
RE: First run with Qt 6
@llucps
The tagreader worker issue is fixed. The crash is probably the same as reported in https://forum.strawberrymusicplayer.org/topic/131/strawberry-for-macos-big-sur/3
Maybe some of the core libraries on Catalina and Big Sur are not binary compatible.
I don't have Big Sur to test on.
Does it show a backtrace?