You are not logged in.
Pages: 1
I have installed beets through the extra repository and the version 2.0.0 is installed:
$ pacman -Qi beets
Name : beets
Version : 2.0.0-2
Description : Flexible music library manager and tagger
Architecture : any
URL : https://beets.io/
Licenses : MIT
Groups : None
Provides : None
Depends On : python-confuse python-jellyfish python-mediafile python-munkres
python-musicbrainzngs python-typing_extensions python-unidecode
python-yaml
Optional Deps : bash-completion: Bash completion
chromaprint: Chromaprint/Acoustid plugin [installed]
ffmpeg: Convert, ReplayGain plugins [installed]
gst-plugins-bad: Chromaprint/Acoustid, BPD, ReplayGain plugins [installed]
gst-plugins-good: Chromaprint/Acoustid, BPD, ReplayGain plugins [installed]
gst-plugins-ugly: Chromaprint/Acoustid, BPD, ReplayGain plugins
gst-libav: Chromaprint/Acoustid, BPD, ReplayGain plugins [installed]
gst-python: Chromaprint/Acoustid, BPD, ReplayGain plugins [installed]
imagemagick: Thumbnails plugin [installed]
python-beautifulsoup4: Lyrics plugin
python-discogs-client: Discogs plugin [installed]
python-flask: Web plugin
python-gobject: ReplayGain plugin [installed]
python-mpd2: MPDStats plugin [installed]
python-pyacoustid: Chromaprint/Acoustid plugin [installed]
python-pylast: LastGenre plugin
python-requests: Chromaprint/Acoustid, BPD, FetchArt plugins [installed]
python-requests-oauthlib: Beatport plugin
python-xdg: Thumbnails plugin [installed]
Required By : None
Optional For : None
Conflicts With : None
Replaces : None
Installed Size : 5.08 MiB
Packager : Carl Smedstad <carsme@archlinux.org>
Build Date : Sun 06 Oct 2024 10:45:56 AM CEST
Install Date : Sun 20 Oct 2024 12:46:15 PM CEST
Install Reason : Explicitly installed
Install Script : No
Validated By : Signature
But beets itself reports an older version:
$ beet version
beets version 1.6.1
Python version 3.12.7
plugins: info, replaygain
And only those two plugins are available for some reason, even though I've installed the optional dependencies for other plugins, and I think there should be other plugins that come with beets that are also not available.
Edit: The plugins are available, that was my mistake by editing the wrong config file.
Last edited by tridra (2024-11-04 00:47:42)
Offline
What is the output of
type -a beet
Mod note: not a pacman Issue, moving to NC.
Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD
Making lemonade from lemons since 2015.
Offline
I think this is an upstream issue - the 2.0.0 release reports itself as 1.6.1: version="1.6.1".
Offline
Thanks! I didn't exactly know where to report this initially, I wasn't looking at the top right corner, but it has already been reported.
Offline
Pages: 1