• Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. Feature Suggestions
    Log in to post
    • Newest to Oldest
    • Oldest to Newest
    • Most Posts
    • Most Votes
    • Most Views
    • davonuk

      Internet Radio or Podcasts?
      • davonuk

      12
      3
      Votes
      12
      Posts
      2724
      Views

      ben2talk

      @totti_777 I just added my Radio to Strawberry... previously, I loaded the contents of the 'Radio' tab and ended up with one or two I liked, but couldn't work out how to 'add radio'.

      So then - as with PyRadio which I usually use - I mostly added those by copying the URL from radio-browser.

      You can do the same job with an m3u playlist:

      #EXTM3U #EXTINF:0,πŸ—« BBC - Radio 4 Extra http://a.files.bbci.co.uk/media/live/manifesto/audio/simulcast/hls/nonuk/sbr_low/ak/bbc_radio_four_extra.m3u8 #EXTINF:0,🎡 101 - Smooth Jazz http://jking.cdnstream1.com/b22139_128mp3

      I save playlists separate from my media players after having lost some in the past - so this works well (and Strawberry is good at getting Lyrics for many stations) so that I removed my alternative GUI radio player.

    • T

      Sleep Timer
      • tomjleo

      4
      4
      Votes
      4
      Posts
      115
      Views

      ben2talk

      @Robbing7423 For a year or so now I used my main desktop for my alarm...

      So maybe I want to play music, or watch some TV and have the computer sleep at 9.30pm and then wake up in the morning to play me a tune for waking up.

      I use KAlarm, but you can schedule any way...

      window_list=$(wmctrl -l | awk '{print $1}') for window in $window_list; do wmctrl -ic "$window" done; amixer set Master 10%; systemctl suspend

      I set the volume because last month, I left my mouse on and the computer woke up at 3am and I got a few noisy notifications.

      Basically, whatever window is open/playing will get closed so that in the morning, it wakes up with a tune which also helps me remember what day it is.

    • S

      Sub-string Searching in the Collection
      • smeatheringham

      4
      0
      Votes
      4
      Posts
      52
      Views

      jonas

      I'm aware of the limitations, as far as I remember it has to do with the sqlite full text search which is used for the collection.
      I plan to get rid of SQL-based search for the collection entirely which means rewriting parts of the collection model and search, which I started on a few years ago, it should get rid of these limitations also. When that is done, the collection search will be similar to the playlist search, search will use a model/proxy and not SQL.

    • J

      Option to sort library according to folder structure on disk (like it's possible with foobar2000)
      • Julez

      1
      0
      Votes
      1
      Posts
      20
      Views

      No one has replied

    • Cqoicebordel

      Show 'BPM' and 'ReplayGain' infos
      • Cqoicebordel

      8
      7
      Votes
      8
      Posts
      393
      Views

      S

      Is BPM still missing? This is key info that music supervisors need in order to use this program.

    • C

      Add support for .webm files (containing an opus audio stream)
      • cedric

      4
      0
      Votes
      4
      Posts
      35
      Views

      P

      @cedric
      You can try
      yt-dlp -x --audio-quality 0 --audio-format flac <URL>

      to download as an audio file

    • M

      Re-implement additional "playing widget" views from Clementine?
      • machinaeZER0

      1
      1
      Votes
      1
      Posts
      38
      Views

      No one has replied

    • Starcross

      Add Podcasts feature from Amarok 2
      • Starcross

      2
      1
      Votes
      2
      Posts
      56
      Views

      CherryStraw

      @Starcross I agree +1

    • M

      Adding cue files instead of audio files when adding a folder to playlist
      • maboroshi

      1
      0
      Votes
      1
      Posts
      33
      Views

      No one has replied

    • C

      Manual File Formats Limits for Synced Devices
      • CharAznableLoNZ

      1
      0
      Votes
      1
      Posts
      60
      Views

      No one has replied

    • H

      Have Windows Strawberry save it's settings in a file instead of the registry
      • HKKKKKKK

      4
      2
      Votes
      4
      Posts
      456
      Views

      H

      @jonas Please take a look at this if you've got the time. Personally, I don't mind rebuilding the DB, so what I'm really interested in is having Strawberry's setings in an .ini file rather than in the registry. I'm no Qt dev by any stretch of the imagination, but I believe it has a relatively simple off-the-shelf way of achieving this:
      https://doc.qt.io/archives/qt-4.8/qsettings.html#details

    • P

      Add a Dark Mode
      • Priyansh2422U

      21
      13
      Votes
      21
      Posts
      4335
      Views

      B

      https://www.qt.io/blog/dark-mode-on-windows-11-with-qt-6.5

      Hallelujah Hallelujah

    • rlkeeney

      Sort Smart Play Lists
      • rlkeeney

      1
      0
      Votes
      1
      Posts
      38
      Views

      No one has replied

    • R

      Composer in cue files
      • rajm

      2
      0
      Votes
      2
      Posts
      40
      Views

      R

      @rajm PR created - feel free to ignore if you think the composer tag is not sufficiently defined meta data, finding definitions of cue files is hard (for me anyway!)

    • ben2talk

      Upping the ante...
      • ben2talk

      1
      0
      Votes
      1
      Posts
      69
      Views

      No one has replied

    • M

      Please make dragging to rate much harder to achieve
      • mrbluebudo

      3
      0
      Votes
      3
      Posts
      49
      Views

      M

      @rlkeeney A preference switch would be a much better option. Wish I'd thoughth of it. πŸ™‚ People who find it useful can keep it on, those who don't can turn it off.

    • M

      New field "Added to Library"
      • mrbluebudo

      1
      0
      Votes
      1
      Posts
      24
      Views

      No one has replied

    • M

      Double click Option - Append Unless Saved Playlist
      • meow

      2
      1
      Votes
      2
      Posts
      31
      Views

      M

      Coming from iTunes, I found this to be the most confusing aspect of the app. Everything's a playlist. Sometimes I just want to play an album without making it a playlist. Problem is, double-clicking anything essentially creates a playlist so, as @meow notes, it will overwrite or add to whatever's in the current list. I've wiped out a number of playlists that way before I figured it out.

      I would love it if the tabs were actually separate and independent views based on the active tab: a "collection view" a "playlist view" and a "smart playlist view"β€”and the views don't affect each other.

      If you're in the Collection view:

      Double clicking displays the song/album/artist in the view window and they become just songs that are playing. Default sort for artist is albums in ascending chronological order Songs within albums sort sequentially by disc Selecting any other song/album/arist doesn't affect anything in the playlist views

      If you're in the playlist view (standard):

      Double clicking a playlist opens it in the "playlist view" and plays it. Appending or replacing songs to a playlist should be a deliberate act; replacing should prompt "are you sure?" Playlists auto-save so there's no need to star anything since it's assumed that creating a playlists means you want it saved. There would be a way to access the collection while in the playlist view to create the playlists.

      If you're in the smart playlist view:

      Double clicking a smart playlist opens it in the "playlist view" and plays it. The edit criteria dialog is accessible and requires a manual save with a prompt if you close without saving (unlike current which doesn't prompt).
    • D

      Send MusicBrainz IDs in ListenBrainz submissions
      • Deliquescence

      22
      2
      Votes
      22
      Posts
      422
      Views

      jonas

      I can confirm that splitting the mbid's by slash and appending them individually to the Json array works. Fixed now (https://github.com/strawberrymusicplayer/strawberry/commit/d9c4720a3ee776dde2701eac21fd0b51ae50a78a).

    • D

      A new noticeable scrollbar! i cant seem to see it!
      • destiny4me423

      4
      0
      Votes
      4
      Posts
      61
      Views

      D

      @jonas nevermind its all good jonas i changed the appearance on my system settings now i could see the scrollbar! Thank you so much for an awesome piece of software and thank you for your creativity!

    Powered by NodeBB | Contributors