Page 1 of 1

[SOLVED] Caja media tab on MATE

Posted: 22. May 2012, 13:50
by lmello
Hi,

I know this is (almost) nothing, but I want to fill in the 'Music Player' field in Caja's media handling tab. By default, it shows 'No applications found'. Also I want Asunder to appear in the list of Caja's known applications. What do I have to mess with in order to handle this?

Re: Caja media tab on MATE

Posted: 22. May 2012, 16:05
by gapan
What music player do you have and what application do you have that handles it?

For asunder, I think you have to add

Code: Select all

MimeType=x-content/audio-cdda;
in the asunder.desktop file.

Re: Caja media tab on MATE

Posted: 22. May 2012, 16:35
by lmello
gapan wrote:What music player do you have and what application do you have that handles it?

For asunder, I think you have to add

Code: Select all

MimeType=x-content/audio-cdda;
in the asunder.desktop file.
The MimeType addition did the trick for asunder, thanks.

I want Exaile as the default Music Player.

Re: Caja media tab on MATE

Posted: 22. May 2012, 16:41
by gapan
I think you misunderstood what "Music Player" means in this context. It means portable music players, not computer software. You're supposed to set the default application that will handle any music players that you connect to your PC, like ipods.

Re: Caja media tab on MATE

Posted: 22. May 2012, 21:20
by lmello
Ah, the music device - it's an ipod, and I know Exaile can handle it if python-gpod is installed.

Re: Caja media tab on MATE

Posted: 22. May 2012, 21:35
by gapan
Try adding "x-content/audio-player" to the exaile.desktop mimetypes.

Re: Caja media tab on MATE

Posted: 23. May 2012, 01:28
by lmello
Wow, worked like a charm. Thanks! :)

I've never wondered how and why the x-content MimeType existed.