mirror of
https://github.com/beetbox/beets.git
synced 2026-02-01 21:11:25 +01:00
48 lines
807 B
Markdown
48 lines
807 B
Markdown
---
|
|
name: "\U0001F41B Bug report"
|
|
about: Report a problem with beets
|
|
|
|
---
|
|
|
|
<!--
|
|
Describe your problem, feature request, or discussion topic here.
|
|
|
|
Please fill out this and the "Setup" section below and remember to include
|
|
enough detail so that other people can reproduce the problem.
|
|
-->
|
|
|
|
### Problem
|
|
|
|
Running this command in verbose (`-vv`) mode:
|
|
|
|
```sh
|
|
$ beet -vv (... paste here ...)
|
|
```
|
|
|
|
Led to this problem:
|
|
|
|
```
|
|
(paste here)
|
|
```
|
|
|
|
Here's a link to the music files that trigger the bug (if relevant):
|
|
|
|
|
|
### Setup
|
|
|
|
* OS:
|
|
* Python version:
|
|
* beets version:
|
|
* Turning off plugins made problem go away (yes/no):
|
|
|
|
<!--
|
|
You can turn off plugins temporarily by passing --plugins= on the command line:
|
|
|
|
$ beet --plugins= version
|
|
-->
|
|
|
|
My configuration (output of `beet config`) is:
|
|
|
|
```yaml
|
|
(paste here)
|
|
```
|