Git Product home page Git Product logo

echoes's People

Contributors

gscoppino avatar orizens avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

echoes's Issues

offline disables echoes

when there's no network connection, the youtube player stops, goes black.
then, when connection is back online, the player won't play videos.

support youtube url in Echoes Search

user should be able to paste a youtube video url to Echoes search input field.
expected result: echoes should Load & Play the video from this url

adhoc play queue

It would be lovely to have an adhoc play queue. That is, when you are playing a song, you might want to search for another song and queue it up to play next. I am not sure its already available. I have only seen Echoes today and spent around 30 mins with it. So, if it already exists, can you tell me how i can do that. Thanks.

3d flip card for video's description

flip card for videos/description:

p::before {
    content: "About";
    display: block;
    font-family: "Open Sans Condensed";
    font-size: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.card .face
{
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 1s ease;
}

.card .face.back
{
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
}

.card .front
{
    -webkit-transform: perspective(400px) rotateY(-179.9deg);
    transform: perspective(400px) rotateY(-179.9deg);
}

/*.card:hover .face.back, .card:focus .face.back
{
    -webkit-transform: perspective(400px) rotateY(179.9deg);
    transform: perspective(400px) rotateY(179.9deg);
}

.card:hover .face.front, .card:focus .face.front
{
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
}*/
.show-description .face.back {
    -webkit-transform: perspective(400px) rotateY(179.9deg);
    transform: perspective(400px) rotateY(179.9deg);
}
.show-description .face.front {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    -webkit-backface-visibility: visible;
}

user playlists doesn't load

a problem with youtube v3 api for playlists.
max-results loads only 30 results. - opened bug for youtube data api as well.
the fix should show the available 30 results

favourite a video

when media item is rendered it should mark it as a favourite if use logs in

You may want to use load-grunt-tasks

Before

[
  'grunt-contrib-requirejs',
  'grunt-contrib-connect',
  'grunt-contrib-watch',
  'grunt-contrib-copy',
  'grunt-usemin',
  'grunt-contrib-concat',
  'grunt-git',
  'grunt-contrib-clean',
  'grunt-browserify',
  'grunt-contrib-uglify',
  'grunt-uncss'
  ]
  .forEach(function(mod){
    grunt.loadNpmTasks(mod);
  });

After

require('load-grunt-tasks')(grunt);

https://github.com/sindresorhus/load-grunt-tasks

Feedback - modularity

Thanks for this example. It's one of the better large-sized backbone.js examples I have come across. Very cool looking too. :)

Just one comment about something to consider for a future version - modularity (e.g., going from MVC to modular-MVC). The application seems very tightly coupled in terms of functionality between parts. There's really not a way to add functionality, or even to tell where one thing begins or ends.

Maybe this is outside of anything anyone even cares about, but I thought I'd share my thoughts.

Kind regards,
Caleb

media cards descriptions scrollbar issues

some media cards show ghost scrollbars even when description is not opened.

fix: add fixed width to description (since there's a fixed width in to youtube-item as well)

Version Check Service

check for new version which will allow to "upgrade" through refresh (location.refresh())

License?

Hi Oren,
Looks great!
Please provide a license file with your opensource project.

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.