[maemo-developers] Launching mediaplayer from command line in N900
From: Timo Härkönen timop.harkonen at gmail.comDate: Fri Apr 9 09:44:25 EEST 2010
- Previous message: Launching mediaplayer from command line in N900
- Next message: Launching mediaplayer from command line in N900
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi again :) <snip> > Try > > dbus-send --session --print-reply ----type=method_call > --dest=com.nokia.mediaplayer /com/nokia/mediaplayer > com.nokia.mediaplayler.mime.open string:"file:///path/to/your/file.mp3" > > The above has too many dashes in front of type and a typo in the method name. the correct version is: dbus-send --session --print-reply --type=method_call --dest=com.nokia.mediaplayer /com/nokia/mediaplayer com.nokia.mediaplayer.mime_open string:"file:///path/to/your/file.mp3" <snip> BR -Timo -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.maemo.org/pipermail/maemo-developers/attachments/20100409/a1f6e3c3/attachment.htm>
- Previous message: Launching mediaplayer from command line in N900
- Next message: Launching mediaplayer from command line in N900
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]