solarizd
solarizd copied to clipboard
Music (youtube) player written in angular.js
please upgrade for google sign in
i keep on getting this error, i've been trying to fix it, and it causes more error, when i try deleting the }
Implement a new button in the actions-bar that enables the user to pre-select the video quality. Show all possible qualities, and if the currently-playing item does not support the selected...
Currently, dragging the volume knob (to increase/decrease volume) doesn't work on touch devices. You can still click on a certain position and the volume would be adjusted, but the smooth...
See #12 for info on the feature implementation. Add the following shortcuts: - _Ctrl + PageUp_: One Panel Left - _Ctrl + PageDown_: One Panel Right - _m_: Toggle Mute...
Add a service that will handle last.fm API requests. API reference: http://www.last.fm/api The service should expose the following API methods: - [track.getInfo](http://www.last.fm/api/show/track.getInfo) - [track.getSimilar](http://www.last.fm/api/show/track.getSimilar) - [artist.getInfo](http://www.last.fm/api/show/artist.getInfo) - [artist.getSimilar](http://www.last.fm/api/show/artist.getSimilar)
Need to write tests for every service/directive/filter for regressions and stuff.
A bar with playlist-related actions should be implemented, with options enabling the user to save the currently selected list of tracks, for later loading. _This issue only refers to saving...
If a user starts the app with an existing playlist, cue the first track automatically, so when the user hits 'play', the YouTube API is already loaded and ready. This...