Uploaded image for project: 'Inline Media'
  1. Inline Media
  2. INLINEMEDIA-31

We should use the value of media$thumbnail given by the Google API instead of build the url of the thumbnail

    • Icon: Improvement Improvement
    • Resolution: Done
    • Icon: Major Major
    • 2.2.0
    • None
    • None

        [INLINEMEDIA-31] We should use the value of media$thumbnail given by the Google API instead of build the url of the thumbnail

        so let's close it

        Raphaël Franchet added a comment - so let's close it

        Laure Lopez added a comment -

        I think this issue is out of date.

        Laure Lopez added a comment - I think this issue is out of date.

        We are building the url by our selves.
        Do you mean we should use the "medium" thumbnail instead of the "default" ?

         {
             "kind": "youtube#playlistListResponse",
             "items": [
              {
               "kind": "youtube#playlist",
               "id": "PL50C17441DA8A565D",
               "snippet": {
                "title": "Jay Chou Playlist",
                "thumbnails": {
                 "default": {
                  "url": "https://i.ytimg.com/vi/kGbDymJ75PU/default.jpg",
                  "width": 120,
                  "height": 90
                 },
                 "medium": {
                  "url": "https://i.ytimg.com/vi/kGbDymJ75PU/mqdefault.jpg",
                  "width": 320,
                  "height": 180
                 },
                 "high": {
                  "url": "https://i.ytimg.com/vi/kGbDymJ75PU/hqdefault.jpg",
                  "width": 480,
                  "height": 360
                 }
                },
                "channelTitle": "it23"
               }
              }
             ]
            }
        

        Raphaël Franchet added a comment - We are building the url by our selves. Do you mean we should use the "medium" thumbnail instead of the "default" ? { "kind" : "youtube#playlistListResponse" , "items" : [ { "kind" : "youtube#playlist" , "id" : "PL50C17441DA8A565D" , "snippet" : { "title" : "Jay Chou Playlist" , "thumbnails" : { " default " : { "url" : "https: //i.ytimg.com/vi/kGbDymJ75PU/ default .jpg" , "width" : 120, "height" : 90 }, "medium" : { "url" : "https: //i.ytimg.com/vi/kGbDymJ75PU/mqdefault.jpg" , "width" : 320, "height" : 180 }, "high" : { "url" : "https: //i.ytimg.com/vi/kGbDymJ75PU/hqdefault.jpg" , "width" : 480, "height" : 360 } }, "channelTitle" : "it23" } } ] }

          Unassigned Unassigned
          llopez Laure Lopez
          Votes:
          0 Vote for this issue
          Watchers:
          2 Start watching this issue

            Created:
            Updated:
            Resolved: