![]() |
Re: [ANNOUNCE] Alpha release of Open Media Player
Quote:
MAFW controls the playback. |
Re: [ANNOUNCE] Alpha release of Open Media Player
is it just me or this mediaplayer doesnt work with TV player by Demludi? It just opens the mediaplayer but no channel is streamed! however if i make the stock mediaplayer as the default then the channels are streamed!
this is a fantastic player by the way! thanks for all d efforts. i have a n9 but the music on n900 sounds much better! |
Re: [ANNOUNCE] Alpha release of Open Media Player
I have a request of behalf of a friend (non-TMO N900 user).
Quote:
|
Re: [ANNOUNCE] Alpha release of Open Media Player
It is easily achievable by using Simple Brightness Applet. Do we really need to copy this feature into OMP?
|
Re: [ANNOUNCE] Alpha release of Open Media Player
Quote:
http://talk.maemo.org/showthread.php?t=85514 |
Re: [ANNOUNCE] Alpha release of Open Media Player
Quote:
If you wish to only have blanking inhibit with the media player, you will have to toggle this on and off as required; which is a pain. I also recommended sticking a BH-214 to his dashboard. I see no reason not to ask, a few applcations have this option. The reason is he would like to be able to see the Now Playing screen while driving, this avoids the extra tapping the screen to wake it up for skipping tracks, checking artist, etc. I suppose it could be an useful option for car view. |
Re: [ANNOUNCE] Alpha release of Open Media Player
Quote:
(just a suggestion ;) ) |
Re: [ANNOUNCE] Alpha release of Open Media Player
Well spotted, it appears my request is already implemented.
My friend will be pleased. |
Re: [ANNOUNCE] Alpha release of Open Media Player
is FM boost app still needed if i have OMP installed? does OMP boost the transmitter automatically?
|
Re: [ANNOUNCE] Alpha release of Open Media Player
Quote:
Although for larger range transmitter you need the modified FMTX. |
Re: [ANNOUNCE] Alpha release of Open Media Player
Quote:
|
Re: [ANNOUNCE] Alpha release of Open Media Player
Nope, and additionally, modified fmtx binary doesn't have anything to do with transmission range. It allows, hoever, to broadcast on full frequency range (that is what sixwheeledbeast had in mind, probably), i.e. from 76 MHz to 107,95 MHz.
Modified fmtx binary was prepared by jacekowski, and is available on his website (google for that). If You run into problems finding it, jacekowski himself is often hanging on #maemo IRC channel. /Estel // Edit In any case, it have nothing to do with OMP :) |
Re: [ANNOUNCE] Alpha release of Open Media Player
Is there any way through which we can play videos in almost all formats just like kmplayer in this omp ?
|
Re: [ANNOUNCE] Alpha release of Open Media Player
MAFW. If MAFW can play it, openmediaplayer will do. But integration in MAFW is off-topic here.
|
Re: [ANNOUNCE] Alpha release of Open Media Player
just wondering my question about TV player and OMP wasnt answered..amyone javing the same problem?
|
Re: [ANNOUNCE] Alpha release of Open Media Player
Quote:
|
Re: [ANNOUNCE] Alpha release of Open Media Player
thanks. been wonderin about this!
|
Re: [ANNOUNCE] Alpha release of Open Media Player
i'm here again. I cant seem to stream this link but it works fine in kmplayer! can anyone have a go!
rtsp://media2.lsops.net/live/bbcworld1_en_medium.sdp |
Re: [ANNOUNCE] Alpha release of Open Media Player
two minor glitches:
1. if you start music from the desktop widget and them open OMP using widget, the playback is stopped. 2. search a song in songs list by using the keyboard, play that song, go back to to songs to search for another one - the focus is not on the text input field, you need to click it. |
Re: [ANNOUNCE] Alpha release of Open Media Player
Quote:
http://pastebin.com/gv7xMaCd Code:
Nokia-N900:/root$ /usr/bin/openmediaplayer |
Re: [ANNOUNCE] Alpha release of Open Media Player
Quote:
Quote:
An application which makes use of libplayback, but does not do the actual playback, is supposed to provide the PID of the real thing. However, it looks like neither the widget nor the stock player does it (nor OMP, because it doesn't make much sense if it was the only application to behave peoperly) and that might be the cause. What happens is that OMP initializes libplayback to the playing state, the widget receives the information that some other application wants to play something, and as a result it pauses the music. It doesn't happen with the stock player, because it does not request the playing state if it is started with music already playing. It can be observed by playing something in a libplayback-unaware player, starting Nokia's player and receiving a message -- instead of a silent *beep*, you'll get the usual sound and music interruption. OMP behaves differently: there should be only *beep* whenever it is open, no matter what happened before. If the playback manager makes a good use of provided foreign PIDs, than the cleanest approach would be to rewrite the widget, but I still have to test it and I don't know if I'd have enough time for another project. Doing what the stock player does wouldn't play well with "Do nothing" set as the exit action or Nicolai's widget, but fortunately the stock widget appears to send different things on D-Bus when there's playback going on, so I'll try to make a use of that. Until it's fixed, you can disable "Prevent playback interruptions" as a quick workaround. Quote:
|
Re: [ANNOUNCE] Alpha release of Open Media Player
I am wondering if we will have song metadata editor as a part of OMP in future?or it is difficult?
Thanks for this great work :) |
Re: [ANNOUNCE] Alpha release of Open Media Player
Quote:
|
Re: [ANNOUNCE] Alpha release of Open Media Player
One thing I noticed today was that settings for the headset are only updated when the headset is removed and then reinserted.
Example:- I normally have "prevent playback interruptions" as "always" and "Headset button" as "Do Nothing". Upon inserting my new WH-205 I pressed the button forgetting I had this disabled, due to the libplayback issue. I changed the settings to "Never" and "Skip track" respectively, the button didn't work, until I removed and re-inserted the headset. Is this the expected outcome? |
Re: [ANNOUNCE] Alpha release of Open Media Player
Quote:
|
Re: [ANNOUNCE] Alpha release of Open Media Player
Quote:
its still working for mE... |
Re: [ANNOUNCE] Alpha release of Open Media Player
Bug:
Open media player click on play button (button right) quickly press internet radio in the same window (before now playing window appears) switch to task manager and there will be two windows for single instant of media player. |
Re: [ANNOUNCE] Alpha release of Open Media Player
Found a strange thing too, dont know if its just me.
Well, when I add new albums the thumbnails isnt imported in the All Album view. But if I play the album the thumbnail is there. |
Re: [ANNOUNCE] Alpha release of Open Media Player
Quote:
|
Re: [ANNOUNCE] Alpha release of Open Media Player
Quote:
Instead, I have added an option to act in a way similar to the stock player ("Compatible" method) and it's enabled by default, because it can be disputable which behavior is better. "Reliable" method is what was in the previous version and it is called that way because it doesn't silence notifications based on presses of the play button, but on the actual playing state, so it doesn't get confused even if you change the state using another application while OMP is open. Although "Reliable" will cause the music to be stopped after clicking the stock widget, it should be less of a pain with today's update, because Now Playing will be opened, like in the stock player. That said, it might be a good moment to list all changes for today's update.
From now on, if you want to use "Headset button action", you need policy-settings-rx51 modified by Pali, which also remedies issues with "Prevent playback interruptions" enabled at the same time. policy-settings-rx51 0.4.10.8+0m5 is a part of CSSU T-maemo5, but if you don't want to install/update CSSU, installing the package from http://repository.maemo.org/communit...settings-rx51/ manually might also work. Edit: Clicked the submit button too soon. ;) Quote:
Quote:
|
Re: [ANNOUNCE] Alpha release of Open Media Player
Quote:
I use the method to include the cover in the MP3-File it self with with an application called MP3tag. A few days I added 10 albums and some albums have thumbnail in the Albums-meny and some dont for no particula reason. The are all .jpg, ~100kb and from 500x500 to 700x700. There havnt been any problem with this before since a few updates ago. |
Re: [ANNOUNCE] Alpha release of Open Media Player
Quote:
Quote:
Does the stock player have any problems? Quote:
End of a weekend is a good time to dump changes from git to the repository, so here comes another release. :)
|
Re: [ANNOUNCE] Alpha release of Open Media Player
Can you please change the name in the desktop file to OMP or something short because "Open Media Player" is not all shown :)
Thanks for your efforts, for the records you are in my "Heroes list" :D ./sifo |
Re: [ANNOUNCE] Alpha release of Open Media Player
yup this name doesn't look good on such a beautiful media player
|
Re: [ANNOUNCE] Alpha release of Open Media Player
its a request that plz add those media player dots loading bar on open media player to look more decent
|
Re: [ANNOUNCE] Alpha release of Open Media Player
Quote:
Any suggestions? Forget I even said it! Just noticed that playback interactions was reset to never :o Thanks again for OMP :D |
Re: [ANNOUNCE] Alpha release of Open Media Player
Quote:
|
Re: [ANNOUNCE] Alpha release of Open Media Player
Woot! This is awsome. I'm using my n900 to review video lectures and often have to pause to take a note. The simple overlay no longer obscures slide text. Perfect!
One feature I'd very much like to see is a 5 sec. rewind keyboard shortcut. Sort of like the Tivo DVR. Just a quick rewinder to queue back to a certain spot. Very useful for those video lectures. //EDIT OH! "seek" is what you call it! 10 seconds using left and right arrow keys will do the trick, too! Great job. X |
Re: [ANNOUNCE] Alpha release of Open Media Player
in my phone the open media player takes more memory for processing and sometimes phone hangs plz can anybody help? and another 1 question how to make omp as default media player??
|
Re: [ANNOUNCE] Alpha release of Open Media Player
http://wiki.maemo.org/Open_Media_Pla...t_media_player
No further comment... |
All times are GMT. The time now is 23:26. |
vBulletin® Version 3.8.8