mpd
Here are 302 public repositories matching this topic...
-
Updated
May 28, 2020 - C
-
Updated
May 24, 2020 - Python
-
Updated
Apr 9, 2020 - Shell
the plan is to develop on top of the Mopidy javascript library.
it will be great to integrate the LED matrix APIs so a user could draw on it directly from the same web-interface (or maybe the we could get more ambitio
I liked this feature in the C++ version. Any interest in having it in the new version, or not?
For example, I had ^W run a python script which grabbed and displayed the lyrics for the currently-playing song. I had ^T run Transcribe with the song under the cursor's path/filename as an argument.
It might be nice to allow placeholders for tags of the current or highlighted song.
-
Updated
May 13, 2020 - Ruby
I think it would add a lot of readability to the song lists if they were shown in columns. This could easily be achieved by allowing some notation for padding/truncating overflow in the song format language.
Even cooler (but guessing from some looks at the code, requiring a lot more changes) would be if this padding (column width) could be relative to the window width.
-
Updated
Nov 24, 2019 - C++
-
Updated
Jun 4, 2018
-
Updated
Jun 16, 2018 - JavaScript
-
Updated
Apr 13, 2020 - PHP
-
Updated
Jun 6, 2018 - Shell
The mpd lsinfo command returns a list but the return value of the corresponding client function returns a single Song. The implemented behavior returns the last entry.
The mpd documentation says: "Lists the contents of the directory URI. The response contains records starting with file, directory or playlist, each followed by metadata (tags or other metadata)."
-
Updated
Mar 17, 2020 - C++
-
Updated
Aug 21, 2019 - Ruby
There are now a good number of shell scripts in the tree. We should have a consistent style, and lint these scripts as well. shellcheck seems like a good off-the-shelf option for listing.
-
Updated
Jan 27, 2020 - Haskell
-
Updated
Apr 11, 2018 - Swift
Still trying to install it.
I am sure my sql user and pass is right. I am even trying the roo/password for mysql.
indexer slimpdmain slimpdsuggest
Sphinx 2.2.11-id64-release (95ae9a6)
Copyright (c) 2001-2016, Andrew Aksyonoff
Copyright (c) 2008-2016, Sphinx Technologies Inc (http://sphinxsearch.com)
using config file '/etc/sphinxsearch/sphinx.conf'...
indexing index 'slimpdmain
Improve this page
Add a description, image, and links to the mpd topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the mpd topic, visit your repo's landing page and select "manage topics."


The documentation for commands() states that it returns "commands the current user has access to." However, after initiating an MPDClient object, I get several commands which have not been bound yet or do not exist at all.
Th