Bug 247022 - Add support for additional software to the /media script
Summary: Add support for additional software to the /media script
Status: RESOLVED INTENTIONAL
Alias: None
Product: konversation
Classification: Applications
Component: general (show other bugs)
Version: 1.2.3
Platform: Mandriva RPMs Linux
: NOR wishlist
Target Milestone: ---
Assignee: Konversation Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-08 01:12 UTC by Andrej Čremožnik
Modified: 2012-04-09 00:50 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrej Čremožnik 2010-08-08 01:12:59 UTC
Version:           1.2.3 (using KDE 4.4.3) 
OS:                Linux

If it's doable, I'd like to request support for additional media players in the media script[1].

The two applications such support would be much appreciated for are SMPlayer[2] and VLC[3].

[1]: http://konversation.kde.org/wiki/Media_%28script%29
[2]: http://smplayer.org/
[3]: http://www.videolan.org/vlc/

Reproducible: Didn't try
Comment 1 Eike Hein 2010-08-08 09:02:26 UTC
VLC would be possible. It has an optional D-Bus interface following the MEPIS spec these days, so if we add support for MEPIS we'd get it for free.

SMPlayer however has no D-Bus interface or similar at all, so the best we could do there is window title scraping for the filename.
Comment 2 Andrej Čremožnik 2010-08-08 09:10:39 UTC
Windows title scraping doesn't sound so bad at all. Thanks for considering this wishlist item.
Comment 3 Eike Hein 2010-08-08 09:14:05 UTC
We already do the scraping for KMPlayer (or was it KPlayer? also a MPlayer frontend in any case), so I guess one more doesn't hurt ;).
Comment 4 Eike Hein 2012-04-09 00:50:43 UTC
The new media script on master exclusively implements MPRIS2, with no plans to support anything else. On the flip side, recent versions of VLC implement MPRIS2.