This is a "snapshot" version...

It contains the latest changes I've made to the software

It may not work the way you like

It may not work at all

It doesn't come with much docs, and I may not answer questions about it (wait for the next release)

----NOTES-----

You must change your [cmd] section again, but it's for your own good :-)  
Holger strikes again, and this time he has simplified the creation of the config file. 
You don't need to look up numbers for the commands any more, just write like this:

rc5_0_0 = cmd_stop cmd_menu_cancel


Some playlist and player stuff (a lot actually) rewritten to support multiple formats (CD and MP3 for now)

A new "cmd plugin" socket interface at /dev/elmp-command. This makes things like the "elmp-web" HTTP interface possible. 

---OLDNOTES----

This version uses the new PIC code by Holger Morgen, the ASM and HEX files are included. Hopefully this version will work with your IR remote, but the RC5 decoding part needs some
adjustment. It works with my Philips TV remote, but not the Kendo remote I've used with the player. The problem is probably too narrow timing, Holger will fix this when he gets the time. 

Repeating keys now work like they should (keys_xx_p). 
Release codes (keys_xx_r) are no longer used.
The seek functions are self terminating, and should be bound to repeating keys.
You should no longer use cmd_stopseek (not needed) and you should use cmd_seekp/cmd_seekm
and not cmd_startseekX but they both do the same thing now so it doesn't really matter

IMPORTANT: the [rc5] and [keys] parts of the config file have merged into [cmd] !!!

The last LCD garbage bug should be solved (thanks to Steve Rodgers)

---OLDNOTES2---

the cmd_repeat and cmd_sort should work now and the sort and repeat modes are shown on the LCD. You'll soon figure it out...  Skipping through the playlist should be lot's faster, at least if you're not playing a file, because extended file info isn't loaded until the file is actually played, and it's only loaded once for a file. 

if you add:

[playlist]
extended_scan = yes

to your config file all the extended info will be loaded while the playlist is created

