Gonic v0.21.0 updates regarding Symfonium

hey @Tolriq

gonic 0.21 is about to be released (release PR). I wanted to update you on the bits relevant for Symfonium

  • stream.view?maxBitRate=… and format=… are now honoured even without a server-side transcode profile, no more errors when the client just asks for a bitrate (#13634, #2720, #5075)
  • Admins can set per-format transcoding defaults instead of per-user profiles
  • Cached transcodes are served straight from disk with proper Range support, so seeking transcoded streams works (#13718).
  • For the first-time transcode case where there’s no cache hit yet, timeOffset and estimateContentLength are respected so the client can seek and know the size up front
  • Track-level play counts are returned, sync shouldn’t drop counts anymore (#3267)
  • Artist metadata got a big refactor: displayArtist uses ARTIST_CREDIT, artistRole is returned, per-relationship credit names and contributors are scanned, and the missing track artist on TrackChild is fixed. This is working more like LMS now
  • ISRCs, record labels, track-level year tags scanned and returned
  • OpenSubsonic error codes match the spec, /download always gives the original, scrobblingEnabled always true, averageRating is a float
  • More OS compat
  • New OS transcoding extension: Will look at this later

Given that, are there any other gonic-specific workarounds in Symfonium? Please let me know and I can update gonic before I release. So that Symfonium can have fewer (or no) gonic specific handling

Thanks!

That’s a good news. There’s no more Gonic specific code except some hacks to try to keep the track play counts that will auto recover.

As notes: I never request estimateContentLength you need to be sure to never returns the size headers if it’s not requested and unknown to avoid cache problems on clients. (Including for the cached transcode that where maybe started with an offset)

The main Gonic pain point was the transcodes. Working by default as the other will reduce users friction a lot. And even more when you’ll look as the new extension :slight_smile:

1 Like

OK sounds good :+1: I’ll release then

and yes, The Content-Length header is only set when the client passes estimateContentLength=true and gonic has a known track duration

One more question, for example on this release it has two album artists, but track #4 has 4 track artists, when I click the 3 dots menu. The “Go to” artist options only list the album artists. Is this expected?

Note, for gonic, getArtistList and search3 return just album artists. Even though artists can be queried by getArtist when returned as track artists

getAlbum response
{
  "subsonic-response": {
    "status": "ok",
    "version": "1.15.0",
    "type": "gonic",
    "serverVersion": "0.20.1",
    "openSubsonic": true,
    "album": {
      "id": "al-10410",
      "created": "2026-04-07T15:47:04.413353732Z",
      "artistId": "ar-11428",
      "artist": "D. Tiffany",
      "artists": [
        {
          "id": "ar-11428",
          "name": "D. Tiffany"
        },
        {
          "id": "ar-11433",
          "name": "Roza Terenzi"
        }
      ],
      "displayArtist": "Roza Terenzi & D. Tiffany",
      "title": "Edge of Innocence",
      "album": "Edge of Innocence",
      "coverArt": "al-10410",
      "name": "Edge of Innocence",
      "songCount": 8,
      "duration": 3065,
      "playCount": 67,
      "genre": "ambient",
      "genres": [
        {
          "name": "ambient"
        },
        {
          "name": "electronic"
        },
        {
          "name": "drum and bass"
        },
        {
          "name": "house"
        },
        {
          "name": "downtempo"
        },
        {
          "name": "instrumental"
        },
        {
          "name": "edm"
        }
      ],
      "year": 2022,
      "song": [
        {
          "id": "tr-113079",
          "album": "Edge of Innocence",
          "albumId": "al-10410",
          "artist": "D. Tiffany",
          "artistId": "ar-11428",
          "artists": [
            {
              "id": "ar-11428",
              "name": "D. Tiffany"
            },
            {
              "id": "ar-11433",
              "name": "Roza Terenzi"
            }
          ],
          "displayArtist": "Roza Terenzi & D. Tiffany",
          "albumArtists": [
            {
              "id": "ar-11428",
              "name": "D. Tiffany"
            },
            {
              "id": "ar-11433",
              "name": "Roza Terenzi"
            }
          ],
          "displayAlbumArtist": "Roza Terenzi & D. Tiffany",
          "contributors": null,
          "bitRate": 1553,
          "contentType": "audio/flac",
          "coverArt": "tr-113079",
          "created": "2026-04-07T15:47:04.413353732Z",
          "duration": 433,
          "isDir": false,
          "isVideo": false,
          "parent": "al-10410",
          "path": "D. Tiffany; Roza Terenzi/(2022) Edge of Innocence/01.08 Spiritual Delusion.flac",
          "size": 84241727,
          "suffix": "flac",
          "title": "Spiritual Delusion",
          "track": 1,
          "discNumber": 1,
          "type": "music",
          "year": 2022,
          "musicBrainzId": "d42dd8c6-2b39-4f8e-80d4-7ec307f8d060",
          "isrc": [],
          "replayGain": {
            "trackGain": -5.6,
            "trackPeak": 0.954895,
            "albumGain": -6.69,
            "albumPeak": 0.954895
          },
          "playCount": 8
        },
        {
          "id": "tr-113080",
          "album": "Edge of Innocence",
          "albumId": "al-10410",
          "artist": "D. Tiffany",
          "artistId": "ar-11428",
          "artists": [
            {
              "id": "ar-11428",
              "name": "D. Tiffany"
            },
            {
              "id": "ar-11433",
              "name": "Roza Terenzi"
            }
          ],
          "displayArtist": "Roza Terenzi & D. Tiffany",
          "albumArtists": [
            {
              "id": "ar-11428",
              "name": "D. Tiffany"
            },
            {
              "id": "ar-11433",
              "name": "Roza Terenzi"
            }
          ],
          "displayAlbumArtist": "Roza Terenzi & D. Tiffany",
          "contributors": null,
          "bitRate": 1533,
          "contentType": "audio/flac",
          "coverArt": "tr-113080",
          "created": "2026-04-07T15:47:06.133353964Z",
          "duration": 352,
          "isDir": false,
          "isVideo": false,
          "parent": "al-10410",
          "path": "D. Tiffany; Roza Terenzi/(2022) Edge of Innocence/02.08 Gravity Bongo.flac",
          "size": 67694263,
          "suffix": "flac",
          "title": "Gravity Bongo",
          "track": 2,
          "discNumber": 1,
          "type": "music",
          "year": 2022,
          "musicBrainzId": "1fbe60d1-29c8-4fa3-ad39-cb578b5df0d0",
          "isrc": [],
          "replayGain": {
            "trackGain": -5.83,
            "trackPeak": 0.954895,
            "albumGain": -6.69,
            "albumPeak": 0.954895
          },
          "playCount": 8
        },
        {
          "id": "tr-113081",
          "album": "Edge of Innocence",
          "albumId": "al-10410",
          "artist": "D. Tiffany",
          "artistId": "ar-11428",
          "artists": [
            {
              "id": "ar-11428",
              "name": "D. Tiffany"
            },
            {
              "id": "ar-11433",
              "name": "Roza Terenzi"
            }
          ],
          "displayArtist": "Roza Terenzi & D. Tiffany",
          "albumArtists": [
            {
              "id": "ar-11428",
              "name": "D. Tiffany"
            },
            {
              "id": "ar-11433",
              "name": "Roza Terenzi"
            }
          ],
          "displayAlbumArtist": "Roza Terenzi & D. Tiffany",
          "contributors": null,
          "bitRate": 1468,
          "contentType": "audio/flac",
          "coverArt": "tr-113081",
          "created": "2026-04-07T15:47:07.565354156Z",
          "duration": 370,
          "isDir": false,
          "isVideo": false,
          "parent": "al-10410",
          "path": "D. Tiffany; Roza Terenzi/(2022) Edge of Innocence/03.08 Liquorice Skritch.flac",
          "size": 68141343,
          "suffix": "flac",
          "title": "Liquorice Skritch",
          "track": 3,
          "discNumber": 1,
          "type": "music",
          "year": 2022,
          "musicBrainzId": "4208aa0e-c2e6-4481-a7b8-d9fc1b77452a",
          "isrc": [],
          "replayGain": {
            "trackGain": -7.47,
            "trackPeak": 0.954895,
            "albumGain": -6.69,
            "albumPeak": 0.954895
          },
          "playCount": 8
        },
        {
          "id": "tr-113082",
          "album": "Edge of Innocence",
          "albumId": "al-10410",
          "artist": "D. Tiffany",
          "artistId": "ar-11428",
          "artists": [
            {
              "id": "ar-11428",
              "name": "D. Tiffany"
            },
            {
              "id": "ar-11433",
              "name": "Roza Terenzi"
            },
            {
              "id": "ar-11434",
              "name": "Nap"
            },
            {
              "id": "ar-11435",
              "name": "Sleek Bitumen"
            }
          ],
          "displayArtist": "Roza Terenzi & D. Tiffany feat. Nap & Sleek Bitumen",
          "albumArtists": [
            {
              "id": "ar-11428",
              "name": "D. Tiffany"
            },
            {
              "id": "ar-11433",
              "name": "Roza Terenzi"
            }
          ],
          "displayAlbumArtist": "Roza Terenzi & D. Tiffany",
          "contributors": null,
          "bitRate": 1528,
          "contentType": "audio/flac",
          "coverArt": "tr-113082",
          "created": "2026-04-07T15:47:09.069354357Z",
          "duration": 323,
          "isDir": false,
          "isVideo": false,
          "parent": "al-10410",
          "path": "D. Tiffany; Roza Terenzi/(2022) Edge of Innocence/04.08 Lil' Drummer Boi.flac",
          "size": 61873526,
          "suffix": "flac",
          "title": "Lil’ Drummer Boi",
          "track": 4,
          "discNumber": 1,
          "type": "music",
          "year": 2022,
          "musicBrainzId": "f0e3bb1d-8d14-4157-8c95-842d1f61dd38",
          "isrc": [],
          "starred": "2026-05-22T22:52:16Z",
          "replayGain": {
            "trackGain": -7.56,
            "trackPeak": 0.954895,
            "albumGain": -6.69,
            "albumPeak": 0.954895
          },
          "playCount": 12
        },
        {
          "id": "tr-113083",
          "album": "Edge of Innocence",
          "albumId": "al-10410",
          "artist": "D. Tiffany",
          "artistId": "ar-11428",
          "artists": [
            {
              "id": "ar-11428",
              "name": "D. Tiffany"
            },
            {
              "id": "ar-11433",
              "name": "Roza Terenzi"
            }
          ],
          "displayArtist": "Roza Terenzi & D. Tiffany",
          "albumArtists": [
            {
              "id": "ar-11428",
              "name": "D. Tiffany"
            },
            {
              "id": "ar-11433",
              "name": "Roza Terenzi"
            }
          ],
          "displayAlbumArtist": "Roza Terenzi & D. Tiffany",
          "contributors": null,
          "bitRate": 1518,
          "contentType": "audio/flac",
          "coverArt": "tr-113083",
          "created": "2026-04-07T15:47:10.533354555Z",
          "duration": 401,
          "isDir": false,
          "isVideo": false,
          "parent": "al-10410",
          "path": "D. Tiffany; Roza Terenzi/(2022) Edge of Innocence/05.08 Grains of Sand.flac",
          "size": 76244966,
          "suffix": "flac",
          "title": "Grains of Sand",
          "track": 5,
          "discNumber": 1,
          "type": "music",
          "year": 2022,
          "musicBrainzId": "df7397a0-e9cd-4a60-8b24-e2cd2ca52ba5",
          "isrc": [],
          "replayGain": {
            "trackGain": -5.83,
            "trackPeak": 0.954895,
            "albumGain": -6.69,
            "albumPeak": 0.954895
          },
          "playCount": 9
        },
        {
          "id": "tr-113084",
          "album": "Edge of Innocence",
          "albumId": "al-10410",
          "artist": "D. Tiffany",
          "artistId": "ar-11428",
          "artists": [
            {
              "id": "ar-11428",
              "name": "D. Tiffany"
            },
            {
              "id": "ar-11433",
              "name": "Roza Terenzi"
            }
          ],
          "displayArtist": "Roza Terenzi & D. Tiffany",
          "albumArtists": [
            {
              "id": "ar-11428",
              "name": "D. Tiffany"
            },
            {
              "id": "ar-11433",
              "name": "Roza Terenzi"
            }
          ],
          "displayAlbumArtist": "Roza Terenzi & D. Tiffany",
          "contributors": null,
          "bitRate": 1518,
          "contentType": "audio/flac",
          "coverArt": "tr-113084",
          "created": "2026-04-07T15:47:11.941354744Z",
          "duration": 359,
          "isDir": false,
          "isVideo": false,
          "parent": "al-10410",
          "path": "D. Tiffany; Roza Terenzi/(2022) Edge of Innocence/06.08 Paparazzi.flac",
          "size": 68286578,
          "suffix": "flac",
          "title": "Paparazzi",
          "track": 6,
          "discNumber": 1,
          "type": "music",
          "year": 2022,
          "musicBrainzId": "1d6eeb4e-9694-4246-9c76-93cc6bb71cba",
          "isrc": [],
          "replayGain": {
            "trackGain": -7.27,
            "trackPeak": 0.954895,
            "albumGain": -6.69,
            "albumPeak": 0.954895
          },
          "playCount": 8
        },
        {
          "id": "tr-113085",
          "album": "Edge of Innocence",
          "albumId": "al-10410",
          "artist": "D. Tiffany",
          "artistId": "ar-11428",
          "artists": [
            {
              "id": "ar-11428",
              "name": "D. Tiffany"
            },
            {
              "id": "ar-11433",
              "name": "Roza Terenzi"
            }
          ],
          "displayArtist": "Roza Terenzi & D. Tiffany",
          "albumArtists": [
            {
              "id": "ar-11428",
              "name": "D. Tiffany"
            },
            {
              "id": "ar-11433",
              "name": "Roza Terenzi"
            }
          ],
          "displayAlbumArtist": "Roza Terenzi & D. Tiffany",
          "contributors": null,
          "bitRate": 1600,
          "contentType": "audio/flac",
          "coverArt": "tr-113085",
          "created": "2026-04-07T15:47:14.13335504Z",
          "duration": 420,
          "isDir": false,
          "isVideo": false,
          "parent": "al-10410",
          "path": "D. Tiffany; Roza Terenzi/(2022) Edge of Innocence/07.08 Redemption Arc.flac",
          "size": 84217200,
          "suffix": "flac",
          "title": "Redemption Arc",
          "track": 7,
          "discNumber": 1,
          "type": "music",
          "year": 2022,
          "musicBrainzId": "5527695a-d374-41f5-8e44-84e248ccf1be",
          "isrc": [],
          "replayGain": {
            "trackGain": -7.32,
            "trackPeak": 0.954895,
            "albumGain": -6.69,
            "albumPeak": 0.954895
          },
          "playCount": 8
        },
        {
          "id": "tr-113086",
          "album": "Edge of Innocence",
          "albumId": "al-10410",
          "artist": "D. Tiffany",
          "artistId": "ar-11428",
          "artists": [
            {
              "id": "ar-11428",
              "name": "D. Tiffany"
            },
            {
              "id": "ar-11433",
              "name": "Roza Terenzi"
            }
          ],
          "displayArtist": "Roza Terenzi & D. Tiffany",
          "albumArtists": [
            {
              "id": "ar-11428",
              "name": "D. Tiffany"
            },
            {
              "id": "ar-11433",
              "name": "Roza Terenzi"
            }
          ],
          "displayAlbumArtist": "Roza Terenzi & D. Tiffany",
          "contributors": null,
          "bitRate": 1602,
          "contentType": "audio/flac",
          "coverArt": "tr-113086",
          "created": "2026-04-07T15:47:16.42135535Z",
          "duration": 407,
          "isDir": false,
          "isVideo": false,
          "parent": "al-10410",
          "path": "D. Tiffany; Roza Terenzi/(2022) Edge of Innocence/08.08 Possession.flac",
          "size": 81660355,
          "suffix": "flac",
          "title": "Possession",
          "track": 8,
          "discNumber": 1,
          "type": "music",
          "year": 2022,
          "musicBrainzId": "d6c14b82-87b6-437d-8d20-a8e6aeaa269a",
          "isrc": [],
          "replayGain": {
            "trackGain": -6.32,
            "trackPeak": 0.954895,
            "albumGain": -6.69,
            "albumPeak": 0.954895
          },
          "playCount": 8
        }
      ],
      "isCompilation": false,
      "releaseTypes": [
        "Album"
      ],
      "recordLabels": [
        {
          "name": "Delicate Records"
        }
      ],
      "discTitles": []
    }
  }
}

That’s the reason. Symfonium sync via search3 if you do not return the data I don’t get it.

@Tolriq new gonic released :grinning_face: hopefully you can update the text for gonic under “Recommended servers” now Subsonic / OpenSubsonic - media provider configuration

Just did but do not forget the transcoding extension and the artists in search3 for completion :wink: