GithubHelp home page GithubHelp logo

tubeplates / tubeplates Goto Github PK

View Code? Open in Web Editor NEW
10.0 3.0 1.0 705 KB

TubePlates is an app to listen to releases listed on Discogs easily using YouTube

License: GNU General Public License v2.0

HTML 23.49% CoffeeScript 63.32% CSS 13.19%
music discogs youtube stream-music music-player player jukebox music-discovery spotify-alternative

tubeplates's Introduction

TubePlates

http://tubeplates.github.io

Description

TubePlates is an app to listen to releases listed on Discogs easily using YouTube

This is how it works:

  1. You use the app to find releases you like (by artist,label or name).
  2. Each time a playback is requested for a track, the app searches YouTube for it, tries to choose the best result and play it in your browser. If the track isn't found it is skipped and and playback for the next track in the playlist/release is requested.

Points to consider

  • The YouTube results are estimated and therefore not perfect; don't expect them to be correct at all times.
  • It doesn't work on default browsers on mobile OSes(iOS,Android) due to restrictions in their video players but it does seem to work on the Puffin browser which has a free version.

Building

First you need the following dependencies:

  • Grunt
  • Bower
  • CoffeeScript
  • Compass

Then you need to run the following commands inside the project:

bower install
npm install
grunt build

built files then appear under the dist directory

tubeplates's People

Contributors

hauxir avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

vanroy86

tubeplates's Issues

Exporting/Importing of playlists

Maybe export the data stored in the playlist as JSON and export it to a text file?
Then allow importing the text file into the player at a later time.

Unit and e2e tests

Unit test services and controllers. Also end to end testing.
Possibly using karma?

YT playlist creation

It would be very cool if the playlists can be saved to youtube. Maybe add which releases are saved automatically to the playlist description?

Solution to playback on Android and iOS

Right now the app doesn't work when using a browser on Android or iOS. This is because of restrictions made in most mobile web browsers: they don't allow automated control of the video player and playback is only available in fullscreen.

One way to solve this problem could be to write a Phonegap wrapper that allows automatic control of the video player and non-fullscreen video playback on mobile systems that could then be compiled and used like a native app on iOS and Android.

Ideal would be that it would be a grunt job that could be run like any other that would create the Phonegap project so you could run something like grunt build-phonegap and then a phonegap project would be created in a directory, ready for compilation.

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.