Volumio 2 - Deezer browser access

:wink:
Web page from Deezer can be acessed in Volumio 2.
Modify:
/volumio/app/mainmenu.json via ssh nano edit command:

Add following line
{“id”: “link”, “name”: “Deezer”, “params”: {“url”: “http://www.deezer.com/profile/useridnr”}}
Replace useridnr with your’s registered id.

For display Volumio in non kiosk mode (mode with shromium browser tabs)
modify /opt/volumiokiosk.sh

–kiosk enable chromium browser with tabs !!!

–start-maximized \ maximized browser window
–incognito \ disable restore previous faulty session

#!/bin/bash
xset +dpms
xset s blank
xset 0 0 120
openbox-session &
while true; do
/usr/bin/chromium-browser
–no-touch-pinch
–no-first-run
–disable-3d-apis
–disable-breakpad
–disable-crash-reporter
–disable-infobars
–disable-session-crashed-bubble
–start-maximized
–incognito
–disable-translate
–user-data-dir=’/data/volumiokiosk’ --no-sandbox localhost:3000
done

I have a hifiberry plus audio interface. To display full 1920x1080 mode on HDMI TV modify in:
/boot/config.txt

initramfs volumio.initrd
gpu_mem=16
max_usb_current=1
disable_splash=1
dtparam=audio=on
dtparam=i2c_arm=on
lirc_dev
lirc_rpi gpio_in_pin=23
gpu_mem_1024=256
gpu_mem_512=144
gpu_mem_256=112

raspberrypi.org/documentati … t/video.md

hdmi_force_hotplug=1
hdmi_drive=2
hdmi_group=1
hdmi_mode=5

U can use volumio as a normally browser with radio keyboard/mouse ( Logitech K4000)
Sound over DAC - Hifiberry (integrated in Volumio) is very fine also for Deezer. :smiley:

With LIRC and Logitech Hamony One i can in Deezer (browser app) control audio (up/down/mute/play/stop)
but switch next song vorward or back is not possible :astonished:

Hi there,
I am really interested about what you said, I succeed the first step but I got trouble by creating the shell file volumiokiosk.sh.
You say modify but i didn’t find any file of this name, could you tell me a bit more about what you’ve done ?

File should be in opt dir (don’t create one)
Enable ssh via browser address
volumioip/DEV

Then via putty program in a ssh sesion to volumio
user:volumio
pass:volumio
Find opt directory

Edit file as described above
/opt/volumiokiosk.sh
Save it.

I could play deezer by volumio from my iphone via airplay! my question is … from where music is downloaded? by the iphone or from the rapsberry? And if I have a HIFI plan in Deezer, is this quality respected?