GithubHelp home page GithubHelp logo

watch-next's Introduction

http://goo.gl/3y2xFo

Watch Next lets you tell YouTube which video you want to watch after this one. Ever saw a couple of YouTube videos and wanted to watch them just right after the one you are watching now? Make a Watch Next playlist - it plays automatically when you finish watching the current video.

You can add a video to Watch Next playlist from any thumbnail on YouTube, or from any link to YouTube (right-click menu).

Have fun making playlists!

Icons by Alexander Moore

Changes in version 1.11.3

  • fixed archive not showing when playlist empty and user not logged in.

Changes in version 1.11.2

  • hopefully fixed the missing context menu option

Changes in version 1.11.1

  • fixed missing styles for account page

Changes in version 1.11.0

  • new way of playing videos from popup window - now you have to click on the thumbnail
  • new indicator for playlist editing
  • new look of popup window
  • added ability to create account - it will be useful later in the iOS app which is currently in development
  • fixed the popup window not scrolling past the archive thumbnails

Changes in version 1.10.4:

  • fixed buttons position to accomodate new YouTube feature

Changes in version 1.10.2:

  • fixed buttons not showing on new version of youtube
  • fixed buttons not responding on new version of youtube

Changes in version 1.10.1:

  • fixed buttons showing on thumbnails really late
  • fixed buttons sometimes adding wrong movie to the playlist

Changes in version 1.10.0:

Changes in version 1.9.2:

  • fixed playlist not showing up when user added a video with hidden statistics, thanks Charles for the tip!

Changes in version 1.9.1:

  • fixed the start / skip button not showing when the autoplay option is disabled

Changes in version 1.9.0

  • Added extra control buttons under the video player to add current video to playlist and to play next video from playlist immediately
  • Recently added videos now have green border (experimental)

Changes in version 1.8.0

  • You can now add duplicate videos to the playlist from the right-click menu
  • You can now add duplicate videos to the playlist from thumbnail button - just move your mouse away from the thumbnail, and when you target it again, you can add it again
  • If you click the button on thumbnail by mistake, you can click two more times to remove the video from playlist

Changes in version 1.7.1

  • Fixed playlist not showing the recently readded (from history) item
  • Fixed playlist sometimes not refreshing the icon when changing playlist size

Changes in version 1.7.0

  • Playlist is now synchronised between computers using the same Google account.
  • If you have more than one computer with different playlists on them, the playlists will be joined together.
  • Fixed a typo

watch-next's People

Contributors

pobe16 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

watch-next's Issues

Cannot see the playlist

I can add songs through the youtube page but clickling on the extension icon does not show the videos added. It only shows the "Clear Playlist" button and "Autoplay" checkbox

RFE multi device

I'm also a great fan of your extension even so just discovered it today while I was wondering over the last months why YT doesn't provide that by default.
What I'd like to see going forward is an ability to switch devices and keep going with the watch-next a kind of global list.
I understand that you do the trick via JS still I hope that there is a way to implement such

Better instructions

Hi all,

first of all, thanks to @Pobe16 for this amazing extension. This is a feature that I have ever needed and it seems close to what I want.

My main problem is I have installed it and I am discovering how it works but I am doing a reverse engineering more than using it because I do not see clear instructions of how it works.

Could you improve the documentation adding some basic steps to use it or a GIF??

That would be amazing to learn quickly and enjoy :)

Thanks

Wanted something exactly like this, worked on it over the weekend, published on github.com/fossapps/YouTubePlay (WIP) and now I see you already did this

Congrats!

Watch Next breaks if you queue more than fifty videos to watch

I've been travelling so my queue of videos to watch has grown rather large (about 70 items)

The Youtube API call in popup.js Line 55 getDataFromYoutube is restricted to only providing a response for 50 items and errors if you ask for more

I've done a temporary workaround by adding a slice(0,49) to popup.js Line 56 ....

var request = 'https://www.googleapis.com/youtube/v3/videos?id=' + this.videosArray.slice(0,49).join() + '&key='+conFig.youTubeApiKey+
'&fields=items(id,snippet(title,channelTitle,thumbnails(default)),contentDetails(duration),statistics(viewCount))&part=snippet,contentDetails,statistics';

Of course, this limits me to only seeing the first 50 videos in the queue. Probably a more permanent fix/alternative is needed.

Icons don't show up below video any more

For some time now, the watch next icons haven't appeared below the videos any more, which is really annoying, because I thus can't easily add the current video and play the next :/

Remove duplicates

It would be great to have a button to remove duplicates, and a switch that doesn't allow duplicates to be added in the first place, because I have a pretty long list of videos and don't want duplicates in there.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.