diff --git a/README.md b/README.md index 1eb19e9..e6f1bee 100644 --- a/README.md +++ b/README.md @@ -18,19 +18,10 @@ Dependencies - getpass - GTK libs -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 ` on the screen - Udev rules ---------- -- On Ubuntu, add this rules in `/etc/udev/rules.d/51-lcd2usb.rules` +- On Ubuntu, add this rule in `/etc/udev/rules.d/51-lcd2usb.rules` ```shell scriptll # Find your device information with command "lsusb" @@ -45,6 +36,15 @@ SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", ATTR{idVendor}=="0403", ATTR{idPro - 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 ` on the screen + Screenshots ----------- @@ -58,7 +58,7 @@ Credits This script has been written by Francois B. (Makotosan) * Email : francois@makotonoblog.be -* Website : https://makotonoblog.be +* Website : https://makotonoblog.be/quodlibetlcdscreen Licence ------- diff --git a/quodlibetLCDScreen.py b/quodlibetLCDScreen.py index 08b3b75..18f8d94 100644 --- a/quodlibetLCDScreen.py +++ b/quodlibetLCDScreen.py @@ -2,7 +2,7 @@ quodlibetLCDScreen author : Francois B. (Makotosan/Shakasan) licence : GPLv3 - website : https://makotonoblog.be + website : https://makotonoblog.be/quodlibetlcdscreen repository : https://github.com/shakasan/quodlibetLCDScreen """ @@ -105,7 +105,7 @@ class MyPlugin(EventPlugin): gridAbout.attach(lblval_plugin_author, 1, 2, 1, 1) # Plugin website lbl_plugin_website = labelTitle('Website : ') - lblval_plugin_website = labelMarkup('https://makotonoblog.be/quodlibetLCDScreen') + lblval_plugin_website = labelMarkup('https://makotonoblog.be/quodlibetlcdscreen') gridAbout.attach(lbl_plugin_website, 0, 3, 1, 1) gridAbout.attach(lblval_plugin_website, 1, 3, 1, 1) # Plugin repository