hello
i´m confused
what is right...
# Bitrate, one of 96 (low quality), 160 (default quality), or 320 (high quality)
#BITRATE="320"
--bitrate 320
OPTIONS="--bitrate 320"
OPTIONS="--bitrate:320"
or everything wrong...thanks for helping
raspotify 320 howto
Re: raspotify 320 howto
https://dtcooper.github.io/raspotify/ <-howto on install raspotify and dependencies
in /etc/default/raspotify ?
Then
in /etc/default/raspotify ?
Uncomment the line that says #BITRATE="160" and change it to says BITRATE="320", then start the raspotify server# /etc/default/raspotify -- Arguments for librespot
# Device name on Spotify Connect
#DEVICE_NAME="raspotify"
# Bitrate, one of 96 (low quality), 160 (default quality), or 320 (high quality)
#BITRATE="160"
# Additional command line arguments for librespot can be set below.
# See `librespot -h` for more info.
#
# To make your device visible on Spotify Connect across the Internet add your
# username and password which can be set via "Set device password", on your
# account settings, use `--username` and `--password`.
#
# To choose a different output device (ie a USB audio dongle or HDMI audio out),
# use `--device` with something like `--device hw:0,1`. Your mileage may vary.
#
#OPTIONS="--username <USERNAME> --password <PASSWORD>"
# Uncomment to use a cache for downloaded audio files. It's best to leave this
# as-is since permissions are properly set on directory `/var/cache/raspotify'.
#CACHE_ARGS="--cache /var/cache/raspotify"
Then
Code: Select all
# service raspotify restart
Re: raspotify 320 howto
with
nano /etc/default/raspotify
thanks
nano /etc/default/raspotify
thanks
Re: raspotify 320 howto
yes nano as root
Also, uncomment all the pertinent stuff in the config file you want the program to use (like your login or whatever)
once you have done that and saved it
in fact any time you make a change of anything in /etc/defaults run that command to reset systemd to where you can then type as sudo service **whatever here* start/stop/restart/status
Also, uncomment all the pertinent stuff in the config file you want the program to use (like your login or whatever)
once you have done that and saved it
Code: Select all
sudo systemctl daemon-reload
then
sudo service raspotify restart