Display Artist/Title on USB Screen from Quod Libet audio player https://makotonoblog.be/applications/quodlibetlcdscreen/
Find a file
2024-11-05 00:57:59 +01:00
.gitignore . 2020-12-18 21:33:13 +01:00
lcd.jpg add comments, readme, screenshots, ... 2020-10-19 17:19:09 +02:00
LICENCE . 2020-12-18 21:33:13 +01:00
quodlibetLCDScreen.py . 2020-12-18 21:33:13 +01:00
README.md doc upd 2024-11-05 00:57:59 +01:00
screen_1.jpeg . 2020-12-18 21:33:13 +01:00
screen_2.jpeg . 2020-12-18 21:33:13 +01:00

quodlibetLCDScreen

This is a little plugin for Quod Libet audio player that allow you to display current song Artist/Title on an external USB LCD Screen.

screen1

Hardware compatibility

I used this screen : https://www.banggood.com/1602-RGB-LCD-Display-With-USB-Port-For-Raspberry-Pi-3B-2B-B-Windows-Linux-p-1079617.html

Dependencies

Udev rules

  • On Ubuntu, add this rule in /etc/udev/rules.d/51-lcd2usb.rules
# Find your device information with command "lsusb"
# Change ATTR{idVendor} and ATTR{idProduct} to match.
#
# In my case : Bus 006 Device 002: ID 0403:c630 Future Technology Devices International, Ltd lcd2usb interface
#
# This allows users to access the usb device without requiring root permissions
#
SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", ATTR{idVendor}=="0403", ATTR{idProduct}=="c630", MODE="0666"
  • Then reboot computer or refresh udev : sudo udevadm control --reload-rules

Manual install

On Ubuntu

  • Create a directory named quodlibetLCDScreen in ~/.quodlibet/plugins
  • Copy quodlibetLCDScreen.py in this directory
  • Open Quodlibet and activate the plugin, you should see a Hello <your_username> on the screen

Screenshots

screen1

screen1

Credits

This script has been written by Francois B. (Makotosan)

Licence

  • The script/plugin is licensed under the terms of the GPLv3