@HombreSinSombra Here's an idea of what's happening...
Fortunately, I backed up my Alizee cards when she retired. Including the demo clips :)
I just did a test, 3 times to be sure. I copied and pasted my back-up clips from card a0820, including the demos back into the correct model folder of this card. The demo clips will play using WA's original player.
Now, when I restart the gui, the demos have disappeared again. The new software is definitely wiping out demos left right and centre! Oh, and I tried this same test with another model still on sale. Same result.
This needs an urgent fix, Team!
Edit: In the Gui when I open this card of Alizee's the demo clips do not show. However, in the model folder for this card, they are there and as I said, will play using WA's original player. This is only because I pasted the clips back into the folder from my back-up. Weird :/
If you Put back the
aXXXX.vhdtrailes file and then do a rebuild collection.
I don't think it will again delete the files.
I'm gonna run a few tests...
on only One system I installed 1.2.140 first followed by 1.2.142
on the other two I went directly from 1.2.138 to 1.2.142
I've yet to have it delete the demos from any of my purchased cards..
I wrote a script to list out all my .demo files.
in the
Models folder I created a New text file.
then named it
list-all-demos.batyes, you have to change the extension from .txt to .bat
put this in the text file then save it, then rename it.
save it in the
Models folder
@echo off
Dir *.demo /ON/S/B >all-my-demos.txt
echo Job is complete.
pause