Difference between revisions of "Volumio"

From Alessandro's Wiki
Line 32: Line 32:
* touchscreen (after reboot)
* touchscreen (after reboot)
touch display plugins in the plugin manager in volumio.local/plugin-manager and rotate
touch display plugins in the plugin manager in volumio.local/plugin-manager and rotate
= disable MyVolumio =
even thought i've a subscription, I don't like the rude way they put the menu item occupying a lot of precious space of my screen.
A little hack can help. It will revert to the original on every update
in www3/styles/app-936d2e26fe.css
#main-menu .myvolumio-card-container {
    margin-top: 46px;
    display: none;
}

Revision as of 08:14, 23 July 2021


Mount SMB/CIFS

  • add to options:
vers=2.0

Mount points

Filesystem                               Type      Size  Used Avail Use% Mounted on
/dev/mmcblk0p1                           vfat       61M   57M  3.4M  95% /boot
/dev/mmcblk0p2                           ext4      2.2G  1.3G  854M  60% /imgpart
  • the slash partition (where all the avail. space goes)
Filesystem                               Type      Size  Used Avail Use% Mounted on
overlay                                  overlay   464G  1.2G  439G   1% /
  • a mount point
Filesystem                               Type      Size  Used Avail Use% Mounted on
//NAS_IP/Public/Music                    cifs      2.8T  2.2T  545G  81% /mnt/NAS/Public


screen

work in progress

  • rotate the display

in /boot/config.txt

dtoverlay=tft35a:rotate=270

in /etc/rc.local

xinit /usr/bin/chromium-browser --no-sandbox --no-first-run --noerrdialogs --start-fullscreen --start-maximized --disable-notificati$
  • touchscreen (after reboot)

touch display plugins in the plugin manager in volumio.local/plugin-manager and rotate

disable MyVolumio

even thought i've a subscription, I don't like the rude way they put the menu item occupying a lot of precious space of my screen. A little hack can help. It will revert to the original on every update

in www3/styles/app-936d2e26fe.css

#main-menu .myvolumio-card-container {
    margin-top: 46px;
    display: none;
}