• Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Strawberry Music Player Forums
    2. Feature Suggestions
    Log in to post
    Load new posts
    • Recently Replied
    • Recently Created
    • Most Posts
    • Most Votes
    • Most Views
    • M

      Numeric spinner for volume control

      • • memo dominguez
      1
      0
      Votes
      1
      Posts
      153
      Views

      No one has replied

    • M

      Repeat option for Artist or Genre

      • • memo dominguez
      1
      0
      Votes
      1
      Posts
      110
      Views

      No one has replied

    • wimpersW

      Supress error messages?

      • • wimpers
      1
      0
      Votes
      1
      Posts
      133
      Views

      No one has replied

    • W

      Partial Qobuz library refresh

      • • WildPenguin
      3
      0
      Votes
      3
      Posts
      269
      Views

      jonasJ

      @WildPenguin
      What version of Strawberry is this with?

    • R

      Accidentally deleting smart playlists

      • • rajm
      5
      1
      Votes
      5
      Posts
      503
      Views

      T

      @rlkeeney I donโ€™t see how that may help. ๐Ÿค”

      @rajm It also happened to me some time ago. I recreated them looking at the conditions used here:

      https://github.com/strawberrymusicplayer/strawberry/blob/master/src/smartplaylists/smartplaylistsmodel.cpp

      Cheers.

    • K

      "Intelligent playlist" aka "Search similar song to the current one and add to playlist" with last.fm API

      • • Kolai
      2
      0
      Votes
      2
      Posts
      380
      Views

      K

      I got information that ListenBrainz is working on something that could be used for that as well. See https://github.com/metabrainz/troi-recommendation-playground
      ListenBrainz is from MetaBrainz, the head of MusicBrainz (with picard and so on).

      (I was not able to edit my first post)

    • D

      Shuffle/repeat settings should be per-playlist

      • • deekinblooze
      3
      3
      Votes
      3
      Posts
      258
      Views

      A

      I once suggested shuffle settings per playlist in an issue topic.
      Still think it would be nice to have!

    • P

      Syncing the playlists to disk

      • • petko10
      4
      6
      Votes
      4
      Posts
      491
      Views

      A

      That would be a very useful feature for me!
      Also it would help to solve the problem I had in: https://github.com/strawberrymusicplayer/strawberry/issues/1403

      I think it would be nice if you could select the playlists you want to be saved. Like right click on the playlist tab -> Automatically save to file.

    • L

      Tidal MQA decryption

      • • lolwm
      1
      0
      Votes
      1
      Posts
      150
      Views

      No one has replied

    • L

      Multiple field sorting on smart playlists

      • • leighsmith
      1
      1
      Votes
      1
      Posts
      152
      Views

      No one has replied

    • O

      Key Column missing

      • • Otti1982
      1
      0
      Votes
      1
      Posts
      174
      Views

      No one has replied

    • D

      Power management control using inhibit session idling

      • • demux
      1
      0
      Votes
      1
      Posts
      171
      Views

      No one has replied

    • D

      QOA file format support

      • • denisroy
      1
      0
      Votes
      1
      Posts
      110
      Views

      No one has replied

    • H

      Remote control option? Use my Android phone to control the app

      • • homebrewdude
      11
      1
      Votes
      11
      Posts
      4.8k
      Views

      O

      @jonas

      I know this is an old thread, but I just installed KDE connect on Linux Mint and Android, and it works perfect for what I need.

      I have control of pause, play, fast-forward or reverse, previous or next song and shuffle on or off. That is all I need.

      Thanks,
      Gerry

    • H

      Synchronize play metadata with subsonic

      • • harold
      1
      0
      Votes
      1
      Posts
      229
      Views

      No one has replied

    • A

      Shortcut(s) for "Increment playcount" in the context menu for the selected items in the playlist.

      • • apistoletov
      1
      0
      Votes
      1
      Posts
      161
      Views

      No one has replied

    • J

      yt-dlp support

      • • Jameluke
      2
      2
      Votes
      2
      Posts
      327
      Views

      M

      i also want this feature

    • A

      Put strawberries in the tabbar

      • • arno
      11
      1
      Votes
      11
      Posts
      789
      Views

      A

      @jonas nice one, I think it looks pretty good

      c4ce4b62-b2b3-423c-9119-d72fc2e1c9ec-image.png

    • A

      Remove duplicate SomaFM entries

      • • arno
      2
      0
      Votes
      2
      Posts
      150
      Views

      A

      @arno I fixed this by changing the area around line 113 in somafmservice.cpp

      ... RadioChannel channel; QString quality = obj_playlist["quality"].toString(); QString format = obj_playlist["format"].toString(); if ((quality != "highest") || (format != "aac")) continue; channel.source = source_; channel.name = name; ...

      And then refreshing the channel list in Strawberry

      I also removed the lines

      if (obj_playlist.contains("format")) { channel.name.append(" " + obj_playlist["format"].toString().toUpper()); }

      Unfortunately the github version doesn't respect the "use system icons" rule so now I'm recompiling from the Debian source version

      I posted a patch file here
      https://github.com/orgs/strawberrymusicplayer/discussions/1419#discussioncomment-9065392

    • D

      Stop after this track for Queue

      • • deekinblooze
      3
      0
      Votes
      3
      Posts
      324
      Views

      D

      @CherryStraw Thanks for the response. Of course I know that I can do "stop after this track" if I do it in the playlist. If I didn't know that, I wouldn't know that this feature existed at all, but I have explained above that it is one of my favorite features ๐Ÿ˜

      My point in this post is that it would be good to have that feature accessible from the Queue also, not only from the playlist. Sometimes the playlist might be very long, and scrolling or searching to find the song to stop on would be troublesome. It would be much more convenient to be able to interact only with the Queue... telling it "stop playing when the queue is empty". This seems very natural to me.

    Powered by NodeBB | Contributors