simojenki / bonob

sonos SMAPI implementation allowing integrating different music sources with sonos.
GNU General Public License v3.0
208 stars 15 forks source link

Does not observe transcodedContentType field when track will be transcoded to a different format #191

Open simojenki opened 4 months ago

simojenki commented 4 months ago

When ND determines that transcoding is required it will return additional fields from getSong ie

      "contentType": "audio/mp4",
      "suffix": "m4a",
      "transcodedContentType": "audio/ogg",
      "transcodedSuffix": "opus",

Bonob currently totally ignores these which may be the cause of sonos not playing tracks like this.