@ldxza
Are you sure that the Kvantum plugin you got is using Qt 6 and not Qt 5?

Posts made by jonas
-
RE: Strawberry (Flatpak version) not seeing Kvantum style
-
RE: "Keep running in the background" option doesn't work
Can you start strawberry from the terminal and see if there is a crash on exit, if so do a gdb backtrace:
https://github.com/strawberrymusicplayer/strawberry/wiki/Backtrace -
RE: Can't Play m4a files in Strawberry Music Player
@mandiv
You need faad2 or fdk-aac part of the gstreamer bad plugins. Not all distros include them, you might need to add a 3rdparty repository. -
RE: Strawberry throws GStreamer error when attempting to play WMA under Windows
@kg333
ASF (WMA) audio is part of libav (ffmpeg) which isn't included in the MSVC release, try the MinGW release instead. -
RE: Library support for DSF files
@nitro322 said in Library support for DSF files:
Would it be possible to add library support for DSF files? Strawberry seems to be able to play DSF files via gstreamer just fine, and even read the tags when playing the file:
I wouldn't count on DSD/DSF being added to taglib, the author of the library has made it pretty clear that he does not want to support more audio formats.
It's possible if we use our own code to read DSD/DSF or a static version of taglib, I did that earlier which is why Strawberry was able to read DSD/DSF before. However we lack contributors so I'm not keen on adding it back and maintain the code outside of taglib as I have limited knowledge of the format, there were also too many support requests related to it, many related to distro's not using our static copy of taglib. -
RE: Library support for DSF files
@soulwarriors said in Library support for DSF files:
@nitro322 for version 1.0.4, Strawberry Music Player unable to play DSF files. Not sure why. So, I have downgraded my version to 1.0.1.
There is no difference in code between those versions related to file format support. However, if you are using Windows, the MSVC release does not have DSF/DSD support, because it's through ffmpeg, and it is hard to compile for MSVC, in the last release I switched the default to MSVC, so if you need DSF/DSD support you need to use the MinGW release instead.
-
RE: Native Wayland support
@persco
Strawberry uses Qt so it should be fully wayland compatible.
Make sure you have the qt wayland plugin installed, the files arelibqwayland-generic.so
andlibqwayland-egl.so
, package qt6-wayland. -
Version 1.0.4 released
Bugfixes:
- Fixed use-after-free memory in ALSA PCM device finder.
- Translate global shortcuts.
- (Windows) Fixed registering 0-9 numpad keys in global shortcuts.
Enhancements
- Added save all playlists action.
- (Windows) Made updater support both MSVC and MinGW.
- (Windows) Added HLS support.
Other:
- Removed use of custom font in context.
-
RE: Collection versus "Various Artists"
@kwe
Compilation is a audio tag written to files.
If it is set then the songs will go into Various Artists, but the compilation tag is not the only factor, it can go into Various Artists automatically if more than one artists are detected for a specific album, but it can be manually overridden by the user too. -
RE: Collection versus "Various Artists"
@kwe
Where exactly do you see this "collection" checkbox? -
RE: GStreamer installation is missing a plug-in
@catch22
Does gst-inspect-1.0 show the plugins? -
RE: TIDAL playback stops due to buffering and won't recover
@clayman
You should open a bug report to Arch about it.
libsoup 3 in gstreamer is experimental and not functioning properly yet, refer to this link:
https://gstreamer.freedesktop.org/releases/1.20/ -
RE: xHE-AAC or Exhale Support
@raphaelmsx said in xHE-AAC or Exhale Support:
xHE-AAC
I added fdk-aac (https://en.wikipedia.org/wiki/Fraunhofer_FDK_AAC) recently so it should probably work in 1.0.3 (both the mingw and the msvc version has it).
-
Version 1.0.3 released
Bugfixes:
- Remove slash and backslash from filenames when saving album covers using album directory cover filenames (#903).
- Remove playlist file-extensions from accepted audio file extensions (#909).
- Fixed Qobuz requests only receiving the first 50 albums (#922).
- (Windows|MinGW) Fixed streaming stopping at the end of each track. libsoup downgraded from 3.0 to 2.74.
- (Windows|MSVC) Fixed initial database schema failure caused by CRLF line-endings in schema files.
New features
- Added support for bs2b (Improved headphone listening of stereo audio records using Bauer stereophonic-to-binaural DSP) (#249).
-
RE: TIDAL playback stops due to buffering and won't recover
@clayman
There are issues with libsoup 3. Check that you are using libsoup version 2 and not 3. If you are using Linux it depends whether they have upgraded libsoup to version 3 or not.