My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
Help  
How to use Music Player Minion
Featured, Help
Updated Feb 4, 2010 by cseic...@gmail.com

How do I add Music to Music Player Minion? How do I add songs?

Answer: You don't. See MusicPlayerDaemon.

Introduction

Welcome to the Music Player Minion help page. This page is a work in progress. If you don't see what you are looking for yet, please feel free to post your question in the comments section at the bottom of this page in at http://groups.google.com/group/music-player-minion

If you are not already familiar with Music Player Daemon, please read this page: MusicPlayerDaemon

This page will always refer to the most recent version available.


Keyboard Shortcuts

Note: Where "Control" is mentioned, this may be a different accelerator key depending on your operating system.

Application Level

Play/Pause Spacebar (if not in textbox or browsing collection)
Next Track Control + Right
Previous Track Control + Left
Stop Playback Control + Backspace
Volume Up = or +
Volume Down -
Focus Search Control + Z
Focus Playlist Left
Focus Browse Right
Focus MPD Command F2
Browse Back Backspace
Bookmark Current Location Control + D
Update Library / Current Folder F5
Playlist Menu Alt + P

Playlist

Select All Control + A
Delete Item(s) Delete

Browse

Select All Control + A
Delete Item(s) Delete
Add to Playlist Insert
Replace Playlist Shift + Insert
Filter Type any printable characters


Drag and drop

The following drag and drop combinations are possible within Music player Minion:

  • Drag to reorder within a playlist.
  • Drag to reorder items on the Home page.
  • Drag from playlist to browse section to remove playlist items.
  • Drag from browse section to playlist to add items.
  • Drag from browse to the current song section at the top to add to playlist and play those items immediately.
  • Drag from playlist to other destinations will drop text in the format: artist - album - title
  • Drag from browse section to other destinations will drop the object name in text format. For files this will be the filename, for all others it will be what is displayed in the Title column.
  • Links to supported audio files or playlists (.m3u or .pls) can be dropped into Minion's playlist. This is a useful feature if you are using the sidebar version and want to drop a link from a web page.

Custom Commands

Commands sent to MPD will be displayed in the status bar where it says "Last Command". In addition to being informative, this location is also a textbox where you can enter your own commands. This can be useful for using mpd features not implemented by MPM. Commands entered here are the same as MPD's telnet protocol, see http://mpd.wikia.com/wiki/Protocol_Reference for details. Commands that return results from the database will be displayed in the Browse section above.

Examples of how this feature could be used is to enter the command "list genre" to browse by Genre,"crossfade 3" to add a 3 second crossfade, or advanced find and list commands.

Also, multiple commands can be strung together to create macros or queries using mpd's command_list feature. As a convenience, you can omit the command_list_begin/end commands. To enter multiple commands, separate each command with a semicolon ; (or use Alt + Enter to force a newline). If you omit the command_list_begin or command_list_end statements they will be automatically added in before the commands are run.

The following example will play the entire library on random:

clear;add "/";random 1;play

which is the same as:

command_list_begin
clear
add "/"
random 1
play
command_list_end

When a command list will return multiple sets of database results, those results will be joined and the duplicates removed.


Bookmarks

Bookmarking a location will add it to the Home page in Minion. This can be especially useful when used with custom commands, creating a sort of "macro" feature. Bookmarks for custom commands can be renamed after the bookmark has been created by right clicking on it and choosing Rename.

Comment by timwyat...@gmail.com, Apr 17, 2008

i cant add songs to the play list, can you please explain how i should do so?

Comment by project member cseic...@gmail.com, Apr 28, 2008

timwyatt,

There are three options to add song to the playlist:

Select the songs in the browser (bottom-right) and click on the "Add to Playlist" button. Right click on a song and choose "Add to Playlist". Drag and drop the song into the Playlist on the left.

Comment by joebob.p...@gmail.com, May 2, 2008

how do i add music to the player i can't seem to?

Comment by project member cseic...@gmail.com, May 2, 2008

joebob,

Minion is a client for Music Player Daemon service. Music is added to the mpd library and Music player Minion then interacts with that server. To connect to the server, you'll need to enter the host and port in Settings.

Go to http://musicpd.org for more information about MPD.

Comment by Johnatho...@gmail.com, Jun 5, 2008

its a pain in the ass.

Comment by sublimed...@gmail.com, Jul 6, 2008

I can't get connected to the source, can you tell me how, or can you give me an alternate source?

Comment by project member cseic...@gmail.com, Jul 7, 2008

sublimedude777,

You should be able to checkout the source using the instructions on this page: http://code.google.com/p/musicpm/source/checkout

To make a long story short, make sure you have a svn client installed and enter the following at a command line:

svn checkout http://musicpm.googlecode.com/svn/trunk/ musicpm-read-only

You can also go to the downloads section, download the .xpi, and open it with a Zip utility.

If you still have trouble, please start a thread at http://groups.google.com/group/music-player-minion and let me know what operating system you are using. You may want to sign up either way as I'll be making announcements about Music Player Minion 2 soon and how to do download and setup that version from svn for testing.

Comment by eric.car...@gmail.com, Jul 7, 2008

where do i go to get music

Comment by eric.car...@gmail.com, Jul 11, 2008

how do i download music player daemon? i didnt understand the instructions they gave me.

Comment by silv....@gmail.com, Jul 20, 2008

how do you put songs in the player

Comment by mazie...@gmail.com, Aug 20, 2008

Hi,

I don't know if it's possible that minion makes mpd to play streaming radio from internet.

Can you clarify then the use of the "add url" in playlists

Comment by lepak...@gmail.com, Aug 29, 2008

how can i play my music files in the pc?

Comment by luri...@gmail.com, Sep 13, 2008

Minion is pretty cool, too bad the autocentering of the current song in the playlist can't be toggled off. Also, it doesn't seem you can drag and drop songs from the browser to the playlist to a special location, rather append them to the playlist... Cheers!

Comment by Oddratio...@gmail.com, Sep 13, 2008

Wow! Cool MPD client. has become one of my favorites.

One question: How do I get Minion to display my cover art? If possible, I want to be able to define my own .jpg that I have locally.

Thanks!

Comment by EnergyDa...@gmail.com, Dec 29, 2008

why can't i add links from youtube

Comment by project member cseic...@gmail.com, Dec 30, 2008

Only music files are supported by mpd, not video.

Comment by carlospgmat03@gmail.com, Feb 21, 2009

I love it, thanks.

Comment by pzf...@gmail.com, Apr 8, 2009

Is there a way to start this using a URL so I can create a bookmark/icon to start up Minion?

Comment by project member cseic...@gmail.com, Apr 8, 2009

pzfeo,

The url is: chrome://minion/content/minion.xul

You should see this url in the address bar when you are viewing the page within firefox. If you want to start it from a desktop icon or the command line, you need to use the -chrome switch:

firefox -chrome chrome://minion/content/minion.xul

Comment by smitchel...@gmail.com, May 2, 2009

HOW THE FUCK DO I PLAY FUCKING SONGS?

Comment by project member cseic...@gmail.com, May 3, 2009
Comment by mike.gal...@gmail.com, May 26, 2009

Very nice, using this to control MPD on a NMT. Thanks for all your efforts!

Comment by donteatc...@gmail.com, Jun 22, 2009

On top of the page it says loading .pls playlists is supported, and indeed, it is. However, I'd also like to drop .pls files in MPD's playlist folder. The reason is that I'd like to have a radio streams playlist on the server, and have each one be called something sensible. Currently the URL shows up, and they usually aren't very descriptive. Does MPM support this? Will it? Does MPD even support it?

Comment by obr...@gmail.com, Jun 26, 2009

Hello,

VERY happy with Minion as an easy secondary client for MPD. However, there is one thing that is really pissing me off... When I go to browse artists it doesn't sort it. I get Michael Jackson first, then Fat Boy Slim, etc (very random - though always the same "random" order each time i visit the artists list). I know i can click on "Title" to sort it, but to have to do that every time is a joke. How can I make it default to be sorted alphabetically? I do not have this issue in any other MPD client i've used...

Comment by TODJAYDO...@gmail.com, Jun 29, 2009

how do i get music on the minion, i mean i know it says enter url but where can i find music urls?? its getting kind of annoying

Comment by obr...@gmail.com, Jun 30, 2009

Another question -- Where is MPM getting the album art from? Is it grabbing it from Amazon/Last.fm or somewhere similar each time something plays or does it use the same database that ario is using? gmpc has to load entirely separate from ario is why i'm asking... I hate to be constantly downloading tons of album covers :(

Comment by project member cseic...@gmail.com, Jul 2, 2009

obrith,

The sort will be whatever mpd returns by default, usually a case sensitive sort. You can change this by going into Settings and checking off the "Always loa with linguistic sort" option.

The album art url is being looked up from musicbrainz.com and downloaded from amazon. The lookup is cached for the session and the image is cached automatically by Firefox. You can expect to download each image only once (unless you clear your temporary internet files). The musicbrainz lookup happens once per session.

Comment by project member cseic...@gmail.com, Jul 2, 2009

TODJAYDOG511:

Scroll up to the very top of the page and read the first topic:

How do I add Music to Music Player Minion? How do I add songs?

Comment by obr...@gmail.com, Jul 2, 2009

cseickel,

Downloaded 1.99 (MPM 2) and used the setting you described. Works fine/how I wanted. I like the newer interface quite a bit for the most part, though it seems redundant to some degree (middle and right panels). And took me a second to find how to open MPM (I naturally closed the window it popped up on firefox launch, but found how to launch it in a tab in the settings right away once i found the MPM buttons in the lower right).

Thanks, Great web client for my windows box!

obrith

Comment by sunde...@gmail.com, Jul 4, 2009

how to tern off autorun minion window? when FF is opening?

Comment by project member cseic...@gmail.com, Jul 5, 2009

obrith,

It is redundant to have all three panels. The idea is that you can choose the layout that suits you and close the one(s) you don't want by resizing them.

Comment by project member cseic...@gmail.com, Jul 5, 2009

sundelor,

I just uploaded a new package that fixes the auto-open window. That was actually a mistake in packaging.

Comment by mrbrettp...@gmail.com, Jul 6, 2009

the music daemon in not user-friendly. which in turn makes the music minion useless to me. a waste of time, sadly. i'll have to uninstall both.

Comment by sunde...@gmail.com, Jul 11, 2009

can't install new version, FF said that cant find script to install.

P.S. sorry for my english :)

Comment by sunde...@gmail.com, Jul 11, 2009

already find the problem, You put folder release into .xpi, instead of putting just content of this folder :)

Comment by fales...@gmail.com, Sep 25, 2009

How do i put the music on?

Comment by obr...@gmail.com, Nov 9, 2009

Minor bug i've seen in 1.99 -- The track end time on the playbar gets "stuck" on previous tracks end time occasionally.

Eranolas - read very top of the page. Music Player Minion does not play songs, per se. It simply (remotely) controls MPD that is running on a linux/unix server that has access to your music. IE you have your media center connected to your stereo that has MPD running, and you sit on your couch and control the music that is playing with your laptop. Or from your neighbors house. Or from the other side of the world.

Comment by obr...@gmail.com, Nov 9, 2009

Also, I miss drag-drop in 1.99 :(

Comment by j05...@gmail.com, Dec 13, 2009

Great plugin! Love it! Cheers, Joshua

Comment by NilsNore...@gmail.com, Mar 23, 2010

I LIIKE! this plugin. With the Thinclient from e-bay for 15€, MPD, an NFS share and this plugin it is just perfect for my music at home. Thanks! I installed the Version 2 yesterday and found some cool new features(songtext, songinfo, google it,...). Peter

Comment by pro...@gmail.com, Jun 7, 2010

My httpd server is not running on pot 80. How can I connect?

I tried host_address:xxxx, but minion thinks xxxx is the mpd port, and replaces 6600 for xxxx. Therefore, I cannot connect outside my local network, which is behind a NAT. Thanks.

Comment by ifp...@gmail.com, Jan 28, 2011

How to play music on client?, when i try to play a track, mpd starts to play it on server.

Comment by pixiemot...@gmail.com, Feb 14, 2011

Drag and drop does not seem to be working, do I have to do anything special to get it to work?

I would love to be able to drag from library or saved playlitst into other saved (not-current) playlists, while playing something else... have never seen an mpd client before that allows for this.

Comment by pixiemot...@gmail.com, Feb 14, 2011

Also, are there other themes available anywhere?

Comment by jason.wh...@gmail.com, Mar 28, 2011

One thing I'd like to know is how to pass an argument to an mpd command when creating a menu item. The edit menu item option makes it seem like, whatever is selected when the custom command is invoked would be the argument which isn't the case and I can't find a way to send an argument, at all. One use case example is Create/Delete/Edit Playlists. You can create a playlist from the UI but you can't delete it from the UI, so I created a "Delete Playlist" command for the menu but sadly, there's no way to send what is selected as the argument (in this case, the mpd command is 'rm'). So I have to use a background console to mpd to do this.

Comment by jeantouc...@gmail.com, Jun 17, 2011

Hi!

Great player. Mnay thanks.

1) Can MPM display cover art from .flac files? I thought it did it once, but then after, i was never able to see the cover art again.

2) How can I save playlists? It seems that when i turn my music server player off, the playlists disappear. Is it because i can't save them on the server. Can I save them somewhere else?

Many thanks again.

jt

3)


Sign in to add a comment
Powered by Google Project Hosting