[SOLVED] Flagged Out Of Date: python-eyed3

I just checked for updates using yay and got the following…

wombat@darkside ~> yay
[sudo] password for wombat: 
:: Synchronizing package databases...
 endeavouros is up to date
 core is up to date
 extra is up to date
 multilib is up to date
:: Searching AUR for updates...
:: Searching databases for updates...
 -> Packages not in AUR: python-filetype
 -> Flagged Out Of Date AUR Packages: python-eyed3
 there is nothing to do
wombat@darkside ~>

Seems python-eyed3 is “out of date” due to python-filetype no longer in any Arch repo or AUR.

https://aur.archlinux.org/packages/python-eyed3

EDIT:

And python-eyed3 cannot be removed due to xapp-mp3-thumbnailer dependency.

wombat@darkside ~> yay -Rns python-eyed3
[sudo] password for wombat: 
checking dependencies...
error: failed to prepare transaction (could not satisfy dependencies)
:: removing python-eyed3 breaks dependency 'python-eyed3' required by xapp-mp3-thumbnailer
 -> exit status 1
wombat@darkside ~ [1]>

I can see both of the packages with yay -Si.

1 Like
wombat@darkside ~> yay -Rns xapp-mp3-thumbnailer
[sudo] password for wombat: 
checking dependencies...

Package (5)               Old Version  Net Change

python-deprecation        2.1.0-9       -0.04 MiB
python-eyed3              0.9.7-3       -1.57 MiB
python-filetype           1.2.0-3       -0.26 MiB
xapp-thumbnailers-common  1.2.5-2       -0.01 MiB
xapp-mp3-thumbnailer      1.2.5-2        0.00 MiB

Total Removed Size:  1.88 MiB

:: Do you want to remove these packages? [Y/n] 
:: Processing package changes...
(1/5) removing xapp-mp3-thumbnailer                          [---------------------------------] 100%
(2/5) removing xapp-thumbnailers-common                      [---------------------------------] 100%
(3/5) removing python-eyed3                                  [---------------------------------] 100%
(4/5) removing python-filetype                               [---------------------------------] 100%
(5/5) removing python-deprecation                            [---------------------------------] 100%
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
wombat@darkside ~>

I resolved the issue by removing xapp-mp3-thumbnailer and installing ffmpegthumbnailer-mp3.

Haven’t used either of them, so don’t know if they both are OK for your use case.
Anyway great if the new one works for you. :+1:

1 Like

Seems fine with ffmpegthumbnailer-mp3. I just wanted the ability to show the embedded album art when opening a folder containing .mp3 files.

x

2 Likes

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.