2015-09-30, 06:40
ok so copy those setting in to xsqueeze.... '-o', 'Output' you have in your log is not the same as that...
echo snd_bcm2835 >> /storage/.config/modules-load.d/audio.conf
amixer cset numid=3 1
alsactl -f /storage/.config/sound.conf store
nano /storage/.config/autostart.sh
#!/bin/sh
# Start SqueezeLite on audio output device
(sleep 10; \
~/.kodi//addons/script.xsqueeze/resources/bin/arm/squeezelite -m aa:bb:cc:dd:ee:ff -o default:CARD=ALSA -s 192.168.1.1 -a 160
)&
chmod u+x nano /storage/.config/autostart.sh
(2015-10-02, 01:45)bossanova808 Wrote: @JHak - why are you putting the hardware address in of an existing player if you want to set this up as a new player?
Basically, you just enter a dummy mac, choose the server and outputs using the little chosser windows, and then play. Don't change anything else unless you know why you're changing it....
(2015-10-02, 18:58)JHak Wrote:(2015-10-02, 01:45)bossanova808 Wrote: @JHak - why are you putting the hardware address in of an existing player if you want to set this up as a new player?
Basically, you just enter a dummy mac, choose the server and outputs using the little chosser windows, and then play. Don't change anything else unless you know why you're changing it....
I that that the first time but dont work neither....
Is it possible to delete the addon and start from the beginning?
(2015-10-03, 01:54)bossanova808 Wrote: To delete it, uninstall the addon in Kodi and then delete your settings file manually over ssh in addon_settings.
Another thing you can do is try and get it woriking from the commandline. Basically, run xsqueeze and check your debug log for the issue and above it you will see the line where it attempts to start the player. Then use this same instruction on the command line and see what the issue is.
(2015-10-04, 01:48)bossanova808 Wrote: Ok, try the equivaletn of this from the command line:
Attempting to start player: ['/storage/.kodi/addons/script.xsqueeze/resources/bin/arm/squeezeslave', '-m00:00:00:00:00:01', '192.168.178.40']
...better yet, use the much more modern squeezelite.
See what happens and what errors you get.