← Back to team overview

debcrafters-packages team mailing list archive

[Bug 2111560] Re: Nautilus does not show embedded album art thumbnails for .m4a files

 

Thanks for your reply.

Yes, I was able to extract the embedded cover using ffmpeg:

$ ffmpeg -i "song.m4a" -an -vcodec copy test.png

The output image is correct.

However, when I run the `totem-video-thumbnailer` command, it fails:

$ /usr/bin/totem-video-thumbnailer -v "song.m4a" test.png

Output:
TotemVideoThumbnailer-Message: 14:33:51.040: Initialised libraries, about to create video widget
TotemVideoThumbnailer-Message: 14:33:51.051: setting URI file:///home/secon/Music/song.m4a
TotemVideoThumbnailer-Message: 14:33:51.051: Video widget created
TotemVideoThumbnailer-Message: 14:33:51.051: About to open video file
totem-video-thumbnailer couldn't open file 'song.m4a'

-- 
You received this bug notification because you are a member of
Debcrafters packages, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/2111560

Title:
  Nautilus does not show embedded album art thumbnails for .m4a files

Status in nautilus package in Ubuntu:
  New

Bug description:
  In Nautilus on Ubuntu 24.04, .mp3 files with embedded album art
  correctly show their covers as thumbnails. However, .m4a files -
  despite also having embedded artwork - do not show thumbnails at all.

  This seems inconsistent, as .m4a is a widely supported format and the
  cover art is confirmed to be embedded (checked with ffmpeg). The same
  .m4a file displays correctly on Android and Windows.

  Steps to reproduce:
  1. Use an .m4a file with embedded cover art.
  2. Place it in a folder and open it in Nautilus.
  3. Thumbnail is missing, while a similar .mp3 shows the cover.

  Expected:
  Nautilus should display the cover image embedded in the .m4a file as a thumbnail, just like it does for .mp3.

  Tested on:
  - Ubuntu 24.04
  - Nautilus 46.2

  Thank you!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/2111560/+subscriptions



References