RollingStar
RollingStar
**Is your feature request related to a problem? Please describe.** No disrespect intended, but these tools seem to have more active development / edge case handling / less crashing on...
See here for info on overwrite_null: https://github.com/beetbox/beets/pull/4987 This is a good first issue / bitesize! Even something as simple as a link to that issue, from the config docs page,...
What OS and Go version was this developed on? I've tried Ubuntus 16, 18, and 24 and go versions around 1.6.2, 1.16, 1.17. The most I can get is: ```...
### Problem Another semi-silly one. Users can probably guess that this is a bad idea, but I tried it anyway. This happens after telling import to [R]emove old: ```sh [many...
- is the language too eager? - do `:bug:` links work for gh discussions?
Add info for ARM installs.
### Problem Looks like the docs still has some traces of old communities that we no longer support. - mailing lists - twitter - https://discourse.beets.io/ (people are still participating there;...
https://xxhash.com/ SHA1 is 800 MBps which will outperform a HDD but not a good SSD.
### Problem Arg_encoding leads to a non-Unicode encoding being used. The paths need to be unicode to make Japanese characters, so they fail. https://github.com/beetbox/beets/blob/master/beetsplug/convert.py#L222 ```python for i, arg in enumerate(args):...
### Problem Convert: `never_convert_lossy_files` is one of the only config options I see in beets that uses negative wording. Instead of `never_convert_lossy_files: no`, the default could be `convert_lossy_files: yes`