![]() |
2008-03-30
, 01:40
|
|
Posts: 2,869 |
Thanked: 1,784 times |
Joined on Feb 2007
@ Po' Bo'. PA
|
#62
|
![]() |
2008-03-30
, 01:45
|
|
Posts: 693 |
Thanked: 502 times |
Joined on Jul 2007
|
#63
|
![]() |
2008-03-31
, 04:05
|
|
Moderator |
Posts: 7,109 |
Thanked: 8,820 times |
Joined on Oct 2007
@ Vancouver, BC, Canada
|
#64
|
![]() |
2008-04-07
, 11:55
|
Posts: 66 |
Thanked: 145 times |
Joined on Jan 2008
|
#65
|
![]() |
2008-06-18
, 16:37
|
|
Moderator |
Posts: 7,109 |
Thanked: 8,820 times |
Joined on Oct 2007
@ Vancouver, BC, Canada
|
#66
|
![]() |
2009-04-27
, 15:30
|
Posts: 146 |
Thanked: 15 times |
Joined on Oct 2008
|
#67
|
I was wondering if I could send stuff to the built-in Media Player via the Switchboard, via "/usr/bin/mediaplayer-ui <params>", but it looks like that doesn't work.
![]() |
2009-04-27
, 16:22
|
|
Moderator |
Posts: 7,109 |
Thanked: 8,820 times |
Joined on Oct 2007
@ Vancouver, BC, Canada
|
#68
|
![]() |
2009-04-27
, 16:24
|
|
Posts: 4,274 |
Thanked: 5,358 times |
Joined on Sep 2007
@ Looking at y'all and sighing
|
#69
|
/usr/bin/dbus-send --type=signal --dest=com.nokia.mediaplayer /com/nokia/mediaplayer com.nokia.mediaplayer.mime_open string:"file//<path to file (with trailing slash included)>"
The Following User Says Thank You to qwerty12 For This Useful Post: | ||
![]() |
2009-04-27
, 21:28
|
Posts: 146 |
Thanked: 15 times |
Joined on Oct 2008
|
#70
|
Code:/usr/bin/dbus-send --type=signal --dest=com.nokia.mediaplayer /com/nokia/mediaplayer com.nokia.mediaplayer.mime_open string:"file//<path to file (with trailing slash included)>"
Nokia-N800-43-7:~> ls -la /home/user/Coereba_flaveola_16.mp3 -rw-r----- 1 user users 253514 Apr 27 16:33 /home/user/Coereba_flaveola_16.mp3 Nokia-N800-43-7:~> /usr/bin/dbus-send --type=signal --dest=com.nokia.mediaplayer /com/nokia/mediaplayer com.nokia.mediaplayer.mime_open string:"file///home/user/Coereba_flaveola_16.mp3"
MPlayer makes a bit of a hash of the WMV and the aspect ratio is all wrong. The aspect ratio can be fixed by adding another parameter to the mplayer command line: "-aspect 16:9" ... but that really should be some kind of dialog: "what aspect ratio? [ ] 4:3 [ ] 16:9 (WS)"