Hi,
I’m in the habit of modifying the image cache found in %appadata%->Audacity->Theme->ImageCache.
Is there a way to download and manually reset the image cache? I can’t seem to find an updated version of it online.
Anyone aware of this change?
I appreciate all inputs.
Take care.
EDIT: After further research, I’ve found information on the github. Problem is, a lot of the links there are now down. I also think they are using transparency directly in the image now, which I don’t think was the case previously.
Hi, thanks for that, very cool.
I ran into a problem, I cloned the repository using git bash, but upon trying to open the .py file, it just crashes.
Known problem? It’s probably on my end, I’m not much of a programmer.
Hi.
You probably don’t have all the necessary libraries installed.
Have you tried running install.bat?
If that doesn’t work, open a command prompt and type:
python “AudacityTheme Version Convertor.py”
That should either run the program or list what it doesn’t like.
Please let me know if it worked.
Vaclav
Yeah, sorry, I’m not able to do it as of right now. I’m probably doing it wrong.
Should I download the .bat file and open it with Python? Or with Bash?
Just download the .bat file and double-click on it. It should install the necessary libraries.