djfun / audio-visualizer-python

a little GUI tool to render visualization videos of audio files
Other
242 stars 58 forks source link

Make v2 (newgui) installable #68

Closed tassaron closed 2 years ago

tassaron commented 2 years ago

I am trying to resurrect this project because I'm still proud of the work I did on the feature-newgui branch. At the very least I would like to get the project working from that branch mostly as-is with critical bugs fixed.

I don't necessarily need any help with this, I'm just creating an issue to help track my progress.

@djfun How interested are you in merging newgui nowadays (given that it's been a while)? If you don't want it to replace the original then we could perhaps split this into a separate repo (with both of us having write permission). I don't mind either way.

The app works on Kubuntu 22.04 (my system) if I pip install it. I'm choosing to focus on that OS, and Windows 11, for the time being. I'm gonna try to get a py2exe (pip freeze?) type of distribution, then I'll test on Windows 10.

To-Do List

djfun commented 2 years ago

Hi @tassaron well, if it works, I am happy to bring the branch to master. If someone wants to use the old version, they can still go back in the git history. Do you want to finish your to-do list first or how do you want me to proceed?

tassaron commented 2 years ago

We should make a GitHub release of the old version, so people can easily find it.

I would like to finish my to-do list first before merging. I want to understand the source of some bugs on Windows, and add more logging/testing so the code is more maintainable.

I'll make a pull request when I'm ready!