Register Guidelines E-Books Search Today's Posts Mark Forums Read

Go Back   MobileRead Forums > E-Book Readers > Amazon Kindle > Kindle Developer's Corner

Notices

Reply
 
Thread Tools Search this Thread
Old 02-24-2012, 05:14 PM   #1
Novo
Enthusiast
Novo began at the beginning.
 
Posts: 34
Karma: 10
Join Date: Dec 2011
Location: Germany
Device: Kindle PW4
MPlayer for Kindle 4 Touch

Hello,
I was bored I can't use my Kindle 4 Touch to her to my favourite Online Radio Stations.
So I made a menu for yifanlu's GUI Launcher for Kindle Touch to control MPlayer from this thread:
https://www.mobileread.com/forums/sho...d.php?t=119851

You need of course a Jailbreak and installed yifanlu's GUI Launcher for Kindle Touch.

Just download, extract and copy the folder "mplayer" to your Kindle's "extensions" folder.
(Like: ""x:\extensions\mplayer\menu.json")

You can use the GUI Launcher to control MPlayer:
- play playlist (edit the "playlist" file with notepad to edit streaming URLs)
- play all music in "/music" folder
- shuffle play all music in "/music" folder
- pause, stop, prev, next, mute, volume up, volume down

Next I want to figure out:
- how to make a better menu
- how to access MPlayer settings faster (in case of too loud music)
- how to display current played song at the display.

Question: is it possible to get a home button double click event?


EDIT:
-Volume setting in "VOLUME" does not get read at next start
(music always starts at 100% volume so I had to set "-af volume=-15"

EDIT2: Where is my attachment gone? -ReAdded


mfg Novo
Attached Files
File Type: zip mplayer.zip (3.98 MB, 1213 views)

Last edited by Novo; 02-25-2012 at 08:15 PM.
Novo is offline   Reply With Quote
Old 02-24-2012, 06:57 PM   #2
malmhdy
Enthusiast
malmhdy began at the beginning.
 
Posts: 26
Karma: 10
Join Date: Jan 2012
Device: kindle touch
Exclamation

this not working
i extracted file and copied mplayer to my kindle extention folder and restarted my kindle touch and nothing happened to launcher menu
malmhdy is offline   Reply With Quote
Advert
Old 02-24-2012, 07:42 PM   #3
Novo
Enthusiast
Novo began at the beginning.
 
Posts: 34
Karma: 10
Join Date: Dec 2011
Location: Germany
Device: Kindle PW4
Quote:
Originally Posted by malmhdy View Post
this not working
hmmmh?
Is your path like:
"x:\extensions\mplayer\menu.json" ?
Novo is offline   Reply With Quote
Old 02-25-2012, 08:19 PM   #4
Novo
Enthusiast
Novo began at the beginning.
 
Posts: 34
Karma: 10
Join Date: Dec 2011
Location: Germany
Device: Kindle PW4
My Attached File was gone /reuploaded
Sorry :P
Novo is offline   Reply With Quote
Old 02-26-2012, 12:44 AM   #5
Novo
Enthusiast
Novo began at the beginning.
 
Posts: 34
Karma: 10
Join Date: Dec 2011
Location: Germany
Device: Kindle PW4
Hey,
for now, I can send a status text to the display with: eips x y "$MPlayerTitle"

there was a landscape hack with javascript in mp3:


Is it possible to do something similar, like a own menu to control mplayer / volume?
Because menu -> Launcher -> MPlayer -> volume is so a long way ...
Any ideas?
Novo is offline   Reply With Quote
Advert
Old 02-26-2012, 10:23 AM   #6
isrealjb
Junior Member
isrealjb began at the beginning.
 
Posts: 7
Karma: 10
Join Date: Feb 2012
Device: Kindle Touch
did you update the mplayer.zip file to do this^^.
isrealjb is offline   Reply With Quote
Old 02-27-2012, 12:18 AM   #7
Novo
Enthusiast
Novo began at the beginning.
 
Posts: 34
Karma: 10
Join Date: Dec 2011
Location: Germany
Device: Kindle PW4
Quote:
Originally Posted by isrealjb View Post
did you update the mplayer.zip file to do this^^.
Still working on this thing.
ToDo:
- Show Status text (on title change) with eips x y "text"
- Get song status from mplayer in command line (any ideas?)
- MPlayer starts everytime on 100% volume (bug?) (any ideas?)
Novo is offline   Reply With Quote
Old 03-07-2012, 03:07 PM   #8
A-I
Member
A-I began at the beginning.
 
Posts: 14
Karma: 28
Join Date: Feb 2012
Device: Kindle Touch, Nook Color
Quote:
Originally Posted by Novo View Post
You can use the GUI Launcher to control MPlayer:
- play playlist (edit the "playlist" file with notepad to edit streaming URLs)
- play all music in "/music" folder
- shuffle play all music in "/music" folder
- pause, stop, prev, next, mute, volume up, volume down

Next I want to figure out:
- how to make a better menu
- how to access MPlayer settings faster (in case of too loud music)
- how to display current played song at the display.

Question: is it possible to get a home button double click event?
I think messing with the home button is a UX convention taboo.

Does your "edit the playlist file" mean users can select specific MP3 files from a menu display of all the MP3 files?

I have a large number of MP3 files audio books. The current Kindle Touch MP3 player only allows sequential play of the audio books, and I have to scroll thru a lot of files to get to the audio book that I want. I can not view all my MP3 files from the KT, and have to USB connect to the PC to view from the PC. Also, when I exit and return to the MP3 player, it starts back to the original first MP3 file, and not the last played MP3 file to pick up where I left off. If you can add these 2 functions, that would be a great time saver. Thanks.
A-I is offline   Reply With Quote
Old 03-07-2012, 06:03 PM   #9
thatworkshop
hub
thatworkshop ought to be getting tired of karma fortunes by now.thatworkshop ought to be getting tired of karma fortunes by now.thatworkshop ought to be getting tired of karma fortunes by now.thatworkshop ought to be getting tired of karma fortunes by now.thatworkshop ought to be getting tired of karma fortunes by now.thatworkshop ought to be getting tired of karma fortunes by now.thatworkshop ought to be getting tired of karma fortunes by now.thatworkshop ought to be getting tired of karma fortunes by now.thatworkshop ought to be getting tired of karma fortunes by now.thatworkshop ought to be getting tired of karma fortunes by now.thatworkshop ought to be getting tired of karma fortunes by now.
 
thatworkshop's Avatar
 
Posts: 715
Karma: 2151032
Join Date: Jan 2012
Location: Iranian in Canada
Device: K3G, DXG, Kobo mini
This compilation has disabled radio functionality of mplayer. It would be good to recompile it again with radio feature added.

try playing for example:
Code:
mplayer -radio channels=104.4-Sibir,103.9-Maximum
thatworkshop is offline   Reply With Quote
Old 03-10-2012, 01:25 AM   #10
6od9
Member
6od9 knows the difference between 'who' and 'whom'6od9 knows the difference between 'who' and 'whom'6od9 knows the difference between 'who' and 'whom'6od9 knows the difference between 'who' and 'whom'6od9 knows the difference between 'who' and 'whom'6od9 knows the difference between 'who' and 'whom'6od9 knows the difference between 'who' and 'whom'6od9 knows the difference between 'who' and 'whom'6od9 knows the difference between 'who' and 'whom'6od9 knows the difference between 'who' and 'whom'6od9 knows the difference between 'who' and 'whom'
 
Posts: 14
Karma: 10036
Join Date: Dec 2011
Device: Kindle Touch
how to install MPlayer on Kindle Touch?
6od9 is offline   Reply With Quote
Old 05-13-2012, 08:37 PM   #11
wildfire070
Member
wildfire070 began at the beginning.
 
Posts: 23
Karma: 10
Join Date: May 2012
Device: Kindle Oasis, Scribe, Paperwhite // Boox Palma
I installed this and I really love the idea. But I was wondering it anyone has tried the shuffle functionality of this? Every time I try to shuffle my mp3s, my kindle will freeze up and I have to reboot. Has anyone else experienced this?

I've noticed that it doesn't freeze up when I'm navigating the home screen/ebook folders or using the browser, but only when I open a book and try to read.

Last edited by wildfire070; 05-13-2012 at 10:44 PM.
wildfire070 is offline   Reply With Quote
Old 05-13-2012, 09:36 PM   #12
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: 10773668
Join Date: Nov 2011
Location: Multiverse 6627A
Device: K1 to PW3
Quote:
Originally Posted by cscat View Post
This compilation has disabled radio functionality of mplayer. It would be good to recompile it again with radio feature added.

try playing for example:
Code:
mplayer -radio channels=104.4-Sibir,103.9-Maximum
So, which FM radio module do you plan to solder into your kindle to USE that function after recompiling it?
geekmaster is offline   Reply With Quote
Old 06-02-2012, 06:05 PM   #13
elRicharD
Enthusiast
elRicharD began at the beginning.
 
Posts: 39
Karma: 10
Join Date: May 2012
Device: Kindle Touch
I am trying to compile mpg123. Can you share the configure options you used? I managed to compile libasound and mpg123 successfully, buy mpg123 does not produce any sound. Thanks!
elRicharD is offline   Reply With Quote
Old 06-02-2012, 07:35 PM   #14
knc1
Going Viral
knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.
 
knc1's Avatar
 
Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
Quote:
Originally Posted by elRicharD View Post
I am trying to compile mpg123. Can you share the configure options you used? I managed to compile libasound and mpg123 successfully, buy mpg123 does not produce any sound. Thanks!
What do you see when you strace it?
knc1 is offline   Reply With Quote
Old 06-03-2012, 12:05 AM   #15
elRicharD
Enthusiast
elRicharD began at the beginning.
 
Posts: 39
Karma: 10
Join Date: May 2012
Device: Kindle Touch
Quote:
Originally Posted by knc1 View Post
What do you see when you strace it?
I don't know how to run strace on the application. Can it be run locally on the computer I used to compile mpg123 or do I need to install something on the Kindle? I tried to use gdb but I don't know where to start looking.

Thanks for your help!
elRicharD is offline   Reply With Quote
Reply

Tags
launcher add-ons

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
MPlayer for Kindle: AAC/FLAC/MP3/OGG/WAV/... support, local and streaming ! Smarter Kindle Developer's Corner 143 08-25-2017 08:31 AM
Problem with MPlayer volume on Kindle Touch thuongquoc Amazon Kindle 0 03-26-2012 08:43 PM
Troubleshooting Setting Radio Address in Mplayer for kindle3 yueyingqishi Amazon Kindle 1 02-06-2012 11:09 AM
Kindle MPlayer Control over SSH (WiFi) antario Amazon Kindle 5 09-22-2011 02:23 PM
Kindle 3, Nook Simple Touch, Kobo Touch and Libra Pro Touch jbcohen Which one should I buy? 4 06-18-2011 07:58 PM


All times are GMT -4. The time now is 06:55 PM.


MobileRead.com is a privately owned, operated and funded community.