• 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
    • R

      Accidentally deleting smart playlists

      • • rajm
      5
      1
      Votes
      5
      Posts
      1.2k
      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
      784
      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
      4
      Votes
      3
      Posts
      703
      Views

      A

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

    • L

      Tidal MQA decryption

      • • lolwm
      1
      0
      Votes
      1
      Posts
      266
      Views

      No one has replied

    • L

      Multiple field sorting on smart playlists

      • • leighsmith
      1
      1
      Votes
      1
      Posts
      663
      Views

      No one has replied

    • O

      Key Column missing

      • • Otti1982
      1
      0
      Votes
      1
      Posts
      371
      Views

      No one has replied

    • D

      Power management control using inhibit session idling

      • • demux
      1
      0
      Votes
      1
      Posts
      541
      Views

      No one has replied

    • D

      QOA file format support

      • • denisroy
      1
      0
      Votes
      1
      Posts
      259
      Views

      No one has replied

    • H

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

      • • homebrewdude
      11
      1
      Votes
      11
      Posts
      7.4k
      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
      1.9k
      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
      392
      Views

      No one has replied

    • J

      yt-dlp support

      • • Jameluke
      2
      2
      Votes
      2
      Posts
      961
      Views

      M

      i also want this feature

    • A

      Remove duplicate SomaFM entries

      • • arno
      2
      0
      Votes
      2
      Posts
      436
      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
      723
      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.

    • spider-marioS

      *Not* ignoring “The” when sorting

      • • spider-mario
      3
      1
      Votes
      3
      Posts
      651
      Views

      jonasJ

      @collapsinghrung
      It doesn't read that tag.
      And no option for this yet.

    • C

      album cover background art - the quality could be improved

      • • collapsinghrung
      5
      0
      Votes
      5
      Posts
      1.5k
      Views

      C

      It might be worth observing that where the embedded image is smaller, Strawberry seems to display a background image that is restricted by the size of the embedded image - but it isn't the embedded image, it's the Strawberry-backround-image version with lots of pixelation.

    • A

      SoundCloud support

      • • axim705
      3
      1
      Votes
      3
      Posts
      756
      Views

      M

      of what i found strawberrymedia player is based on g streamer and gstreamer support youtubedlp through plugin

    • W

      DSD Support

      • • wendigojb
      1
      1
      Votes
      1
      Posts
      648
      Views

      No one has replied

    • J

      button to shuffle whole curent playlist

      • • jms
      3
      1
      Votes
      3
      Posts
      1.1k
      Views

      J

      @smeatheringham
      not the same behaviour (or I misunderstood you)
      this way
      I can see what has been played.
      I can see what will be played

    • J

      Scheduled playback & party mode

      • • joshhansen
      1
      0
      Votes
      1
      Posts
      354
      Views

      No one has replied

    Powered by NodeBB | Contributors