Notices


Reply
Thread Tools
Posts: 2,153 | Thanked: 8,462 times | Joined on May 2010
#891
@gidzzz:
Here is my next merge request for showing tracker notification when tracker scanning for new files: https://gitorious.org/qt-mediaplayer...rge_requests/7
 

The Following 9 Users Say Thank You to pali For This Useful Post:
som3a's Avatar
Posts: 132 | Thanked: 34 times | Joined on May 2011 @ sudan
#892
pleas guys ,,
i need help understanding how to install this app !!
if some one gives me a simple way to download and install this app, it will be so thankful !! ^_^

i need a noop instructions !!
 
Posts: 177 | Thanked: 152 times | Joined on Oct 2011
#893
Originally Posted by som3a View Post
pleas guys ,,
i need help understanding how to install this app !!
if some one gives me a simple way to download and install this app, it will be so thankful !! ^_^

i need a noop instructions !!
first install faster application manager

enable all repos i.e extras-testing,extras-devel

update app catalog

install open media player
 
som3a's Avatar
Posts: 132 | Thanked: 34 times | Joined on May 2011 @ sudan
#894
so it's on the repo ,, i just get messed up on the post .
thnx .. that is really cool ,,
 
Posts: 3 | Thanked: 0 times | Joined on Sep 2011
#895
In my n900, i cant save settings. i select then, and press save, and the settings dont be saved...

PS: Sorry for the bad English.
PSē:I wanna help translate the OPM to Portugues(Brasil)
 
Posts: 2,290 | Thanked: 4,133 times | Joined on Apr 2010 @ UK
#896
Having some problems since I moved from MP to OMP.

Firstly, I had setup using MP and alarmed (cron) a radio alarm clock using a internet radio stream. This now doesn't seem to function correctly.
OMP starts up and opens an Imported Playlist and doesn't start playing anything.
Opening the stream by selecting it through the player, works ok.
The method of setting up my internet radio for MP is in my sig.

Also since installing I have had the hildon-home bug (90% CPU have to killall hildon-home) twice.
I have not changed or updated anything since installing OMP eithier.

Going to try, with the media player widget removed for a bit. See if that makes a difference.
__________________

Wiki Admin
sixwheeledbeast's wiki
Testing Squad Subscriber
- mcallerx - tenminutecore - FlopSwap - Qnotted - zzztop - Bander - Fight2048 -


Before posting or starting a thread please try this.
 

The Following 2 Users Say Thank You to sixwheeledbeast For This Useful Post:
Posts: 1,680 | Thanked: 3,685 times | Joined on Jan 2011
#897
Originally Posted by sixwheeledbeast View Post
Having some problems since I moved from MP to OMP.

Firstly, I had setup using MP and alarmed (cron) a radio alarm clock using a internet radio stream. This now doesn't seem to function correctly.
OMP starts up and opens an Imported Playlist and doesn't start playing anything.
Opening the stream by selecting it through the player, works ok.
The method of setting up my internet radio for MP is in my sig.

Also since installing I have had the hildon-home bug (90% CPU have to killall hildon-home) twice.
I have not changed or updated anything since installing OMP eithier.

Going to try, with the media player widget removed for a bit. See if that makes a difference.

Here is my radio alarm, you launch it with the address of the stream you want. It woke me up this morning and I just installed OMP last night.

Perhaps you can see some differences?


Code:
#!/bin/sh

# connect internet connection
run-standalone.sh dbus-send  --print-reply --system --type=method_call --dest=com.nokia.icd /com/nokia/icd com.nokia.icd.connect string:"[ANY]" uint32:0
sleep 5

phone-control --volume 0

# play the stream
sleep 1
dbus-send --print-reply --dest=com.nokia.mediaplayer /com/nokia/mediaplayer com.nokia.mediaplayer.mime_open string:"$1"
sleep 10

# increase the volume
for i in $(seq 1 90); do
sleep 3
        dbus-send --type=method_call --dest=com.nokia.mafw.renderer.Mafw-Gst-Renderer-Plugin.gstrenderer /com/nokia/mafw/renderer/gstrenderer com.nokia.mafw.extension.set_extension_property string:volume variant:uint32:$i
echo "volume" $i
done
__________________
N900: One of God's own prototypes. A high-powered mutant of some kind never even considered for mass production. Too weird to live, and too rare to die.
 

The Following 4 Users Say Thank You to vi_ For This Useful Post:
Posts: 2,290 | Thanked: 4,133 times | Joined on Apr 2010 @ UK
#898
Code:
dbus-send --print-reply --dest=com.nokia.mediaplayer /com/nokia/mediaplayer com.nokia.mediaplayer.mime_open string:http://streaming.gmgradio.com/rockradiomanchester.m3u > /dev/null
Will have a play see if I can call the command in terminal.
It worked perfect pre-OMP.
__________________

Wiki Admin
sixwheeledbeast's wiki
Testing Squad Subscriber
- mcallerx - tenminutecore - FlopSwap - Qnotted - zzztop - Bander - Fight2048 -


Before posting or starting a thread please try this.
 
gidzzz's Avatar
Posts: 282 | Thanked: 2,387 times | Joined on Sep 2011
#899
Originally Posted by pali View Post
@gidzzz:
Here is my next merge request for showing tracker notification when tracker scanning for new files: https://gitorious.org/qt-mediaplayer...rge_requests/7
Thanks, I have merged it. If you wonder why I have removed one line of text from the label, it's because word wrapping didn't like too many \n's. BTW, I think it looks more pleasant with less text.


Originally Posted by VGs View Post
In my n900, i cant save settings. i select then, and press save, and the settings dont be saved...
What's the output of "ls -l /home/user/.config/MohammadAG/" and "ls -l /home/user/.config/MohammadAG/mediaplayer.conf" in the terminal?

Originally Posted by VGs View Post
PSē:I wanna help translate the OPM to Portugues(Brasil)
The easiest way is probably to create an account on Transifex and request creating a new language here: https://www.transifex.net/projects/p...t-mediaplayer/.


Originally Posted by sixwheeledbeast View Post
Firstly, I had setup using MP and alarmed (cron) a radio alarm clock using a internet radio stream. This now doesn't seem to function correctly.
OMP starts up and opens an Imported Playlist and doesn't start playing anything.
Opening the stream by selecting it through the player, works ok.
The method of setting up my internet radio for MP is in my sig.
That's probable because OMP's inability to open a remote m3u playlist through mime_open. You could try to work around it by feeding a direct link (contents of that m3u file).
 

The Following 8 Users Say Thank You to gidzzz For This Useful Post:
Posts: 1,680 | Thanked: 3,685 times | Joined on Jan 2011
#900
I have just made the jump to OMP.

2 suggestions you can feel free to ignore.

1. Pali, how did you manage to 'read' the state of the headset button without changing the jack bias thing in hal thing?? I wept tears of joy! Suggestion 1. Include some kind of basic 'headphoned' functionality in OMP. That is pause the music when I unplug the headphones. This means I can have 1 less daemon running in the background meaning more battery life and available memory for all my porn watching.

2. Actually I only have 1 suggestion. See above.
__________________
N900: One of God's own prototypes. A high-powered mutant of some kind never even considered for mass production. Too weird to live, and too rare to die.
 

The Following 5 Users Say Thank You to vi_ For This Useful Post:
Reply

Tags
libplayback, mag 4 prez, media, open source, player, portrait mode, re-write, remake, reverse

Thread Tools

 
Forum Jump


All times are GMT. The time now is 11:09.