Maybe this has already been discussed, and better solutions found, but in case any techies out there are interested here it goes: After loding my Epsi with new IRs, and having them renamed using the Bulk Rename software, I use this cygwin-command to create a list of all the IRs:

Code:
find /cygdrive/i/EPDA/ -maxdepth 1 -name '*.wav' | cut -d "/" -f 5 > /cygdrive/c/Users/Kenneth/Dropbox/Eleven\ Rack/logidy-epsi-content.txt


The file "logidy-epsi-content.txt", which are uploaded to my Dropbox, now contains a list like this:
Code:
100 1X12 Celestion Blue.wav
101 1X12 Jensen P12R.wav
102 1X15 Jensen C15.wav
103 2X12 Alnico Blue.wav
104 2X12 Alnico Silver.wav


The list of currently loaded IRs are then available on my iPad.


Edited by Kenneth (02/05/16 11:53 AM)
Edit Reason: Provided more information