daneren2005 / Subsonic

Home of the DSub Android client fork
GNU General Public License v3.0
581 stars 162 forks source link

Transcode Format Switch #308

Open daneren2005 opened 10 years ago

daneren2005 commented 10 years ago

Need a way to intelligently handle the switch of the output format (ex: mp3 to ogg). Possibly just use the most recent result as the basis for all transcoded for that server.

axelsimon commented 7 years ago

Hi, would this be the reason dsub is downloading mp3 files even though my set up is to stream opus to clients? This is using a ampache server via the subsonic API.

My rules are: On local network, don't transcode. This works, songs played in the LAN get cached in flac. Outside local network, transcode to opus. This fails, I find dsub has instead cached mp3 files.

If this is out of scope, let me know. Thanks