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 691196 - Values in TMDb plugin are returning in reverse order
Values in TMDb plugin are returning in reverse order
Status: RESOLVED FIXED
Product: grilo
Classification: Other
Component: plugins
unspecified
Other All
: Normal normal
: ---
Assigned To: grilo-maint
grilo-maint
Depends on:
Blocks:
 
 
Reported: 2013-01-05 18:47 UTC by Juan A. Suarez Romero
Modified: 2013-01-23 15:40 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
tmdb: Keep the values in the same order as in the TMDb webpage (922 bytes, patch)
2013-01-05 18:47 UTC, Juan A. Suarez Romero
committed Details | Review

Description Juan A. Suarez Romero 2013-01-05 18:47:35 UTC
If you check the values returned by TMDb plugin (performers, produces, ....)
and compare them with the ones shown in the TMDb webpage, the values are in
reverse order.

Seems the order in the webpage makes more sense than the one returned by the
plugin. So plugin should reverse the order.

ad914a8 tmdb: Keep the values in the same order as in the TMDb webpage
Comment 1 Juan A. Suarez Romero 2013-01-05 18:47:37 UTC
Created attachment 232831 [details] [review]
tmdb: Keep the values in the same order as in the TMDb webpage

Right now the values are shown in reverse order, so let's reverse the
list to show them in the same order as it can be seen in the TMDb
webpage.
Comment 2 Juan A. Suarez Romero 2013-01-07 08:47:20 UTC
Mathias, can you verify this bug & patch?
Comment 3 Mathias Hasselmann (IRC: tbf) 2013-01-07 10:57:34 UTC
ok
Comment 4 Juan A. Suarez Romero 2013-01-23 15:40:09 UTC
commit 424d734ebb0d97b00a80875ad4406dc541e97879
Author: Juan A. Suarez Romero <jasuarez@igalia.com>
Date:   Sat Jan 5 19:43:17 2013 +0100

    tmdb: Keep the values in the same order as in the TMDb webpage
    
    Right now the values are shown in reverse order, so let's reverse the
    list to show them in the same order as it can be seen in the TMDb
    webpage.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=691196

 src/tmdb/grl-tmdb-request.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


Attachment 232831 [details] pushed as 424d734 - tmdb: Keep the values in the same order as in the TMDb webpage