The Wayback Machine - https://web.archive.org/web/20200529191404/https://github.com/topics/mpd
Skip to content
#

mpd

Here are 302 public repositories matching this topic...

InspectorMustache
InspectorMustache commented Oct 25, 2018

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.

from mpd import MPDClient
mpc = MPDClient()
mpc.connect('127.0.0.1', port=6600)

for c in filter(lambda x: x not in dir(mpc), mpc.commands()):
    print(c)

Th

tremby
tremby commented Aug 7, 2017

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.

ninewise
ninewise commented Dec 23, 2015

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.

gerroon
gerroon commented Jun 15, 2018

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.

Curate this topic

Add this topic to your repo

To associate your repository with the mpd topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.