Update to new dependencies
This program now runs with Qt 6 and modern versions of Pillow. The minimum Python version is 3.12
Installation on Ubuntu 24.04 (using X11, the default)
- From a fresh install, do the following:
sudo apt install ffmpeg git pipx libxcb-cursor0 - Run
pipx ensurepathand restart your terminal for pipx apps to be useable. - Now install AVP with
pipx install git+https://github.com/djfun/audio-visualizer-python - Run with
avp
Note: avp command only works after you ran pipx ensurepath and restarted terminal. This puts pipx-installed apps into your PATH variable, where the terminal searches for programs
Changes from v2.1.0
- The
--testargument was changed to--logto better reflect what it does (copy and shorten log files for users to find them easier) - The
--debugargument was changed to--verbose/-vto better reflect what it does (it makes the logging system very noisy) - A
--version/-Vargument was added to check the version of avp - Log files now include the current version of PyQt6