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

      Empty Album artist metadata shouldn't be automatically filled with Artist metadata

      • • damian101
      1
      2
      Votes
      1
      Posts
      180
      Views

      No one has replied

    • S

      Custom fonts?

      • • stompykins
      1
      0
      Votes
      1
      Posts
      155
      Views

      No one has replied

    • T

      Collection view: bigger covers, grid view, advanced grouping by

      • • therob
      3
      0
      Votes
      3
      Posts
      764
      Views

      T

      Same topic as GitHub Issue/FeatureRequest closed 2h after opening:
      https://github.com/strawberrymusicplayer/strawberry/issues/662
      So no interest in this improvement as it seems. OK.

    • T

      Turning off 'Seeking Using A Mouse Wheel' when using an Apple Mouse

      • • Tibokan
      1
      0
      Votes
      1
      Posts
      230
      Views

      No one has replied

    • P

      Option to toggle lyrics sources

      • • paul4ts
      1
      1
      Votes
      1
      Posts
      216
      Views

      No one has replied

    • C

      Display details of Tidal tracks in native playlist

      • • chaseadam
      3
      0
      Votes
      3
      Posts
      442
      Views

      C

      @jonas Fantastic! Works just like I was hoping. Thanks!

      ![0_1614718678265_Screenshot from 2021-03-02 15-56-29.png](Uploading 100%)

    • BobbyWibowoB

      Export playlists as .m3u8 instead of .m3u?

      • • BobbyWibowo
      2
      0
      Votes
      2
      Posts
      671
      Views

      BobbyWibowoB

      Just installed latest Strawberry for Windows, and noticed exporting as M3U allowed typing in .m3u8 as extension name when saving.
      Huh...
      My main reason for posting this in the first place, was cause I seemed to recall that for whatever reason I couldn't type in .m3u8 as extension when exporting in M3U format, in my Ubuntu installation.. Uh, man, I can't really trust my memories these days..

    • P

      Sidebar should obey Fitt's Law

      • • paul4ts
      4
      0
      Votes
      4
      Posts
      426
      Views

      P

      @paul4ts The scrollbar also doesn't scroll from the extreme right-edge.

    • P

      Remove the enable Moodbar option - just have it enabled always

      • • paul4ts
      3
      0
      Votes
      3
      Posts
      595
      Views

      P

      @jonas Could you not just not generate the moodbar if it isn't visible?

    • P

      Case-sensitivity toggle option for Collection

      • • paul4ts
      2
      0
      Votes
      2
      Posts
      268
      Views

      jonasJ

      @paul4ts
      I'm open to having a setting for enabling case-insensitivity, however someone else need to add it as I do not have time to prioritize it.

      It should be possible by adding COLLATE NOCASE to the SQL queries in collectionquery.cpp

    • D

      HiDPI support

      • • DGMurdockIII
      2
      0
      Votes
      2
      Posts
      344
      Views

      P

      @dgmurdockiii There seems to be quite good HiDPI support now. The only thing that appears too small on my 4K 250% scaled KDE Plasma is the icon for the source column.

    • D

      Feature request: Add Flatpak package and other repositories

      • • dtantono
      3
      0
      Votes
      3
      Posts
      405
      Views

      D

      @jonas the main technical difference between snap and flatpak is Flatpaks can both use libraries included in the package and shared libraries from another Flatpak app and this factor makes flatpak is less bulky than snap package. So, I think you can review it and have you ever considered Microsoft store for Windows?

    • P

      More elasticity to playcount increment conditions

      • • poiu
      1
      1
      Votes
      1
      Posts
      157
      Views

      No one has replied

    • B

      suport for playing dsd audio files

      • • bertus
      1
      3
      Votes
      1
      Posts
      480
      Views

      No one has replied

    • Z

      Embed cover art in tag

      • • zzhumphreyt
      2
      1
      Votes
      2
      Posts
      450
      Views

      B

      yes i requested this option in clementine long time ago.

      i ripped al my cd's and sacd's and remove all numbers i don't like, so i never have to skip/hear them again.
      a lot of numbers get in folders with different artists albums, the cover.jpg/front.jpg will not work in one folder.
      and it could be nice to scan for covers and embed them in the mp3/flac file

      now if i scan and save a cover, strawberry uses this one as a albumcover for all files

    • S

      Strawberry as not only music player, but also music manager

      • • ShabazzKing
      3
      1
      Votes
      3
      Posts
      851
      Views

      S

      @stompykins
      OK, I'm answering to your comment after trying Quod Libet.
      Quod Libet doesn't fit into my needs. These are the reasons.

      It uses GTK and looks ugly in KDE. It doesn't support AlbumArtist tag and uses Artist tag in all places. I don't use Artist tag to maintain my collection (I use it only as information about featured artists, for example when guest rappers are on somebody's album). It doesn't recognize directory symlinks in chosen directory of music collection. I have separate directory for ripped CDs. Subdirectories of this directory are symlinked in my ~/Music/ directory. Quod Libet doesn't see these symlinks. It doesn't use breadcrumbs navigation and whole-window views (tiles or list) of nested resources defined by tags (like in navigational file manager), which was my expectation and was described in my first post.
    • E

      Suggested songs smart playlist

      • • esalgado
      1
      0
      Votes
      1
      Posts
      187
      Views

      No one has replied

    • A

      360 reality Audio support for use with sony headphones WM-1000xm4

      • • arooni
      1
      0
      Votes
      1
      Posts
      196
      Views

      No one has replied

    • J

      Support Radiooooo

      • • Joe82
      1
      0
      Votes
      1
      Posts
      205
      Views

      No one has replied

    • M

      Current lyric providers are great for English lyrics, but Latin music is rarely available

      • • musk
      4
      0
      Votes
      4
      Posts
      342
      Views

      jonasJ

      To include new lyrics providers, it's added here:
      https://github.com/strawberrymusicplayer/strawberry/blob/master/src/core/application.cpp#L68
      and:
      https://github.com/strawberrymusicplayer/strawberry/blob/master/src/core/application.cpp#L155

      Then here: https://github.com/strawberrymusicplayer/strawberry/blob/master/src/CMakeLists.txt#L162
      and here: https://github.com/strawberrymusicplayer/strawberry/blob/master/src/CMakeLists.txt#L378

    Powered by NodeBB | Contributors