Skip to content

Transcoding setting has no effect — ts= parameter never sent #198

@aand18

Description

@aand18

Bug Description

Setting a transcode target (e.g. Opus) in the client has no effect. All streams are delivered as the original file format (FLAC, MP3, APE, etc.) regardless of the transcode setting selected.

Steps to Reproduce

  1. In Settings > Transcoding, select a transcode target (e.g. Opus)
  2. Play any song
  3. Check server-side access logs for the stream request

Expected Behavior

Stream URLs should include a (transcoding settings) parameter so the server transcodes the audio to the selected format before delivery.

Actual Behavior

All 60 stream requests in a single session were missing the parameter entirely. Every track was streamed as the original file — FLAC, MP3, APE — with zero transcoding applied. Example request:

/rest/stream?u=myuser&v=1.16.1&c=Musly&f=json&t=&s=&id=

No query parameter is present.

App Version

1.0.13

Subsonic Server

Navidrome

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions