-
Notifications
You must be signed in to change notification settings - Fork 302
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No thumbnaills for music and video files after removing xplayer on Linux mint 19.3 #2280
Comments
I was able to get video previews by removing /usr/share/thumbnailers/xplayer.thumbnailer, so that /usr/share/thumbnailers/ffmpegthumbnailer.thumbnailer will be taken to generate preview. Still not sure how to get mp3 previews(album art cover). |
Hi @basilky So there are a couple of issues here.
The executable xplayer-video-thumbnailer is provided by the package xplayer The latter package is a dependency of the former, but not vice-versa so if you remove xplayer without removing xplayer-common you are left with a thumbnailer with no valid executable and no video thumbnails will be produced as you have found.
|
Can you tell me what's expected out of an audio thumbnailer? I'm not sure I understand the need, and I don't see any difference between having xplayer and not having it with regards to music files. |
Hi michael - xplayer's and totem's thumbnailers can both extract a music file's embedded album art if it exists to use as a thumbnail for the file. Ffmpeg can also do the extraction at least from the command line. e.g 'ffmpeg -i /path/to/some/file.mp3 thumbnail.png` will extract the album art as a png Unfortunately I hit a barrier in that I couldn't convert this into a working thumbnailer (I was targeting mp3 only as I've no idea if other formats support embedded album art). Testing with |
@mtwebster He expects something that never existed, there were never any audio thumbnailing only preview. I suggest they use nemo-preview instead |
@smurphos Try using python3-eyed3 instead of ffmpeg eyeD3 --write-images=DIR mp3_file |
@smurphos I think I might have a fix to make ffmpegthumbnailer do cover art
and add ;audio/flac;audio/mpeg to MimeType line
|
Adding audio formats into thumbnailer file doen't help as ffmpegthumbnailer is unable to generate thumbnails from audio. I'm getting following error when trying to generate thumbnail via command line. Error: decodeVideoFrame() failed: frame not finished It seems like the error is already reported at dirkvdb/ffmpegthumbnailer#172. |
@basilky works fine here with ffmpegthumbnailer-2.2.2
|
I'm having only version 2.1.1, from the the Ubuntu 18.04 repo. |
Same « problem » here on ubuntuBudgie 20.04 with Nemo 4.4.2
And
For reference : |
Nemo does not show any thumbnails for Music files. I have this issue on Nemo 4.6.5 - Linux Mint 20 Cinnamon. Is there any temporary fix for now? |
In LMDE4 [Debian version of Mint20], nearly all my music files are MP3 and very few contain image thumbnails - although for those music files that contain images, the thumbnailer does work.
It's worth looking at the contents of
In particular, |
totem.thumbnailer is required for mp3 thumbnails. Usually comes with totem. Or newer version of ffmpegthumbnailer ( depending on what ships your distro ). See #203 |
Totem also requires the relevant gstreamer codec to produce the thumbnail.
|
Installing Totem fixed the issue with audio thumbnails. Thanks for your suggestion. |
Totem fixed thumbnails for me as well, Kudos! |
This is fixed with a new package called xplayer-thumbnailer. |
Issue
After upgrading to Linux Mint 19.3, I installed Celluloid and removed Xplayer. After that no thumbnails are getting generated for video and audio files. I have tried deleting ~/.thumbnails and ~/.cache/thumbnails without luck. I have ffmpegthumbnailer installed and I'm able to create thumbnails via command line. Thumbnails are coming back if I reinstall xplayer.
The text was updated successfully, but these errors were encountered: