Re: [slim] Would an SB3 work with LMS 8.3.0 (Latest LMS)?

2022-10-13 Thread bengaldave

MrC wrote: 
> I have an SB3, and believe it still works.  You can have it for the
> shipping costs (your profile says USA).  I can check that it is still
> functional, it was the last couple of times I checked.

ThatÂ’s very generous, I am in NY.



bengaldave's Profile: http://forums.slimdevices.com/member.php?userid=4605
View this thread: http://forums.slimdevices.com/showthread.php?t=116923

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss


Re: [slim] LMS and bluetooth

2022-10-13 Thread castalla


Thanks.





castalla's Profile: http://forums.slimdevices.com/member.php?userid=15624
View this thread: http://forums.slimdevices.com/showthread.php?t=116913

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss


Re: [slim] Would an SB3 work with LMS 8.3.0 (Latest LMS)?

2022-10-13 Thread MrC


bengaldave wrote: 
> Hello,
> 
> was looking to possibly purchase a second hand SB3/Squeezebox Classic.
> 
> Would it work against LMS Server 8.3.0?
> 
> Also does anyone know if the wireless is stable on latest routers?
> 
> I have one squeezebox touch and its wireless is stable, but my
> squeezebox radio is not stable with wireless so hardwire ethernet for
> the radio.

I have one,  and believe it still works.  You can have it for the
shipping costs (your profile says USA).  I can check that it is still
functional, it was the last couple of times I checked.



MrC's Profile: http://forums.slimdevices.com/member.php?userid=468
View this thread: http://forums.slimdevices.com/showthread.php?t=116923

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss


[slim] Would an SB3 work with LMS 8.3.0 (Latest LMS)?

2022-10-13 Thread bengaldave


Hello,

was looking to possibly purchase a second hand SB3/Squeezebox Classic.

Would it work against LMS Server 8.3.0?

Also does anyone know if the wireless is stable on latest routers?

I have one squeezebox touch and its wireless is stable, but my
squeezebox radio is not stable with wireless so hardwire ethernet for
the radio.



bengaldave's Profile: http://forums.slimdevices.com/member.php?userid=4605
View this thread: http://forums.slimdevices.com/showthread.php?t=116923

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss


Re: [slim] LMS and bluetooth

2022-10-13 Thread cpd73


OK, my notes on this are:


Code:


  Bluetooth
  Installed into https://github.com/CDrummond/lms-btspeaker
  /usr/local/bluetooth
  
  Deps:
  sudo apt install python3-evdev
  
  BlueAlsa
  Not official part of bullseye :(
  See: https://sigmdel.ca/michel/ha/rpi/bluetooth_in_rpios_02_en.html#bluealsa3
  
  #
  # For 32-bit:
  #echo "deb http://archive.raspbian.org/raspbian/ bookworm main" | sudo tee 
/etc/apt/sources.list.d/armbian.list
  #printf 'Package: *\nPin: release n=bookworm\nPin-Priority: 100\n' | sudo tee 
--append /etc/apt/preferences.d/limit-bookworm
  #wget https://archive.raspbian.org/raspbian.public.key -O - | sudo apt-key 
add -
  #sudo apt update
  #sudo apt install bluez-alsa-utils
  
  #
  # For 64-bit:
  wget 
http://ftp.de.debian.org/debian/pool/main/b/bluez-alsa/bluez-alsa-utils_3.0.0-2_arm64.deb
  wget 
http://ftp.de.debian.org/debian/pool/main/b/bluez/libbluetooth3_5.64-2_arm64.deb
  wget 
http://ftp.de.debian.org/debian/pool/main/libl/libldac/libldacbt-abr2_2.0.2.3+git20200429+ed310a0-4_arm64.deb
  wget 
http://ftp.de.debian.org/debian/pool/main/libl/libldac/libldacbt-enc2_2.0.2.3+git20200429+ed310a0-4_arm64.deb
  wget 
http://ftp.de.debian.org/debian/pool/main/b/bluez-alsa/libasound2-plugin-bluez_3.0.0-2_arm64.deb
  sudo apt install libsbc1
  sudo dpkg -i *.deb
  
  sudo groupadd bluealsa
  sudo usermod -a -G bluealsa pi
  sudo usermod -a -G bluealsa lms
  -- groups did not work. lms user cannot play???
  
  Edit /lib/systemd/system/bluez-alsa.service and uncomment "Group=bluealsa" 
line
  
  sudo systemctl daemon-reload
  sudo systemctl restart bluez-alsa
  
  Squeezelite:
  sudo apt install squeezelite
  sudo systemctl stop squeezelite
  sudo systemctl disable squeezelite
  
  Pair BT devices
  sudo bluetoothctl
  [bluetooth]# scan on
  ...
  [bluetooth]# scan off
  [bluetooth]# pair 00:00:00:00:00:00
  [bluetooth]# trust 00:00:00:00:00:00
  [bluetooth]# connect 00:00:00:00:00:00
  [bluetooth]# exit
  
  Systemd:
  sudo btspeaker-monitor.service /etc/systemd/system/
  sudo systemctl daemon-reload
  sudo systemctl enable btspeaker-monitor
  sudo systemctl restart btspeaker-monitor
  




*Material debug:* 1. Launch via http: //SERVER:9000/material/?debug=json
(Use http: //SERVER:9000/material/?debug=json,cometd to also see update
messages, e.g. play queue) 2. Open browser's developer tools 3. Open
console tab in developer tools 4. REQ/RESP messages sent to/from LMS
will be logged here.

cpd73's Profile: http://forums.slimdevices.com/member.php?userid=66686
View this thread: http://forums.slimdevices.com/showthread.php?t=116913

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss


[slim] Spotty > New Music

2022-10-13 Thread amey01


Not sure if this has been asked because I don't know what to search for
- however I have a couple of what appear to be albums (maybe playlists?)
showing up from Spotty in my "New Music" listing. Does anyone know what
is going on here?



amey01's Profile: http://forums.slimdevices.com/member.php?userid=11274
View this thread: http://forums.slimdevices.com/showthread.php?t=116922

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss


Re: [slim] LMS and bluetooth

2022-10-13 Thread castalla


cpd73 wrote: 
> 
> 
> https://github.com/CDrummond/lms-btspeaker
> 
> If you want to know the steps I used to setup BT on the Pi4/64-bit I can
> post those later.

Would be useful for others!





castalla's Profile: http://forums.slimdevices.com/member.php?userid=15624
View this thread: http://forums.slimdevices.com/showthread.php?t=116913

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss


Re: [slim] LMS and bluetooth

2022-10-13 Thread cpd73


castalla wrote: 
> A few years ago, I struggled to get Bluetooth working on Linux but gave
> up.   Maybe things have moved on?

I've been using Bluetooth on a Pi4 (Raspbian, not piCorePlayer) for
years. Upgraded the Pi4 to a newer 64-bit distro and had some hassle,
due to changes (had to manually install bluez-alsa from a deb file), and
one speaker takes longer to connect than before, but everyting still
works. I have a python script that monitors for BT connections and then
starts a squeezelite instance. This allows me to have a speaker in the
bathroom that I just turn on and after a few seconds (this is the slower
speaker) it conncts to LMS and starts to play. This script also passes
the prev, play, pause, and next button presses onto LMS.

https://github.com/CDrummond/lms-btspeaker

If you want to know the steps I used to setup BT on the Pi4/64-bit I can
post those later.



*Material debug:* 1. Launch via http: //SERVER:9000/material/?debug=json
(Use http: //SERVER:9000/material/?debug=json,cometd to also see update
messages, e.g. play queue) 2. Open browser's developer tools 3. Open
console tab in developer tools 4. REQ/RESP messages sent to/from LMS
will be logged here.

cpd73's Profile: http://forums.slimdevices.com/member.php?userid=66686
View this thread: http://forums.slimdevices.com/showthread.php?t=116913

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss