<feed xmlns='http://www.w3.org/2005/Atom'>
<title>audio-visualizer-python/src/command.py, branch master</title>
<subtitle>(forked from djfun) a little GUI tool to render visualization videos of audio files
</subtitle>
<id>https://git.aedrielkylejavier.me/audio-visualizer-python/atom?h=master</id>
<link rel='self' href='https://git.aedrielkylejavier.me/audio-visualizer-python/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.aedrielkylejavier.me/audio-visualizer-python/'/>
<updated>2026-01-13T07:22:25+00:00</updated>
<entry>
<title>Use pyproject.toml + uv_build</title>
<updated>2026-01-13T07:22:25+00:00</updated>
<author>
<name>Aeliton G. Silva</name>
</author>
<published>2026-01-13T01:39:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aedrielkylejavier.me/audio-visualizer-python/commit/?id=f975144f25d34f97329b2d4e52891061573cea08'/>
<id>urn:sha1:f975144f25d34f97329b2d4e52891061573cea08</id>
<content type='text'>
This replaces setup.py by a modern pyproject.toml using uv_build
backend.

Dependencies are being also managed by uv, so to install dependencies
and run the project one can execute:

```
uv sync
uv run pytest # optional
python -m avp
```

To build the both source and binary (wheel) distribution package run:
```
uv build
```

Uv can be installed with `pip install uv`.

The directory structure has been changed to reflect best practices.
- src/* -&gt; src/avp/
- src/tests -&gt; ../tests
</content>
</entry>
<entry>
<title>update to Qt 6  and Pillow 12</title>
<updated>2026-01-11T19:29:58+00:00</updated>
<author>
<name>tassaron</name>
</author>
<published>2026-01-11T19:29:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aedrielkylejavier.me/audio-visualizer-python/commit/?id=669756b391d26661cf2e2a97a304e73343ef6655'/>
<id>urn:sha1:669756b391d26661cf2e2a97a304e73343ef6655</id>
<content type='text'>
and yeah, I accidentally ran black on the codebase. I don't want to spend more free time fixing that. All of these changes are simple renames or removals, nothing too major.
</content>
</entry>
<entry>
<title>move variable declaration closer to usage.</title>
<updated>2022-05-10T02:48:43+00:00</updated>
<author>
<name>tassaron</name>
</author>
<published>2022-05-10T02:48:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aedrielkylejavier.me/audio-visualizer-python/commit/?id=acef7463a07522784695dbab57c77f1584e12e1b'/>
<id>urn:sha1:acef7463a07522784695dbab57c77f1584e12e1b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>no components on commandline adds a default visualizer</title>
<updated>2022-05-10T02:32:51+00:00</updated>
<author>
<name>tassaron</name>
</author>
<published>2022-05-10T02:32:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aedrielkylejavier.me/audio-visualizer-python/commit/?id=aee06dcbdad4021e3e1a26bfba731e1efc710e64'/>
<id>urn:sha1:aee06dcbdad4021e3e1a26bfba731e1efc710e64</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rename visualisation to visualization</title>
<updated>2022-05-10T02:03:33+00:00</updated>
<author>
<name>tassaron</name>
</author>
<published>2022-05-10T02:03:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aedrielkylejavier.me/audio-visualizer-python/commit/?id=401fbb9e395c266923b2ae46d0a7af14e0bf71fa'/>
<id>urn:sha1:401fbb9e395c266923b2ae46d0a7af14e0bf71fa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix</title>
<updated>2022-05-08T03:37:11+00:00</updated>
<author>
<name>tassaron</name>
</author>
<published>2022-05-08T03:29:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aedrielkylejavier.me/audio-visualizer-python/commit/?id=f35571743e7422088cf0f631d16d192c63f145e0'/>
<id>urn:sha1:f35571743e7422088cf0f631d16d192c63f145e0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>concatenate trimmed ffmpeg logs to the test report</title>
<updated>2022-05-08T03:29:39+00:00</updated>
<author>
<name>tassaron</name>
</author>
<published>2022-05-08T03:29:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aedrielkylejavier.me/audio-visualizer-python/commit/?id=a41b1f64ffadcd653ca7d313370bd3b018e34959'/>
<id>urn:sha1:a41b1f64ffadcd653ca7d313370bd3b018e34959</id>
<content type='text'>
</content>
</entry>
<entry>
<title>--export-project uses -i and -o if provided</title>
<updated>2022-05-08T02:27:55+00:00</updated>
<author>
<name>tassaron</name>
</author>
<published>2022-05-08T02:27:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aedrielkylejavier.me/audio-visualizer-python/commit/?id=eb74e932d8ee9ecd2221629ea84a07b8e317d89f'/>
<id>urn:sha1:eb74e932d8ee9ecd2221629ea84a07b8e317d89f</id>
<content type='text'>
Also remove unneeded instance variables `parser` and `args`, and quit if input/output can't be determined.
Also, --debug and --test are now mutually exclusive
</content>
</entry>
<entry>
<title>show program name as 'avp' when invoked as python -m avp</title>
<updated>2022-05-06T02:33:46+00:00</updated>
<author>
<name>tassaron</name>
</author>
<published>2022-05-06T02:33:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aedrielkylejavier.me/audio-visualizer-python/commit/?id=d211151b05a1ca54e0a49a3b8618b7ab24655ede'/>
<id>urn:sha1:d211151b05a1ca54e0a49a3b8618b7ab24655ede</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add commandline option to disable preview during export</title>
<updated>2022-05-03T00:16:47+00:00</updated>
<author>
<name>tassaron</name>
</author>
<published>2022-05-03T00:16:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aedrielkylejavier.me/audio-visualizer-python/commit/?id=7f97e8f155c4a51517670c0dc7574f88afeffe6c'/>
<id>urn:sha1:7f97e8f155c4a51517670c0dc7574f88afeffe6c</id>
<content type='text'>
the weird use of type() is to avoid restructuring the code at this time. I will refactor this in a different pull request
</content>
</entry>
</feed>
