View Single Post
gidzzz's Avatar
Posts: 282 | Thanked: 2,387 times | Joined on Sep 2011
#722
Originally Posted by marmistrz View Post
I've found a bug in omp
Sometimes I get lots of blank "album slots"
It'd be about 4 pages or more
Reproducibility is veeery low (1/25) so I couldn't make a log.
But I'll post the screenshots soon
A log probably won't be too useful, but who knows... A screenshot might give me a clue. Do those 'slots' appear in the main album browser, or after selecting an artist?

Originally Posted by marmistrz View Post
about the shuffle order: I've got a proposal of additional algorithms. They could be set in settings.
First of all, OMP doesn't do the actual shuffling, it relies on MAFW instead. I prefer to leave it this way for the same reason why one-repeat is still not there and why I'm reluctant to implement the queue system requested by FireyFly: it would either require watching the playback progress all the time, or wait for another song to start and then change the song again. Both solutions are ugly, vulnerable to delays and not in the spirit of the original media player (remember, it's just a replacement).

Second, is the current way of shuffling really that bad? In my opinion it's really nice. You can use next/previous button to travel through a randomized playlist, so it's possible to go back to one of the songs played before. Whenever you become bored with it, press the button to turn shuffling off and then press it again to randomize a new order.

Originally Posted by n900-dk View Post
I use the mediaplayer as alarm clock, where it is started from commandline by this:
dbus-send --dest=com.nokia.mafw.renderer.Mafw-Gst-Renderer-Plugin.gstrenderer /com/nokia/mafw/renderer/gstrenderer com.nokia.mafw.renderer.play

Is it also possible to start OMP from commandline, and start playing last played song?
You could use that command together with "dbus-send --print-reply --dest=com.nokia.mediaplayer /com/nokia/mediaplayer com.nokia.mediaplayer.open_mp_now_playing".
 

The Following User Says Thank You to gidzzz For This Useful Post: