Philip P. Ide

Author, programmer, science enthusiast, half-wit.
Life is sweet. Have you tasted it lately?

User Tools

Site Tools


blog:articles:general:conky_mpd

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
blog:articles:general:conky_mpd [2024/05/25 12:42] Phil Ideblog:articles:general:conky_mpd [2024/06/21 13:09] (current) Phil Ide
Line 1: Line 1:
 +~~NOCACHE~~
 ====== Conky and MPD ====== ====== Conky and MPD ======
 {{:blog:articles:general:conky_mpd.png?200 |Conky displaying an MPD panel}} Conky is a widget available on Linux, that allows the display of an enormous amount of data about system resources in real-time. Amongst those resources it can display is data available from MPD - Music Player Daemon. However, there are some bits of info that MPD outputs that conky doesn't collect, and some of that is particularly interesting. {{:blog:articles:general:conky_mpd.png?200 |Conky displaying an MPD panel}} Conky is a widget available on Linux, that allows the display of an enormous amount of data about system resources in real-time. Amongst those resources it can display is data available from MPD - Music Player Daemon. However, there are some bits of info that MPD outputs that conky doesn't collect, and some of that is particularly interesting.
Line 10: Line 11:
  
 For the length of the entire queue, I wrote an application in Rust (which compiles down to optimised machine code). This application fetches the entire playlist from MPD and then iterates through the list extracting the length of the track in seconds, and accumulating the results - then formats the final result as a 00:00:00 formatted time string. The source code is available on [[https://github.com/stroggprog/mpd_queue_len|GitHub]] if you want to compile it for yourself. For the length of the entire queue, I wrote an application in Rust (which compiles down to optimised machine code). This application fetches the entire playlist from MPD and then iterates through the list extracting the length of the track in seconds, and accumulating the results - then formats the final result as a 00:00:00 formatted time string. The source code is available on [[https://github.com/stroggprog/mpd_queue_len|GitHub]] if you want to compile it for yourself.
 +
 +//**Update:**//
 +I have written another function in Rust, this collects a whole bunch of information from the MPD queue, and outputs a Conky parsable formatted string, so it can not only display all that information, but apply Conky positional instructions, such as $alignc, ${offset}, ${voffset}, change colours/font etc. This allows me to display the following queue information: length of the queue as a timestring, elapsed time, remaining time, percentage elapsed. This is available at [[https://github.com/stroggprog/mpd_queue_stats|mpd_queue_stats]] on GitHub.
 +
 +You may notice there is a 'File:' marker just below the track title. This only displays if there is no title information available (think of it as a fallback). I found that having the filename displayed with the title makes for a confusing display, to I made them either/or options.
  
 === === === ===
Line 18: Line 24:
  
 As you can see, the conky panel on the right is displaying system information, and the panel in the top left is displaying information about the queue and the currently playing track. All in all, I think it's a sexy desktop. I'm going to upload the rust code to a repository on github, and I'm debating whether the lua code should be included with it or as a separate repo. As you can see, the conky panel on the right is displaying system information, and the panel in the top left is displaying information about the queue and the currently playing track. All in all, I think it's a sexy desktop. I'm going to upload the rust code to a repository on github, and I'm debating whether the lua code should be included with it or as a separate repo.
 +~~socialite~~
 +~~DISCUSSION~~
blog/articles/general/conky_mpd.1716640956.txt.gz · Last modified: 2024/05/25 12:42 by Phil Ide

Except where otherwise noted, content on this wiki is licensed under the following license: Copyright © Phil Ide
Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki