GithubHelp home page GithubHelp logo

kd2636 / fast_playlist Goto Github PK

View Code? Open in Web Editor NEW

This project forked from udiboy1209/fast_playlist

0.0 1.0 1.0 1.63 MB

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

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

License: MIT License

CSS 16.14% Shell 0.29% HTML 0.57% JavaScript 83.00%

fast_playlist's Introduction

Fast Playlist

Gitter TravisCI

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).
  • Easy Drag and Drop re-ordering, and add from search menu by dragging.
  • 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, so it will require python to be installed. 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.

./server start

To close the server

./server stop

And to check if it is running

./server check

Feature Wishlist

  • Video Suggestions: I had added it before, using youtube's suggestion list. The code is there is some old commits, it just needs to be added to the UI in a nice way so that it doesn't clutter the player.
  • Shuffle: The button is there, but need to implement it in a non-hacky way.
  • Multiple playlists: Currently the running playlist is stored in cache and you can only modify it. Something better would be to be able to switch to a new empty playlist and save the current one for later.
  • The share link which is generated right now is horrendously long, especially for large playlists. Integration with a URL shortener service would be great.
  • The playlist is stored as an array rn with integer access. Switching to ID based dictionary object would be faster.

License

MIT

fast_playlist's People

Contributors

cheekujodhpur avatar darshan3 avatar jigar3 avatar udiboy1209 avatar

Watchers

 avatar

Forkers

salonigoyal17

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.