Thread: JBPatch
View Single Post
Old 06-01-2012, 06:56 PM   #197
eureka
but forgot what it's like
eureka ought to be getting tired of karma fortunes by now.eureka ought to be getting tired of karma fortunes by now.eureka ought to be getting tired of karma fortunes by now.eureka ought to be getting tired of karma fortunes by now.eureka ought to be getting tired of karma fortunes by now.eureka ought to be getting tired of karma fortunes by now.eureka ought to be getting tired of karma fortunes by now.eureka ought to be getting tired of karma fortunes by now.eureka ought to be getting tired of karma fortunes by now.eureka ought to be getting tired of karma fortunes by now.eureka ought to be getting tired of karma fortunes by now.
 
Posts: 741
Karma: 2345678
Join Date: Dec 2011
Location: north (by northwest)
Device: Kindle Touch
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).
eureka is offline   Reply With Quote