The Following User Says Thank You to n900-dk For This Useful Post: | ||
|
2011-12-19
, 20:44
|
|
Posts: 282 |
Thanked: 2,387 times |
Joined on Sep 2011
|
#722
|
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
about the shuffle order: I've got a proposal of additional algorithms. They could be set in settings.
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?
The Following User Says Thank You to gidzzz For This Useful Post: | ||
|
2011-12-19
, 20:52
|
Posts: 44 |
Thanked: 16 times |
Joined on Mar 2010
|
#723
|
The Following User Says Thank You to n900-dk For This Useful Post: | ||
|
2011-12-19
, 21:08
|
|
Posts: 282 |
Thanked: 2,387 times |
Joined on Sep 2011
|
#724
|
dbus-send --dest=com.nokia.mafw.renderer.Mafw-Gst-Renderer-Plugin.gstrenderer /com/nokia/mafw/renderer/gstrenderer com.nokia.mafw.renderer.play; dbus-send --print-reply --dest=com.nokia.mediaplayer /com/nokia/mediaplayer com.nokia.mediaplayer.open_mp_now_playing
dbus-send --print-reply --dest=com.nokia.mediaplayer /com/nokia/mediaplayer com.nokia.mediaplayer.mime_open string:"/path/to/file.mp3"
The Following 4 Users Say Thank You to gidzzz For This Useful Post: | ||
|
2011-12-19
, 22:11
|
Posts: 535 |
Thanked: 598 times |
Joined on Apr 2011
@ Republic of the Philippines
|
#726
|
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.
|
2011-12-20
, 00:42
|
Posts: 100 |
Thanked: 37 times |
Joined on Feb 2010
|
#727
|
dbus-send --print-reply --dest=com.nokia.mediaplayer /com/nokia/mediaplayer com.nokia.mediaplayer.mime_open string:YOUR_HTTP_RADIO_LINK > /dev/null
|
2011-12-23
, 10:49
|
|
Posts: 282 |
Thanked: 2,387 times |
Joined on Sep 2011
|
#728
|
I've tried to use that following command to play internet radio but I see black and internet connection has to be active.
Code:dbus-send --print-reply --dest=com.nokia.mediaplayer /com/nokia/mediaplayer com.nokia.mediaplayer.mime_open string:YOUR_HTTP_RADIO_LINK > /dev/null
I saw some empty slots at the end of playlists when I tried to open songs with FileBox.
I found another bug too, to reproduce it, scroll a playlist on Now Playing view and note the song you touched in the meanwhile. Now go press the elapsed/remaining time label and the song changes to the one you touched before.
As for choosing between elapsed and remaining time, will you make the label a bit easier to tap on?
My embedded album art still gets replaced by the placeholder image when I reset it.
|
2011-12-23
, 11:55
|
|
Posts: 308 |
Thanked: 729 times |
Joined on Jan 2010
@ Athens, Greece
|
#729
|
|
2011-12-23
, 14:19
|
|
Posts: 671 |
Thanked: 876 times |
Joined on Mar 2011
|
#730
|
Tags |
libplayback, mag 4 prez, media, open source, player, portrait mode, re-write, remake, reverse |
|
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?