Rayman / fusic-meteor

Fusic: Realtime Social Music Collaboration
MIT License
27 stars 12 forks source link

Only search for youtube video's that can be embedded #28

Closed Rayman closed 10 years ago

pepf commented 10 years ago

It does this already right?

playlists.js:60

youtubeSearchQuery({
      part: 'id,snippet',
      type: 'video',
      videoEmbeddable: 'true',
      q: value
    });
Rayman commented 10 years ago

Last saturday there was a video that couldn't be played. I can't reproduce this bug right now. Could it be the 'videoSyndicated' parameter?

reinzor commented 10 years ago

You also have the not available in your country or not available on this device thingy.

-Rein

On Mon, Jun 16, 2014 at 12:03 PM, Ramon Wijnands notifications@github.com wrote:

Last saturday there was a video that couldn't be played. I can't reproduce this bug right now. Could it be the 'videoSyndicated' https://developers.google.com/youtube/v3/docs/search/list parameter?

— Reply to this email directly or view it on GitHub https://github.com/Rayman/fusic-meteor/issues/28#issuecomment-46160783.

Rayman commented 10 years ago

I'll close this for now because I can't reproduce this issue.