Hi all,
I'm trying to access RuneAudio from my Kindle 4.
There is not native mpd client for the Kindle 4, but it has a very basic browser which of cannot of course display RuneUI.
I tested various mpd Web client (phpMp, phpMp2, mpd remote, ...), most of them are working from the Kindle, but none could properly display the RuneAudio libraries (ok when I access the mpd running on my debian box).
Also most of them had php errors when running directly on the RuneAudio system (ok on apache 2.2 + mod php 5.4).
My requirements is very basic : List all the "albums" in library + add "all from album" to the playlist, then play and clear playlist ... but in plain HTML 1.0 with limited/no JS.
1. Has some one already implemented similar functionality ?
2. I'm not at all familiar with PHP, but I suspect it will take me the same time to debug/update the existing phpMp than implementing something from scratch (considering my minimalist requirements).
Is RuneUI based on a reusable mpd PHP API that I can use for my project ?
Any (other) suggestions are welcome (I'm a C developer with no knowledge of UI / Web technologies).
Thanks in advance.