23-Apr-2019, 07:23 PM
Do you need upsampling your flac files ?
i just worked some hours, and i find this solution to upsampling flac files to 24/96 :
1 - Open your terminal and give the command :
sudo touch /etc/squeezeboxserver/custom-convert.conf
2 - give the command :
sudo chmod 666 /etc/squeezeboxserver/custom-convert.conf
3 - edit the file :
sudo nano /etc/squeezeboxserver/custom-convert.conf
and then insert this code (make a copy and paste from here):
flc flc * *
# FT:{START=--skip=%t}U:{END=--until=%v}
[flac] -dcs $START$ $END$ -- $FILE$ | [sox] -q -t wav - -t flac -e signed -C 0 -b 24 - rate -v -b 98 -L -a 96000
exit and save the file
4 - Restart the service or reboot the pc :
sudo service logitechmediaserver restart
This work for me, the flac files are upsampled to 24/96.
If you need others rate change the 24 and 96000 numbers with others.
The only thing that don't work is the Radio Paradise Flac service.
Somebody find the solution for upsampling also Radio Paradise Flac ?
By (sorry for my english )
Gigi
i just worked some hours, and i find this solution to upsampling flac files to 24/96 :
1 - Open your terminal and give the command :
sudo touch /etc/squeezeboxserver/custom-convert.conf
2 - give the command :
sudo chmod 666 /etc/squeezeboxserver/custom-convert.conf
3 - edit the file :
sudo nano /etc/squeezeboxserver/custom-convert.conf
and then insert this code (make a copy and paste from here):
flc flc * *
# FT:{START=--skip=%t}U:{END=--until=%v}
[flac] -dcs $START$ $END$ -- $FILE$ | [sox] -q -t wav - -t flac -e signed -C 0 -b 24 - rate -v -b 98 -L -a 96000
exit and save the file
4 - Restart the service or reboot the pc :
sudo service logitechmediaserver restart
This work for me, the flac files are upsampled to 24/96.
If you need others rate change the 24 and 96000 numbers with others.
The only thing that don't work is the Radio Paradise Flac service.
Somebody find the solution for upsampling also Radio Paradise Flac ?
By (sorry for my english )
Gigi