-
Notifications
You must be signed in to change notification settings - Fork 3
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
Ogg files do not show thumbnails in Nautilus #7
Comments
Could you please post a public (legal) link to a couple examples of files you're having trouble with |
I could get .ogg thumbnails to work by adding I found the solution by examining totem.thumbnailer. There is no need for installation of the totem binary, just having the thumbnailer file is enough. That list is pretty extensive. You might want to copy a few more audio mimetypes from there:
|
Oh wow, thank you, this is a great resource. I'll look thru and add them |
I don't get thumbnails for any files. Running the command directly does output and image though. |
Using ffmpegthumbnailer with the addition of audio mimes to the .thumbnailer file also works. |
Nevermind. Works fine in nautilus but not nemo |
According to af64eae, .ogg files should be thumbnailed too. Can anyone confirm that this is the case? For I could only get the tool to show cover images for .mp3, .flac and .m4a, but never for .ogg / .oga / .opus.
I'm using https://aur.archlinux.org/packages/ffmpeg-audio-thumbnailer-git on Nautilus / GNOME Files 46.2-1. Deleting ~/.thumbnails and ~/.cache/thumbnails and restarting Nautilus does not help.
Output of
ffmpeg -codecs 2> /dev/null
containsDEAIL. opus Opus (Opus Interactive Audio Codec) (decoders: opus libopus) (encoders: opus libopus)
Images were set with https://www.mp3tag.de/ and https://flathub.org/apps/app.drey.EarTag and re-reading the files shows the embedded image.
The text was updated successfully, but these errors were encountered: