mpdlcd icon indicating copy to clipboard operation
mpdlcd copied to clipboard

A small tool to display MPD status on a lcdproc server

Results 10 mpdlcd issues
Sort by recently updated
recently updated
newest added

After installing mpdlcd (sudo pip install mpdlcd) and the various python dependancies i couldn't get it to run. LCDd basically works (listener on localhost:13666), but mpdlcd (0.5.2) fails to start:...

Cause are your two newest commits for 0.5.3dev release, since all tests pass in 0.5.2. ``` tests/test_display_fields.py::FieldRegistryTestCase::test_create_kwargs PASSED [ 2%] tests/test_display_fields.py::FieldRegistryTestCase::test_increment_ref PASSED [ 5%] tests/test_display_fields.py::FieldRegistryTestCase::test_invalid_name PASSED [ 7%] tests/test_display_fields.py::FieldRegistryTestCase::test_register PASSED...

I have edited the display_fields.py file as described by sprocket 1597 and for the most part everything is fine, but it always crashes when playing either an M4a file or...

It is impossible to display {sampling} value. I think, there is a bug in display_fields.py line 264: ``` super(BitRateField, self).__init__(width=width, **kwargs) ``` should be: ``` super(SamplingField, self).__init__(width=width, **kwargs) ``` It...

Hi, is it possible to display the current time in a pattern on the display ?

Time format used in mpdlcd is very good for listning local music collection, but it is not too good with very long music files or with internet radio, when sometimes...

mpdlcd has a nice feature to use alternate tags if it can't find correct value in basic one. However most internet radio station use values coded a little different than...

{bitrate} filed show nice value, but only for three digits bitrates like 128k. If you try to see bitrate of high density flac with bitrate over 1000kbps you will see...

Is it possible to add support for the buttons that some lcd screens have? I'd love to use mpdlcd to control MPD.