Navigation

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. jonas
    3. Posts
    • Profile
    • Following 0
    • Followers 3
    • Topics 39
    • Posts 416
    • Best 44
    • Groups 1

    Posts made by jonas

    • RE: Strawberry (Flatpak version) not seeing Kvantum style

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

      posted in Technical Help
      jonas
      jonas
    • RE: "Keep running in the background" option doesn't work

      @deresient

      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

      posted in Technical Help
      jonas
      jonas
    • 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.

      posted in Technical Help
      jonas
      jonas
    • 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.

      posted in Technical Help
      jonas
      jonas
    • 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.

      posted in Feature Suggestions
      jonas
      jonas
    • 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.

      posted in Feature Suggestions
      jonas
      jonas
    • RE: File Type in Smart Playlist

      @therealgoth
      It's a bug, I've fixed it now https://github.com/strawberrymusicplayer/strawberry/commit/3f3ae7c38fa073078feb9f7ee3c104bfd8b5ad14

      posted in Technical Help
      jonas
      jonas
    • 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 are libqwayland-generic.so and libqwayland-egl.so, package qt6-wayland.

      posted in Technical Help
      jonas
      jonas
    • RE: With the flatpak version of Strawberry Music Player Cannot play .ape (monkey's audio)

      @blofeld
      You need to report this to flatpak https://github.com/flathub/org.strawberrymusicplayer.strawberry

      posted in Comments & Feedback
      jonas
      jonas
    • RE: Meta description on web site

      @hehemrin
      Fixed now

      posted in Comments & Feedback
      jonas
      jonas
    • 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.
      posted in Announcements
      jonas
      jonas
    • 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.

      posted in General Discussion
      jonas
      jonas
    • RE: Collection versus "Various Artists"

      @kwe
      Where exactly do you see this "collection" checkbox?

      posted in General Discussion
      jonas
      jonas
    • RE: GStreamer installation is missing a plug-in

      @catch22
      Does gst-inspect-1.0 show the plugins?

      posted in Technical Help
      jonas
      jonas
    • RE: Error "missing a plug-in" when playing .m3u8 radio stream

      @illustietor
      Try the latest from https://builds.strawberrymusicplayer.org/windows/

      posted in Technical Help
      jonas
      jonas
    • RE: Can't open stream

      @konan
      Try the latest from https://builds.strawberrymusicplayer.org/windows/

      posted in Technical Help
      jonas
      jonas
    • 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/

      posted in Technical Help
      jonas
      jonas
    • 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).

      posted in Technical Help
      jonas
      jonas
    • 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).
      posted in Announcements
      jonas
      jonas
    • 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.

      posted in Technical Help
      jonas
      jonas