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 12-25-2011, 11:51 PM   #31
sjheiss
Connoisseur
sjheiss began at the beginning.
 
Posts: 58
Karma: 26
Join Date: Dec 2011
Device: K3G, KF2
Thanks a lot, I love it! Only one problem though - I press Alt+H and the program doesn't close. I can pause and go to different files and all the other hotkeys, but if I try Alt+H nothing happens. Is this a bug, or what?

If it doesn't work, how else can I stop Kinamp? Is there a shortcut I could use with Launchpad or something?
sjheiss is offline   Reply With Quote
Old 12-26-2011, 03:31 AM   #32
ryran
Connoisseur
ryran plays well with othersryran plays well with othersryran plays well with othersryran plays well with othersryran plays well with othersryran plays well with othersryran plays well with othersryran plays well with othersryran plays well with othersryran plays well with othersryran plays well with others
 
Posts: 79
Karma: 2718
Join Date: Aug 2011
Device: Kindle 3G
fbdev removed the Alt-h shortcut after the first version. To stop kinamp you just need to launch it again--doesn't matter what options you launch it with if it's already running (it will ignore them and just shutdown).
ryran is offline   Reply With Quote
Old 12-26-2011, 04:09 AM   #33
sjheiss
Connoisseur
sjheiss began at the beginning.
 
Posts: 58
Karma: 26
Join Date: Dec 2011
Device: K3G, KF2
Quote:
Originally Posted by ryran View Post
fbdev removed the Alt-h shortcut after the first version. To stop kinamp you just need to launch it again--doesn't matter what options you launch it with if it's already running (it will ignore them and just shutdown).
Awesome. Thanks!
sjheiss is offline   Reply With Quote
Old 03-05-2012, 06:59 AM   #34
arikfunke
Enthusiast
arikfunke is an enigma wrapped up in a mystery.arikfunke is an enigma wrapped up in a mystery.arikfunke is an enigma wrapped up in a mystery.arikfunke is an enigma wrapped up in a mystery.arikfunke is an enigma wrapped up in a mystery.arikfunke is an enigma wrapped up in a mystery.arikfunke is an enigma wrapped up in a mystery.arikfunke is an enigma wrapped up in a mystery.arikfunke is an enigma wrapped up in a mystery.arikfunke is an enigma wrapped up in a mystery.arikfunke is an enigma wrapped up in a mystery.
 
Posts: 36
Karma: 41848
Join Date: Mar 2011
Device: iRex
Problem interacting with kinamp

Hi,

I am using kinamp with K3MusicManager. Most of the time it works but not all the time.

Somehow kinamp seems to crash with some playlists before even starting to play a file. (ps -A never shows kinamp after launching) When I launch mplayer directly with the playlist, it works fine.

Any idea why this is happening? Also, is the code for this app available? I could then try look into the problem myself?

Many thanks!
arikfunke is offline   Reply With Quote
Old 12-07-2012, 07:40 PM   #35
jackhulk
Connoisseur
jackhulk has memorized the entire works of Homer, Shakespeare, and Jane Austenjackhulk has memorized the entire works of Homer, Shakespeare, and Jane Austenjackhulk has memorized the entire works of Homer, Shakespeare, and Jane Austenjackhulk has memorized the entire works of Homer, Shakespeare, and Jane Austenjackhulk has memorized the entire works of Homer, Shakespeare, and Jane Austenjackhulk has memorized the entire works of Homer, Shakespeare, and Jane Austenjackhulk has memorized the entire works of Homer, Shakespeare, and Jane Austenjackhulk has memorized the entire works of Homer, Shakespeare, and Jane Austenjackhulk has memorized the entire works of Homer, Shakespeare, and Jane Austenjackhulk has memorized the entire works of Homer, Shakespeare, and Jane Austenjackhulk has memorized the entire works of Homer, Shakespeare, and Jane Austen
 
Posts: 52
Karma: 23642
Join Date: Oct 2011
Device: K3 3G
Quote:
Originally Posted by fbdev View Post
installation:
0) extract either the tarball or zip into /mnt/us/system
1) assign a shortcut to /mnt/us/system/kinamp in launchpad
kinamp requires mplayer to be:
/mnt/us/system/mplayer

running:
the simplest way to run the program is:
kinamp file file1 file2 file3 ....

keep in mind that the executable will want the /mnt/us/ prefix for files in the userspace file system.

Can someone explain installation a little further please? I've copied the folder 'Kinamp' which includes 'kinamp' and mplayer' to system, but not sure how to 'assign shortcut'?

Once I've done that what's the hotkey to launch kinamp please? I don't really understand 'kinamp file file1 file2 file3 ....'?

Main reason I'm trying to install this is that while mplayer is excellent, I'm hoping to find a player that will allow me to choose a folder/individual songs to play instead of playing everything from the first song in the music folder as is the case with mplayer.
jackhulk is offline   Reply With Quote
Old 12-07-2012, 09:50 PM   #36
twobob
( ͡° ͜ʖ ͡°){ʇlnɐɟ ƃǝs}Týr
twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.
 
twobob's Avatar
 
Posts: 6,586
Karma: 6299991
Join Date: Jun 2012
Location: uti gratia usura (Yao ying da ying; Mo ying da yieng)
Device: PW-WIFI|K5-3G+WIFI| K4|K3-3G|DXG|K2| Rooted Nook Touch
hmm yeah.

I am working on this laterally.

it would be nice to push track titles down to mplayer.
and to populate a list, possibly inside a kindlet? with tracks in a folder.

and then to click a button... and mplayer do the playing...

I have an incredibly basic gui for the Soundkloud app (just a couple of buttons) that sends URLS for mp3's to mplayer.

It's not a huge stretch to think that could parse a tracklist (makes some buttons) and send a FILE:// ref instead

I have been hunting around for source here https://www.mobileread.com/forums/sho...d.php?t=119851 and eventually found a few bits around the building of mplayer and some useful source from a Kindle Touch implementation...

Luckily we had qlob on hand to tame the python stuff

The point is the info is actually out there. I'm just some guy, sticking all this together, not some genius coder. I will take your points into consideration. should the project ever get that far. For the record I found KinAmp to be flaky. Hope it works good for you : )

(mplayer is no better on the 3)
twobob is offline   Reply With Quote
Old 04-15-2013, 12:19 PM   #37
chcheng_rwth
Junior Member
chcheng_rwth began at the beginning.
 
Posts: 6
Karma: 10
Join Date: Sep 2010
Device: Kindle 3
- deleted due to duplicated -

Last edited by chcheng_rwth; 04-15-2013 at 12:37 PM.
chcheng_rwth is offline   Reply With Quote
Old 04-15-2013, 12:33 PM   #38
chcheng_rwth
Junior Member
chcheng_rwth began at the beginning.
 
Posts: 6
Karma: 10
Join Date: Sep 2010
Device: Kindle 3
kinamp cannot handle too long URL address

Hi, fbdev, I found kinamp cannot handle the URL if its address length exceeds ca. 70 characters. Below are extracted radio stations from my kinamp.ini under launchpad folder, which I've marked the URL length with streaming result OK/NG:

## 01. BR-Klassik - URL length 51 - OK
C A = !/mnt/us/system/kinamp http://gffstream.ic.llnwd.net/stream/gffstream_w13a
## 02. WDR 3 - URL length 87 - NG
C B = !/mnt/us/system/kinamp http://wdr-3.akacast.akamaistream.ne...ream.net/wdr-3
## 03. VRT Klara - URL length 40 - OK
C C = !/mnt/us/system/kinamp http://mp3.streampower.be/klara-high.mp3
## 04. Klassik Radio - URL length 76 - NG
C D = !/mnt/us/system/kinamp http://edge.live.mp3.mdn.newmedia.na...livestream.mp3
## 05. CLASSICAL 102 - URL length 32 - OK
C E = !/mnt/us/system/kinamp http://tuner.classical102.com:80
## 06. MDR Klassik - URL length 93 - NG
C F = !/mnt/us/system/kinamp http://c22033-l.i.core.cdn.streamfar...ive_de_128.mp3
## 07. MDR Figaro - URL length 92 - NG
C G = !/mnt/us/system/kinamp http://c22033-l.i.core.cdn.streamfar...ive_de_128.mp3
## 08. MDR Figaro - Classic in Concert - URL length 89 - NG
C H = !/mnt/us/system/kinamp http://c22033-l.i.core.cdn.streamfar...lassic_128.mp3
## 09. NDR Kultur - URL length 63 - OK
C I = !/mnt/us/system/kinamp http://ndrstream.ic.llnwd.net/stream...rkultur_hi_mp3
## 10. RBB Kulturradio - URL length 54 - OK
C J = !/mnt/us/system/kinamp http://rbb.ic.llnwd.net/stream/rbb_kulturradio_mp3_m_a
## 11. SR2 Kulturradio - URL length 55 - OK
C K = !/mnt/us/system/kinamp http://gffstream.ic.llnwd.net/stream/gffstream_mp3_w58a
## 12. SWR2 - URL length 106 - NG
C L = !/mnt/us/system/kinamp http://swr-mp3-m-swr2.akacast.akamai...swr-mp3-m-swr2
## 13. 181.FM - Classical Guitar - URL length 25 - OK
C M = !/mnt/us/system/kinamp http://relay.181.fm:8020/

The station URLs with NG status actually can be played with VLC player correctly. Can you please have a look on this issue and try to fix it? Thanks!
chcheng_rwth is offline   Reply With Quote
Old 04-15-2013, 01:21 PM   #39
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
fbdev has not been around for two months - it may take awhile to get this answered unless you PM fbdev.
knc1 is offline   Reply With Quote
Old 10-23-2013, 07:39 PM   #40
Chrishnaw
Junior Member
Chrishnaw can extract oil from cheeseChrishnaw can extract oil from cheeseChrishnaw can extract oil from cheeseChrishnaw can extract oil from cheeseChrishnaw can extract oil from cheeseChrishnaw can extract oil from cheeseChrishnaw can extract oil from cheeseChrishnaw can extract oil from cheese
 
Posts: 2
Karma: 1000
Join Date: Oct 2013
Device: Kindle Keyboard 3G (k3w)
I'm sorry, but despite my best efforts I am still unable to get either kinamp or K3MusicManager to work on my keyboard 3g, so I have to ask:

Is there something about the firmware v3.4 update (9/11/2013) that keeps the current version of launchpad or the above kindlets from working properly?

As far as I know I've read all the useful threads on the subject and installed everything, starting with the initial hack. The only thing I haven't tried is USBnetworking.
Chrishnaw is offline   Reply With Quote
Old 02-20-2015, 07:35 AM   #41
Glover
Member
Glover began at the beginning.
 
Glover's Avatar
 
Posts: 14
Karma: 10
Join Date: Feb 2015
Location: 3rd Rock from the Sun, Europe, Poland
Device: Kindle Touch 3G (5.3.7.2)
Does anybody know how to run Kinamp under KUAL?
Glover is offline   Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
audio player for kindle (kinamp?) fbdev Kindle Developer's Corner 6 01-17-2012 04:42 AM
Android Mortplayer and your fav audio player???? canezila enTourage Archive 10 11-26-2010 08:12 PM
How to Stop Audio Player? kenjennings enTourage Archive 0 04-19-2010 04:54 PM
Classic Audio Player ssbkt Barnes & Noble NOOK 1 12-18-2009 11:00 AM
Audio Player rfw Sony Reader 5 01-13-2007 01:25 PM


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


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