Originally posted by chicks
View Post
Announcement
Collapse
No announcement yet.
Inovato Quadra - $29 Squeezelite player
Collapse
X
-
The Android box from Amazon comes with an IR remote, which works well, once mapped, under Armbian.
Stumbled upon this great Asynchronous Python lib which makes pulling data from LMS super simple. Mucking about with a Python app to drive an HDMI display of any size, with automatic resizing. Looking good so far...
piTouch™ w/JustBoom DigiHat -> RME ADI-2 DAC FS -> JBL 305P MkII monitors; LMS 8.2 on piCorePlayer/Pi 4; Material Skin.
Comment
-
My experimental Python script attached. Tested on the $29 Android TV box from Amazon, with 7", 24" and 65" HDMI displays, but should scale to any size 16:9 display.
Remote control functions to select which Squeezebox to monitor, pause/play/stop, next/prev, direct select playlist item 1-10 with number keys.
HDMI standby when nothing is playing.
Volume buttons are not grabbed by the python script currently, but work with alsa on the local box. If you're running squeezelite on this box, its volume will be controlled unless you're using the hw: alsa output. Should be simple enough to add to the script.
to prep, from a cmd shell on the box, running the Inovato Armbian distro on an SD card:
sudo apt install python3-evdev
sudo apt install python3-tk
sudo apt install python3-pip
unzip the attached file in the /home/quadra directory
cd sb
sudo pip3 -r requirements.txt
edit the sb.sh file with the ip address of your LMS server
./sb.sh to launch
to set up for auto launch:
sudo armbian-config
under system, select desktop
change to desktop with auto login
In the Armbian menus, set up auto start for /home/quadra/sb/sb.sh, so that it starts at bootup
Have fun!
Running on 24" and 7" displays, currently monitoring my WiiM Mini (LMS->WiiM via UPnP plugin):
Attached FilesLast edited by chicks; 2022-11-04, 00:34.piTouch™ w/JustBoom DigiHat -> RME ADI-2 DAC FS -> JBL 305P MkII monitors; LMS 8.2 on piCorePlayer/Pi 4; Material Skin.
Comment
-
Measurements of the T95's Toslink output. It truncates everything to 16 bits, but so long as you're happy with CD quality (as I am), it's very clean. The RME test files show it's big-perfect at 16 bits.
Code:filename = in/inovato.wav freq = 1000, t1 = 1, t2 = 5 frame rate = 44100, channel = 2 shape = (2, 253952), dim = 253952, sample_rate = 44100 channels = 2 track length = 5.76 seconds low_freq = 10.0, max_freq = 1000.0 low_freq = 10.0, max_freq = 1000.0 channel 1: thd = 0.00007 % channel 2: thd = 0.00007 %
Last edited by chicks; 2022-11-17, 23:11.piTouch™ w/JustBoom DigiHat -> RME ADI-2 DAC FS -> JBL 305P MkII monitors; LMS 8.2 on piCorePlayer/Pi 4; Material Skin.
Comment
-
Nice to see RPi alternatives.
Originally posted by chicks View PostI've been mucking about with this box from Amazon: https://www.amazon.com/dp/B0B46D9VCP
It's also $29 (shipping included), but adds a remote control and TOSLink optical output.
I downloaded the Inovato build of Armbian to an SD card, and it boots up just fine on this box (haven't yet tried to burn it to the device's flash).
......
Have you seen any gotchas with this T95 box and the Inovato build? Flashing it would be a more permanent solution, I would think. Thanks for documenting your findings so far.
Comment
Comment