Thread: JBPatch
View Single Post
Old 06-01-2012, 07:10 PM   #198
geekmaster
Carpe diem, c'est la vie.
geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.
 
geekmaster's Avatar
 
Posts: 6,433
Karma: 10773670
Join Date: Nov 2011
Location: Multiverse 6627A
Device: K1 to PW3
Quote:
Originally Posted by eureka View Post
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).
Nice! Thanks.
geekmaster is offline   Reply With Quote