Thanks. That's obviously the first thing I tried, but restarting GC did nothing. I tried again this evening without any success.
I'm on GC 3.2 on win7 64 bits.
I noticed a cache directory, and emptied it before restarting GC a third time. The directory was filled, but still no metadata.
Anyway, I think I found. It did indeed reload the files, but wasn't happy with the content. GC seems to be sensitive to the attribute orders, whereas the API I used to generate the json file isn't.
If in RIDE I have in this order STARTTIME, DEVICETYPE, INTERVALS, IDENTIFIER, SAMPLES, TAGS, RECINTSECS, it doesn't parse the file.
If I move the TAGS section between DEVICETYPE and INTERVALS, it does load the tags, but not the intervals.
This is really strange for a json object, but it's only a minor annoyance, I'll try to respect the attribute order in my file generation.
Thanks,
Vincent.