Quote:
I plan on compling an arm app to run on the player. How do I add it to the start up script? (e.g. rcS)


Add it to /empeg/var/config.ini as follows:

[hijack]
;@EXEC_ONCE some command of yours

Quote:

I plan on sending the <a href="hxxp://empeg/?NODATA&SERIAL=%23FID%2b" target="_blank">hxxp://empeg/?NODATA&SERIAL=%23FID%2b</a> command to quenue songs. Is there and easier way? I would prefer just to dump the command to a /proc file


I think the same thing is doable as follows, or something very close to this:

echo 'SERIAL=#FID+' >/proc/empeg_notify

Quote:

I can use empeg_notify to determine the state of the player. But is there and easier way to find out if the empeg has finished the playlist?


Define, programmatically, "finished the playlist". Note that the empeg merely pauses at the end of a playlist. Pressing "Play" starts it up again. You could screen scrape the "end of playlist" message, though.
Quote:

Can I use the tuner serial port to receive seeburg commands?


Possibly. But I think there's actually a *third* serial port on that connector(?) also. Use it instead.

Cheers