You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Based on #5572, I tried to use pipx for installation of beets. I installed the plugins via the extras command and tried to execute the fetchart plugin. Unfortunately, beets just responds with "unknown command 'fetchart'".
The versions command also does not list the plugin fetchart, but all the others.
Installed via
pipx install 'beets[web,fetchart,chroma,lastgenre,autobpm]'
installed package beets 2.2.0, installed using Python 3.11.2
These apps are now globally available
- beet
done! ✨ 🌟 ✨
$ beet version
beets version 2.2.0
Python version 3.11.2
plugins: autobpm, chroma, convert, duplicates, edit, fromfilename, inline, lastgenre, replaygain, web
Running this command in verbose (-vv) mode:
$ beet -vv
user configuration: /home/pi/.config/beets/config.yaml
data directory: /home/pi/.config/beets
plugin paths:
Sending event: pluginload
library database: /home/pi/.beets/musiclibrary.db
library directory: /media/music
Sending event: library_opened
Usage:
beet COMMAND [ARGS...]
beet help COMMAND
Options:
--format-item=FORMAT_ITEM
print with custom format
--format-album=FORMAT_ALBUM
print with custom format
-l LIBRARY, --library=LIBRARY
library database file to use
-d DIRECTORY, --directory=DIRECTORY
destination music directory
-v, --verbose log more details (use twice for even more)
-c CONFIG, --config=CONFIG
path to configuration file
-p PLUGINS, --plugins=PLUGINS
a comma-separated list of plugins to load
-P EXCLUDE, --disable-plugins=EXCLUDE
a comma-separated list of plugins to disable
-h, --help show this help message and exit
Commands:
autobpm detect and add bpm from audio using Librosa
config show or edit the user configuration
convert convert to external location
duplicates (dup) List duplicate tracks or albums.
edit interactively edit metadata
fields show fields available for queries and format strings
fingerprint generate fingerprints for items without them
help (?) give detailed help on a specific sub-command
import (imp, im) import new music
lastgenre fetch genres
list (ls) query the library
modify (mod) change metadata fields
move (mv) move or copy items
remove (rm) remove matching items from the library
replaygain analyze for ReplayGain
stats show statistics about the library or a query
submit submit Acoustid fingerprints
update (upd, up) update the library
version output version information
web start a Web interface
write write tag information to files
Sending event: cli_exit
Setup
OS: raspberry pi OS based on Debian 12 bookwork
Python version: 3.11.2
beets version: 2.2.0
Turning off plugins made problem go away (yes/no): no
Problem
Based on #5572, I tried to use
pipx
for installation of beets. I installed the plugins via the extras command and tried to execute thefetchart
plugin. Unfortunately, beets just responds with "unknown command 'fetchart'".The versions command also does not list the plugin
fetchart
, but all the others.Installed via
Then tried out the
fetchart
pluginBeet version result:
Running this command in verbose (
-vv
) mode:Setup
My configuration (output of
beet config
) is:The text was updated successfully, but these errors were encountered: