Created attachment 1838464 [details] start lollypop, output error. Description of problem: Both mp3 and flac file cant show music list. m4a file can show. Starting lollypop via command line, output error for these file as below. Unknown other music file type. I also check id3tag with easytag app, these file tag is anything wrong. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. rm ~/.cache/lollypop ~/.local/share/lollypop 2. import using Rhythmbox. 3. edit id3tag with easytag(if need) 4. start lollypop Actual results: Music and album and artist list cant show. Expected results: Music and album and artist list can show correctly. Additional info: Lollypop installed using Flatpak, work fine correctly.
upstream ticket: https://gitlab.gnome.org/World/lollypop/-/issues/2846
the maintainer of lollypop wrote, that there is something broken in Fedora 35: >>> Gst.init(None) [] >>> discoverer = GstPbutils.Discoverer.new(10 * Gst.SECOND) >>> info = discoverer.discover_uri('file:///home/gnumdk/Musique/plop.mp3') >>> info.get_tags() >>> print(info.get_tags()) None
i think this is a duplicate of bug #2011870, which means the upstream issue is https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/759 and this will be fixes in gstreamer 1.19.3
I can also verify this behavior on Fedora Linux 35 with `gstreamer1-1.19.2-1.fc35`. This package update was submitted to F35 repos a couple months back: https://bodhi.fedoraproject.org/updates/FEDORA-2021-ac581626db GStreamer released v1.19.3 a few days ago (4 November). So I imagine there will be a fix soon for Fedora users or anyone else using this version of GStreamer: https://gitlab.freedesktop.org/gstreamer/gstreamer/-/tags/1.19.3
fixed with gstreamer-1.19.3
I can confirm the fix as well, thanks!