|
2010-04-03
, 05:43
|
|
Posts: 4,365 |
Thanked: 2,467 times |
Joined on Jan 2010
@ Australia Mate
|
#12
|
The Following User Says Thank You to F2thaK For This Useful Post: | ||
|
2010-04-03
, 14:49
|
Posts: 196 |
Thanked: 51 times |
Joined on Dec 2009
|
#13
|
|
2010-04-19
, 11:01
|
|
Administrator |
Posts: 1,036 |
Thanked: 2,019 times |
Joined on Sep 2009
@ Germany
|
#14
|
|
2010-04-20
, 01:42
|
Posts: 4,556 |
Thanked: 1,624 times |
Joined on Dec 2007
|
#15
|
So after search around a bit (thanks Patola), I found some information but still unable to get it to run. Here's what I found so far:
"Enable FM Transmitter"
/usr/bin/fmtx_client -p 1
"sample of script to run Media player + radio1_bergen file"
dbus-send --print-reply --dest=com.nokia.mediaplayer /com/nokia/mediaplayer com.nokia.mediaplayer.mime_open string:"file:////home/user/MyDocs/.sounds/radio1_bergen.ogg" (thanks to Morten-Christian Bernson - found via google)
"Location of Playlist I want Media Player to open"
/home/user/.mafw-playlists/17 (Use openssh for the first time to find the playlist, awesome app..don't know why I never try this app...so much better then the phone file browser...anyway, found my playlist saved under the file "17". Right-click to edit it and all my songs are there. PC software I used to connect to openssh was WinSCP as recommended by the website nokia900applications)
So I combine the sample script with my files (/home/user/.mafw-playlists/17). It open media player as it should but media player doesn't know how to play the file "17". I am not really sure what else to do as I have mentioned in previous post that I don't really no jack *****. If I close media player, it will loop again trying to open the file.
So if you are just interest in having media player play the same audio files over and over again, it is possible to just create that script but I want the playlist. Hope you guys out there (who actually knows these things) can help me. Thanks.
|
2010-04-20
, 02:31
|
|
Posts: 2,869 |
Thanked: 1,784 times |
Joined on Feb 2007
@ Po' Bo'. PA
|
#16
|
Exec=dbus-send --print-reply --dest=com.nokia.mediaplayer /com/nokia/mediaplayer com.nokia.mediaplayer.mime_open string:"http://www.voanews.com/mp3/voa/english/nnow/NNOW_HEADLINES.mp3"
#!/bin/sh /bin/echo 118 > /sys/class/i2c-adapter/i2c-2/2-0063/power_level /usr/share/lfocus/v4l2-ctl -d /dev/radio0 -f 87.9 exit 0
The Following User Says Thank You to YoDude For This Useful Post: | ||
|
2010-06-21
, 14:46
|
|
Posts: 2,142 |
Thanked: 2,054 times |
Joined on Dec 2006
@ Sicily
|
#17
|
dbus-send --print-reply --dest=com.nokia.mediaplayer /com/nokia/mediaplayer com.nokia.mediaplayer.mime_open string:"file:///home/user/MyDocs/playlist_name.m3u"
Just a thought:
Maybe I could create my own playlist instead of using the one made by Media player and try to get media player to auto launch that playlist. Will give this a try later.
Last edited by azz; 2010-04-03 at 05:40.