After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 706397 - Nautilus (and Rhythmbox) not reading "year" tag
Nautilus (and Rhythmbox) not reading "year" tag
Status: RESOLVED FIXED
Product: totem
Classification: Core
Component: Properties page
3.8.x
Other Linux
: Normal normal
: ---
Assigned To: General Totem maintainer(s)
General Totem maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2013-08-20 13:45 UTC by Giacomo
Modified: 2013-08-22 15:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Giacomo 2013-08-20 13:45:11 UTC
Nautilus does not seem able to see the 'year' tag in "properties"

I think is the same of this bug on launchpad, but i use archlinux and i have also this bug
https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/1155575
Comment 1 Cosimo Cecchi 2013-08-20 13:51:54 UTC
-> totem

I think the properties page you refer to is provided by Totem.
Comment 2 Giacomo 2013-08-21 09:54:54 UTC
I don't know if it is provided by totem, rb, nautilus or gstreamer 1.0, anyway i post screenshot
http://www.imagebam.com/image/e28235271547410
Comment 3 Bastien Nocera 2013-08-21 22:56:15 UTC
It's supported if GStreamer can see the "GST_TAG_DATE" tag in the file. Can you please make a test file available?
Comment 4 Giacomo 2013-08-22 10:43:40 UTC
Sorry, but i don't know how i can see the "GST_TAG_DATE" tag
Comment 5 Bastien Nocera 2013-08-22 15:36:39 UTC
Fixed in gnome-3-8, gnome-3-10 and master.

commit adde7ee06fb8a2d3cf3e8d96be44227402b2d767
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Aug 22 17:34:32 2013 +0200

    properties: Fix Year tag not showing in some cases
    
    The DATE tag might not contain the year, but the DATE_TIME tag
    might, so try and use that if the first one fails.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=706397
Comment 6 Bastien Nocera 2013-08-22 15:47:07 UTC
And the same in the video player's property panel.

commit 83ab06c8186c79b1b0c605a06d675449d6eb349a
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Aug 22 17:39:50 2013 +0200

    backend: Fix Year tag not showing in some cases
    
    The DATE tag might not contain the year, but the DATE_TIME tag
    might, so try and use that if the first one fails.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=706397