Okay, v84 is out.
Two changes:
(1) the countdown timer has been revamped; setting it is now easier.
(2) Hijack now creates and maintains /proc/empeg_notify on the player. To use this, you must first add this to config.ini:
[output]
notify=1
The data shown in /proc includes track name/fid/position/artist/album/etc.. the same as dumped to the serial port by notify=1.
Now the 115200bps question.. should I hack it some more such that the data is generated regardless, but only gets released to the serial port if notify=1 is in config.ini?? Doing it that way would be nicer (no load on the serial port), but it has potential to confuse other apps using the serial port with similar strings..
-ml