• Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Strawberry Music Player Forums
    2. arno
    A
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 10
    • Best 1
    • Controversial 0
    • Groups 0

    arno

    @arno

    1
    Reputation
    4
    Profile views
    10
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    arno Unfollow Follow

    Best posts made by arno

    • Put strawberries in the tabbar

      Clementine has clementines in its tabbar, to me this is a vital part of the aesthetic. I am pretty handy at GIMP and would be happy to create the image if the developers agree to implement it.

      4d7c452c-5c5c-4990-b896-15a6f66f44b2-image.png

      posted in Feature Suggestions
      A
      arno

    Latest posts made by arno

    • RE: Put strawberries in the tabbar

      @jonas nice one, I think it looks pretty good

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

      posted in Feature Suggestions
      A
      arno
    • RE: Add more Radio stations

      I would like this as well. Though to be fair, somaFM is the best.

      posted in Feature Suggestions
      A
      arno
    • RE: Put strawberries in the tabbar

      @jonas Yes, sorry I misexplained. The image you linked is the one I should have been trying to emulate. I thought the rotation and patterning was possibly being done in code.

      Here is one I whipped up. (it is transparent so just click to save)

      5cbd0d4f-968c-49cf-9e1b-2b6ee6e4a328-image.png

      posted in Feature Suggestions
      A
      arno
    • RE: Put strawberries in the tabbar

      @jonas ad30b129-0f15-412d-b149-767f4e50cac9-image.png

      let's see how this looks

      posted in Feature Suggestions
      A
      arno
    • RE: Put strawberries in the tabbar

      I looked at Clementine's source and it appears they just used the file data/icon_large_grey.png (attached) and then used code to tessellate it across the sidebar. Can you confirm this would be a suitable approach to take? It would certainly make my job easier.

      a17fd6e2-9f6b-48f1-b437-1a5304c2a5a7-icon_large_grey.png

      posted in Feature Suggestions
      A
      arno
    • RE: Remove duplicate SomaFM entries

      @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

      posted in Feature Suggestions
      A
      arno
    • RE: Put strawberries in the tabbar

      @jonas awesome! do you have any info about which file format/resolution I should work at?

      posted in Feature Suggestions
      A
      arno
    • Remove duplicate SomaFM entries

      We don't need an mp3 and aac option listed for every station, just pick the most FOSS one and let it be

      posted in Feature Suggestions
      A
      arno
    • Put strawberries in the tabbar

      Clementine has clementines in its tabbar, to me this is a vital part of the aesthetic. I am pretty handy at GIMP and would be happy to create the image if the developers agree to implement it.

      4d7c452c-5c5c-4990-b896-15a6f66f44b2-image.png

      posted in Feature Suggestions
      A
      arno