Giter VIP home page Giter VIP logo

sc-remote's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

sc-remote's Issues

Extend the remood.js integration

For a proper remote UI, we need at least the following functions in the integration of remood.js:

Basic player:

getPlayStatus - Returns the current status of the player ('playing' or 'paused')
setPlayStatus(status) - Sets the play status and returns the new state after completion. With that, we can visualise the delay until the music is really running.
playTrack(track_id) - plays one specific soundcloud item
nextTrack()
previousTrack()
getCurrentTrack() - getter for the currently playing item

Playlist:

playList(array of tracks) - plays a list of soundcloud items
playListItem(index)
addTrack(position, track)
removeTrack(position)

We might implement these two groups already into separate objects. I am sure that we will need more of these later on.

Sane UI design

Interface elements

Player

  • Play
  • Pause
  • Volume

Searchlist

List of searchitems, grouped by item type with header (user, track, set, list...)

Searchitem

  • artwork
  • title
  • specific styling for all types

List

  • List of tracks

Playlist

  • List of tracks

Precompile Blade Templates

Currently the blade templates get compiled & rendered each time a request hits the server.

We should at least compile it to js functions in our build step, so we can just require them.
(Also the frontend will be able to use them in the future)

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.