Giter VIP home page Giter VIP logo

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

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 :)

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.

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.

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

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!

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 :/

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

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.