I have started using Tidal and experiencing the stuttering when playing FLAC. (An example track: tidal.com/browse/track/127709581)
Streaming Audio Quality HiFi Lossless CD Quality
The forum has many suggestions as this is most likely the highly compressed files not playing on the Squeezebox Classic.
I have created a custom-convert.conf file in the root directory. In my case (Synology) /volume1/@appstore/SqueezeCenter. (permissions 644).
These are the different options I have tried in the conf for transcoding.
I have set the logging player.source to INFO. I dont see anything in the log where a rule is matched or any transcodeing is started.
Missing something here.
Streaming Audio Quality HiFi Lossless CD Quality
The forum has many suggestions as this is most likely the highly compressed files not playing on the Squeezebox Classic.
I have created a custom-convert.conf file in the root directory. In my case (Synology) /volume1/@appstore/SqueezeCenter. (permissions 644).
These are the different options I have tried in the conf for transcoding.
Code:
flc flc * *
[sox] -q -t flac $FILE$ -t flac -
Code:
flc flc * *
# FT:{START=--skip=%t}U:{END=--until=%v}
[flac] -cs1 $START$ $END$ -- $FILE$
Code:
flc flc * *
# FT:{START=--skip=%t}U:{END=--until=%v}D:{RESAMPLE=-r %d}
[flac] -cs --totally-silent --compression-level-0 $START$ $END$ -- $FILE$ | [sox] -q -t flac - -t flac -C 0 $RESAMPLE$ -
Missing something here.