michily
michily
`pydub` is markes as semi depricated see [IS PYDUB REPO DEAD?](https://github.com/jiaaro/pydub/issues/827) When we want to keep our own copy of `pydub`, we should either embed it directly into `swingmusic` or...
**What kind of change does this PR introduce?** (check at least one) - [ ] Bugfix - [ ] Feature - [ ] Code style update - [ ] Refactor...
**What kind of change does this PR introduce?** (check at least one) - [x] Bugfix - [ ] Feature - [ ] Code style update - [ ] Refactor -...
This issue is a dump of my ideas / recommendations with a hopefully extensive explanation. # Questions: * `lib.taglib` 253: Why are we capping duration and bitrate? * rework Trackhash...
The idea is one centralised place where all global vars can be stored. helpful for getting vars in molti-process execution.
**What kind of change does this PR introduce?** (check at least one) - [x] Bugfix - [ ] Feature - [ ] Code style update - [ ] Refactor -...
**What kind of change does this PR introduce?** (check at least one) - [x] Bugfix - [ ] Feature - [ ] Code style update - [ ] Refactor -...
**What kind of change does this PR introduce?** (check at least one) - [ ] Bugfix - [x] Feature - [ ] Code style update - [ ] Refactor -...
**What kind of change does this PR introduce?** (check at least one) - [x] Bugfix - [ ] Feature - [ ] Code style update - [ ] Refactor -...
Arm AppImages crash on multiprocessing. ``` swingmusic: error: unrecognized arguments: -c from multiprocessing.spawn import spawn_main; spawn_main(tracker_fd=19, pipe_handle=26) --multiprocessing-fork usage: swingmusic [-h] [-v] [--host HOST] [--port PORT] [--debug] [--config CONFIG] [--client...