Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/martingms/cloudlist
https://github.com/martingms/cloudlist
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/martingms/cloudlist
- Owner: martingms
- Created: 2011-07-11T18:22:53.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-11-19T19:52:22.000Z (almost 13 years ago)
- Last Synced: 2023-03-11T13:03:43.910Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 6.13 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## TODO
* Add possibility to make new playlists
* ~~Fix playback. Doubleclicking a song plays it, also add "playing"
class to the song in list playing and highlight it somehow.~~
* Clean up all code, maybe drop flask for such a simple app? Atleast
clean up the javascript so it is readable etc.
* ~~Wire up the previous and next buttons,~~ and make the progressbar work.
* Add a small margin-left to playlistname, to line up with trackname.
* Actually show a miniature youtube-video in 16:9 when playing from yt
as source. Click to fullscreen?
* Add vimeo support.
* Add regular mp3-support.
* Consider adding hypem-support?
* Abstract all source-specific stuff, so adding new sources is easier.## Bugs
* Soundmanager trackids ends up being just 'track\_'.
* text in input fields has wrong css.
* URL-input doesnt close after successful add.
* playpause fucks up progress in yt-tracks.
* Progress wrong somehow on sc-tracks.## Long term
* Chrome-extension for queuing like Spotify or for adding to playlist.