• Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Strawberry Music Player Forums
    2. jonas
    3. Posts
    • Profile
    • Following 0
    • Followers 13
    • Topics 101
    • Posts 1,055
    • Best 223
    • Controversial 2
    • Groups 1

    Posts made by jonas

    • RE: 1.2.19 - resetting previous played track history

      @paul2berry
      The played track history (clicking previous track button) will reset if you stop playback, or do you mean it's resetting while still playing?

      posted in Comments & Feedback
      jonasJ
      jonas
    • RE: Strawberry just plain won't work on my Pop OS box.

      @jonarmst_303
      Have you tried adding a directory with audio files to the collection in Tools / Settings / Collection? Does anything show up?

      posted in Technical Help
      jonasJ
      jonas
    • RE: Manually rebuilding playlists using data in strawberry.db

      Did you see https://wiki.strawberrymusicplayer.org/wiki/Database_integrity_check ?
      Check the database for errors first, if you can read it in DB browser it might be possible to recover it.
      See https://sqlite.org/recovery.html

      posted in Technical Help
      jonasJ
      jonas
    • RE: Wiki instructions outdated or omitting steps

      @Krax
      You only need to build gst-rs-plugins from source if it's not already provided by your distro as a package, or you have a version older than 0.14. Most distros should ship the package containing the spotify plugin.
      As for the build issue:
      You are most likely missing the development package for GStreamer, the one containing gstreamer-1.0.pc and .h (development headers).
      I don't know the package names for Solus so you might have to consult them.

      posted in Technical Help
      jonasJ
      jonas
    • RE: Streamed songs from Spotify disable seeking - Is this normal?

      I believe this is normal, seeking isn't supported with Spotify.
      Strawberry mainly has one developer me, so it's not possible for me to reply to everything, there are too many issues to reply to.

      posted in Technical Help
      jonasJ
      jonas
    • RE: How to always display filename in collection

      @redo
      Not currently, but I plan to make it possible to use custom group by levels so this might be available later

      posted in Technical Help
      jonasJ
      jonas
    • RE: Multiple Entries for same artist

      @Ausron46
      Might be some space or different characters in the name.
      Try Tools / Console and enter:

      SELECT distinct albumartist, artist, album from songs where artist like '%ventures%';
      

      See if all the albums under The Ventures shows up, and check if there is a difference in naming, ie.: if there is a space before | album.

      posted in Comments & Feedback
      jonasJ
      jonas
    • Version 1.2.19 released

      Bugfixes:

      • Fixed MPRIS2 Play causing playback to restart if already playing (#1995)
      • Fixed incorrect use beginInsertRows() / endInsertRows() of when adding / removing devices (#2021)
      • Fixed album cover manager save cover to file not working (#2039)
      • Fixed repeat and shuffle button sizes (#1838)
      • Fixed MPRIS2 resetting previous played track history
      • Fixed Qobuz authentication (#2058)

      Enhancements:

      • Rewrote Discord RPC with Qt and removed RapidJSON dependency
      • New grouping shuffle mode
      • Use HTTP POST for AcoustID lookup
      • Write MusicBrainz Track Id when completing tags using MusicBrainz
      • Added rating filter to the collection (#2054)

      Full Changelog: https://github.com/strawberrymusicplayer/strawberry/releases/tag/1.2.19

      macOS and Windows release is available on Patreon (https://www.patreon.com/posts/strawberry-1-2-155927835).

      posted in Announcements
      jonasJ
      jonas
    • RE: Still... Trouble installing GStreamer Spotify plugin

      @Juanma
      I don't have a subscription so I can't test. But maybe Spotify changed something causing it to break.

      Can anyone else confirm if Spotify still works or not?

      posted in Technical Help
      jonasJ
      jonas
    • RE: Requests for a Wiki account

      @str008
      Sent you username and password in private message.

      posted in Wiki
      jonasJ
      jonas
    • RE: Error message, Strawberry hangs but I can restart it after a few minutes, other players seem to work unhindered but I prefer Strawberry's GUI

      @Bluster
      Need more info here.
      What OS, version of strawberry and what audio format?

      posted in Technical Help
      jonasJ
      jonas
    • RE: Renaming files and capital letters

      @LordBagheera
      No sorry

      posted in Comments & Feedback
      jonasJ
      jonas
    • RE: Music Player file size.

      @kdakodiac
      I don't understand what the issue is, do you get an error when adding more songs? What OS and version of strawberry?

      posted in Comments & Feedback
      jonasJ
      jonas
    • RE: Seeking some clarification.

      @firutoddo
      It's pretty much how you explain it, it's up to you how long you subscribe or how often you want to pay for a release.

      posted in General Discussion
      jonasJ
      jonas
    • RE: Is there a way to silence the "click" between tracks?

      @max
      It's not normal, try setting the notifications to disabled under Tools / Settings / notifications, in case the native desktop notifications triggers system sounds.

      posted in Technical Help
      jonasJ
      jonas
    • RE: Error with KDSingleApplication-qt6, Arch compiling from source

      @Kmasx
      Did you try to pass CMAKE_PREFIX_PATH to the directory where KDSingleApplication-qt6Config.cmake is located like the message suggests?

      posted in Technical Help
      jonasJ
      jonas
    • RE: song has skips when on repeat

      @witch
      It's a known bug with FLAC, there is a workaround for it: https://github.com/strawberrymusicplayer/strawberry/issues/1422
      But it should only affect FLAC.

      posted in Technical Help
      jonasJ
      jonas
    • RE: Compile player without streaming services

      @terriz

      You can pass the following to cmake:

      -DENABLE_TIDAL=OFF -DENABLE_QOBUZ=OFF -DENABLE_SPOTIFY=OFF -DENABLE_SUBSONIC=OFF
      
      posted in Technical Help
      jonasJ
      jonas
    • RE: Can't play radio :(

      @kgrass
      It looks like a missing gstreamer plugin, do you have an example for a URL that doesn't work?

      posted in Technical Help
      jonasJ
      jonas
    • RE: Last.fm ignore ignore messages

      @crakila
      There is an option in Tools / Settings / Scrobbler: "Show dialog for errors".

      posted in Technical Help
      jonasJ
      jonas