cheekujodhpur / fast_playlist

Youtube playlist maker webapp - make lightning fast playlists and share them!

Home Page:https://udiboy1209.github.io/fast_playlist

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fast Playlist

It is a web-app which helps you create playlist for youtube songs really quickly. I made it out of the pure frustration of the lack of this feature on Youtube.

Check out the stable version. You can also try out the beta version.

Features

  • Search Youtube
  • Playlist saved to cache, loaded next time you open.
  • Works pretty much like a music player (Previous, Next, Repeat All, Repeat One, SHuffle, buttons)
  • Share your playlist with a generated share link

Install and Run

It requires sass to compile the scss to css. Install from here.

To run the server, use the script server. It relies on python module SimpleHTTPServer.

./server start

server starts two background jobs, one for the server and second for the scss compiler. Check logs in the logs/server.log and logs/scss.log file. To close the server

./server stop

And to check if it is running

./server check

Feature Wishlist

  • Drag and Drop!
  • Reordering of playlist

License

MIT

About

Youtube playlist maker webapp - make lightning fast playlists and share them!

https://udiboy1209.github.io/fast_playlist

License:MIT License


Languages

Language:CSS 88.5%Language:JavaScript 7.4%Language:HTML 2.9%Language:Shell 1.2%