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

    Topics created by arno

    • A

      Remove duplicate SomaFM entries

      Feature Suggestions
      • • • arno
      2
      0
      Votes
      2
      Posts
      134
      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

    • A

      Put strawberries in the tabbar

      Feature Suggestions
      • • • arno
      11
      1
      Votes
      11
      Posts
      686
      Views

      A

      @jonas nice one, I think it looks pretty good

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