
biglcd
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
Uses C++. You'll have to compile (make && make install) before you can use the script. You don't have to use a multithreaded perl or python.
LCDproc Client for Amarok. Currently has a 20x4 layout.
Displays:
track title
artist
album track number
album name
track length
current track position in playlist
playlist length
current track time
play status
random mode status
Also displays a volume screen when the volume changes.
The screenshot was taken with ncurses.
15 years ago
0.4.0
Enabled config file
0.3.0
Added volume screen.
Fixed recv buffer.
15 years ago
0.4.0
Enabled config file
0.3.0
Added volume screen.
Fixed recv buffer.
hayaka
15 years ago
When I implement a layout customizer, what format should it be. Should it be like LCDSmartie, where they give you 4 lines and you fill it in with variable expansion. Or would you like it LCDVisualizer where you specifiy the coordinates of elements. (For example, artist should be on row 2, column 1.)
Choose:
LCDSmartie Style (line based)
or
LCDVisualizer (element based)
Report
pernambuco
15 years ago
¡¡¡¡GRACIASSSSS!!!!!
Report