To help fix this, could you please grab ALL of your /drive0/fids/*1 files and tar them up and send me the .tar file for them, and then do it again (separately) for /drive1/fids/*1

That way, I'll have enough data to reverse-engineer how things work, so I can add two-drive support for the playlist browser.


Reverse-engineer what, exactly? When looking for any given fid (whether a *0 or a *1) the player will try /drive0/fids first, and, if it's not there, /drive1/fids second. There's absolutely nothing clever about it, and absolutely nothing anywhere else that tells the player which drive a given fid is on.

A smart move would be for Hijack to do the same, and just present a fids namespace which is the union of /drive0/fids and /drive1/fids.

Peter