Sorry for continued offtopic...
Thanks to
this post from Russian forum, I've found an alternative way to show mp3 playing UI through LIPC:
Code:
lipc-set-prop com.lab126.appmgrd start app://com.lab126.booklet.audiblePlayer/mnt/us/music/any.mp3?action=startplay
The
/mnt/us/music/any.mp3 part could be changed to any (absolute) filesystem path.
The player interface is a bit different from MP3 player bar (because it's not [experimental] MP3 player, it's a stock Audible player) and it can't been sent to background.
You can also resume playing after exiting from player. Just replace
action=startplay with
action=resume.
If you'll remove part after
? (including
?) player will be only loaded (without immediate playing of mp3 file).