All Created Playlist in Version 2.0 will be stored in the Data\Playlists folder
they will all have a generic file name Collection_NN.vpl
where NN is a Number from 0 to 99
I haven't gotten past 99 playlist yet, but I would guess the NN portion can grow to 9999 or more
From within the Playlist page, you can right click on a single playlist and Export it.
During the Export you can select a Folder of your Choice and a Friendly File Name
Side note:
Do not trust AI to generate Good Logical Code.
I had a ***** bug, I searched on-line for an Answer
The Top results all Seem to be now, AI driven Results..
I figured the AI would probably be Accurate.
I spent 8 hours and Iteration after iteration of Code Snippets
From the AI.
each time telling the AI the new / next error
Oh yes, sorry that is not the proper structure
Here is the correct function...
Nope, same or Different Error...
Lets put some Debug Print commands in so we can see the variable results.
After about 100 different tests, and 3 different AI models.
I gave up and downloaded the Documentation.
While the solution wasn't simple, It should have been a piece of cake for the AI models.
I do Believe they are designed to give out Deliberately faulty results.
If you Downloaded my Python Script.
I just updated it about 5 minutes ago.
The 1st version had a ***** Bug, concerning the Favorite.vpl file.
It uses a different binary structure than the other VPL files.
I had an Empty Favorite playlist.
so I did not uncover my bug, till I add a few cards to the Favorite list.
Couldn't figure out why I kept getting errors
I suspected it to be the favorite.vpl file
but I had compounded my error with a typo
the file is Favorite.vpl not favorite.vpl
And it does not have two sets of Gradient Colors stored in it's data structure.
plus the status bytes are different.
and AI as a code writer, purposely generates BAD code.
edit: the up-to-date version is 1.0.138
I started at version 1.0.1
at version 1.0.9 I had a fully functional Script.
then I added cards to the Favorite playlist
and that broke everything..
129 changes later....
https://wyldanimal.com/files/VPL2-to-text-to-VPL1.zip