-
Hi,
I finally found the time to file a proper report about the issue with "Various Artists" albums when run via the beets plugin. I mentioned this over here https://github.com/YetAnotherNerd/whatlast…
-
For redlist to be a complete solution, I was wondering if it can also do local m3u to Spotify. Redlist already uses Beets library, so we can match the m3u tracks in the beets library and find a match …
-
**Application**
Lidarr
**Host platform**
Unraid
**Script**
BeetsTagger.bash, LyricExtractor.bash, ArtworkExtractor.bash
**Script Version**
1.6, 1.5, 1.2
**Describe the bug**
When runn…
-
Hi.
I ran beetFs.py through 2to3 to update it so it would work with beets now that it uses Python3. I installed fuse-python through pip in a virtualenv and installed fuse through my package manager…
-
Convert supports copying album art:
https://github.com/beetbox/beets/blob/1b187fbf5345727e0dfdaea958a714f19e917a4e/beetsplug/convert.py#L373
The function is called when a config is set for `conv…
-
If gapless is set in my M4B files and I try to reimport using beets an error is generated. Using Picard to delete gapless removes this error.
```
beet -c /config/config-audiobook.yaml import -It .…
-
Hello! Some of my paths make use of the built in inline plugin (I'm guessing most people using beets use it) but beets-alternatives throws a NameError 'len' not defined which is kinda weird since it's…
-
I installed the extrafiles plugin to my beets installation: `pip3 install --user beets-extrafiles`
Then when I do an import all my other plugins fail to load. This happens when extrafiles is enable…
-
Pathlib is awesome. It abstracts path the platform for path manipulation. It would allow us to have more robust code and get rid to all the calls to `beets.util.*_path()` functions. It could be extend…
-
Most of my tagging has been done using puddletag prior to my becoming aware of beets and I've added custom tags e.g. style, mood, theme, similar_albums etc., so I've no need to utilise musicbrainz as …