Compare commits
No commits in common. "main" and "0.1" have entirely different histories.
1 changed files with 23 additions and 15 deletions
38
README.md
38
README.md
|
@ -1,25 +1,29 @@
|
||||||
# quodlibetLCDScreen
|
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.
|
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.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## Hardware compatibility
|
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>
|
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
|
Dependencies
|
||||||
|
------------
|
||||||
|
|
||||||
- lcd2usb : <https://github.com/xyb/lcd2usb>
|
- lcd2usb : https://github.com/xyb/lcd2usb
|
||||||
- quodlibet libs
|
- quodlibet libs
|
||||||
- getpass
|
- getpass
|
||||||
- GTK libs
|
- GTK libs
|
||||||
|
|
||||||
## Udev rules
|
Udev rules
|
||||||
|
----------
|
||||||
|
|
||||||
- On Ubuntu, add this rule in `/etc/udev/rules.d/51-lcd2usb.rules`
|
- On Ubuntu, add this rule in `/etc/udev/rules.d/51-lcd2usb.rules`
|
||||||
|
|
||||||
```shell
|
```shell scriptll
|
||||||
# Find your device information with command "lsusb"
|
# Find your device information with command "lsusb"
|
||||||
# Change ATTR{idVendor} and ATTR{idProduct} to match.
|
# Change ATTR{idVendor} and ATTR{idProduct} to match.
|
||||||
#
|
#
|
||||||
|
@ -32,27 +36,31 @@ SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", ATTR{idVendor}=="0403", ATTR{idPro
|
||||||
|
|
||||||
- Then reboot computer or refresh udev : `sudo udevadm control --reload-rules`
|
- Then reboot computer or refresh udev : `sudo udevadm control --reload-rules`
|
||||||
|
|
||||||
## Manual install
|
Manual install
|
||||||
|
--------------
|
||||||
|
|
||||||
On Ubuntu
|
On Ubuntu :
|
||||||
|
|
||||||
- Create a directory named `quodlibetLCDScreen` in `~/.quodlibet/plugins`
|
- Create a directory named `quodlibetLCDScreen` in `~/.quodlibet/plugins`
|
||||||
- Copy `quodlibetLCDScreen.py` in this directory
|
- Copy `quodlibetLCDScreen.py` in this directory
|
||||||
- Open Quodlibet and activate the plugin, you should see a `Hello <your_username>` on the screen
|
- Open Quodlibet and activate the plugin, you should see a `Hello <your_username>` on the screen
|
||||||
|
|
||||||
## Screenshots
|
Screenshots
|
||||||
|
-----------
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## Credits
|
Credits
|
||||||
|
-------
|
||||||
|
|
||||||
This script has been written by Francois B. (Makotosan)
|
This script has been written by Francois B. (Makotosan)
|
||||||
|
|
||||||
- Email : <francois@makotonoblog.be>
|
* Email : francois@makotonoblog.be
|
||||||
- Website : <https://makotonoblog.be/applications/quodlibetlcdscreen/>
|
* Website : https://makotonoblog.be/quodlibetlcdscreen
|
||||||
|
|
||||||
## Licence
|
Licence
|
||||||
|
-------
|
||||||
|
|
||||||
- The script/plugin is licensed under the terms of the GPLv3
|
The script/plugin is licensed under the terms of the GPLv3
|
||||||
|
|
Loading…
Add table
Reference in a new issue