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 629548 - [Youtube] Displaying URL location in video tooltip really useful ?
[Youtube] Displaying URL location in video tooltip really useful ?
Status: RESOLVED FIXED
Product: totem
Classification: Core
Component: YouTube plugin
2.31.x
Other Linux
: Normal normal
: ---
Assigned To: General Totem maintainer(s)
General Totem maintainer(s)
: 638565 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2010-09-13 17:55 UTC by Baptiste Mille-Mathias
Modified: 2011-01-03 13:39 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Baptiste Mille-Mathias 2010-09-13 17:55:26 UTC
When you pass your mouse pointr over the video thumbnails, it displays something like:
Ministry of silly walk
http://v1.lscache5.c.youtube.com/videoplayback?ip=253.0.0.0&sparams=id%2Cexpire%2Cip%2Cipbits%2Citag%2Calgorithm%2Cburst%2Cfactor&algorithm=throttle-factor&itag=34&ipbits=8&burst=40&sver=3&expire=1284422400&key=yt1&signature=82E5BA30661F6FA72ABA4C359D68FBE8607AF97E.4A7AEE8A15BB1DCB65EC66505279F387F5FD31AB&factor=1.25&id=22a86541f5d493bc

I don't think the URL location (at least that is useful to be displayed), but I'm perhaps wrong. thought ?
Comment 1 Philip Withnall 2010-09-13 22:08:59 UTC
It used to be less useless, back when the URIs for YouTube videos were of a sensible length. Currently, though, they're just stupidly long. You're right, they should be removed.
Comment 2 Philip Withnall 2010-09-18 11:09:53 UTC
commit b4d4d139629fca931a9b24fb71d9c1301ef903e5
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sat Sep 18 12:09:02 2010 +0100

    Don't display URIs in YouTube tooltips
    
    They're long, undecipherable and generally unhelpful. Closes: bgo#629548

 src/plugins/youtube/youtube.ui |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit 19857f506a3ff83b14ce461072ce4edadd612557
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sat Sep 18 12:08:00 2010 +0100

    Add a TotemVideoList::show-tooltip-uri property
    
    When false, this prevents the URI of a video from being shown in the video's
    tooltip. This is useful for when the URI isn't particularly interesting, or
    we know that it will always be too long to fit on screen. Helps: bgo#629548

 src/totem-video-list.c |   26 ++++++++++++++++++++++++--
 1 files changed, 24 insertions(+), 2 deletions(-)
Comment 3 Philip Withnall 2011-01-03 13:39:32 UTC
*** Bug 638565 has been marked as a duplicate of this bug. ***