08-22-2020, 08:43 PM
(This post was last modified: 08-23-2020, 12:04 PM by TheOldPresbyope.
Edit Reason: updated the status of the repo
)
@fdealexa
OK, so I've revised my save and load routines and tested them in a circuitous way.
1) used moOde's export function to save the original radio station entries in my moOde r6.7.1 player, which produces a 19MB stations.zip file.
2) used moOde's import function to load your 'stations (86) - 69 OUT.zip' file which is 23MB in size.
3) used my saveradios.py routine to save off the 69 user-defined stations from 2), which produces a 3.6MB myradios.tar.gz file.
4) used Tim's import function to import my previously exported stations.zip file from 1), which restores the radio directory to its original station entries.
5) used my loadradios.py routine to load the myradios.tar.gz file from 3). It says it loaded 69 stations. Yay.
I'll update my github repo after dinner. The repo is now updated. I used it to load the myradiofiles.tar.gz mentioned above into another mooOde 6.7.1 player.
Regards,
Kent
OK, so I've revised my save and load routines and tested them in a circuitous way.
1) used moOde's export function to save the original radio station entries in my moOde r6.7.1 player, which produces a 19MB stations.zip file.
2) used moOde's import function to load your 'stations (86) - 69 OUT.zip' file which is 23MB in size.
3) used my saveradios.py routine to save off the 69 user-defined stations from 2), which produces a 3.6MB myradios.tar.gz file.
4) used Tim's import function to import my previously exported stations.zip file from 1), which restores the radio directory to its original station entries.
5) used my loadradios.py routine to load the myradios.tar.gz file from 3). It says it loaded 69 stations. Yay.
I'll update my github repo after dinner. The repo is now updated. I used it to load the myradiofiles.tar.gz mentioned above into another mooOde 6.7.1 player.
Regards,
Kent