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 725025 - local-metadata: Movies detected as episodes of a series
local-metadata: Movies detected as episodes of a series
Status: RESOLVED FIXED
Product: grilo
Classification: Other
Component: plugins
unspecified
Other Linux
: Normal normal
: ---
Assigned To: grilo-maint
grilo-maint
Depends on:
Blocks:
 
 
Reported: 2014-02-23 23:08 UTC by Elad Alfassa
Modified: 2014-05-30 15:12 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Elad Alfassa 2014-02-23 23:08:32 UTC
Totem displays this: Monty.Python.and.the.Holy.Grail.1975.1080p.BluRay.x264.mp4 as if it was "Season 19 Episode 75".

Another example:
My.Neighbor.Totoro.1988.1080p.BluRay.X264.mkv shows as "Season 19 Episode 88".

It appears that it misinterprets the year in the filename.

I could remove all the years from the names of my movies, but I really like to remember which year they were released by looking at the filename. Not sure how you'd go about solving this (or even if you should bother), but I do wonder if the 4 number format for a season number is common enough (I know the S01E01 and 1x1 format, and I never saw a file which had a four numbers format for season/episode).
Comment 1 Bastien Nocera 2014-02-27 13:41:04 UTC
The regex should be fixed to ignore that particular style if it starts with "19" or "20". But this isn't a very good heuristic. Maybe we need to remove support for that particular style of episode "tagging".
Comment 2 Juan A. Suarez Romero 2014-05-30 15:12:53 UTC
Per bug #727181