![]() |
|
Need help with Transcode - Printable Version +- MinimServer Forum (https://forum.minimserver.com) +-- Forum: MinimServer (/forumdisplay.php?fid=1) +--- Forum: MinimServer 2 (/forumdisplay.php?fid=12) +--- Thread: Need help with Transcode (/showthread.php?tid=6099) |
Need help with Transcode - lwxian - 07-03-2021 08:58 Hi Support Team, I have been trying to setup my Synology NAS to enable transcode for playing back flac and dsf files but I could not get it to work. Here are the codes of the profile I use. contentDir = /volume1/Music/ indexTags = Genre, AlbumArtist, Album mergeFolderAlbums = false serverOptions = indexArtwork=auto startupScan = true tagOptions = Album.sortTags={AlbumArtist} stream.transcode = flac:wav24/176 stream.transcode = dsf:wav24/176 Please guide me on what is wrong with the above profile or I am missing out some codes... is it stream.options? or flow control etc? Thanks! Leong RE: Need help with Transcode - stefano_mbp - 07-03-2021 09:04 You must set stream.transcode = flac:wav24;176, dsf:wav24;176 RE: Need help with Transcode - lwxian - 07-03-2021 09:28 (07-03-2021 09:04)stefano_mbp Wrote: You must set stream.transcode = flac:wav24;176, dsf:wav24;176 Thanks so much! I managed to figure out the problem and get it to work! Best Regards, Leong |