Show HN: CloudTunes
github.com
Show HN: CloudTunes
1–10 of 94 posts
Re: Show HN: CloudTunes
#2sorry but what's the use case for this?
Re: Show HN: CloudTunes
#3What about music stored on the server on which CloudTunes is running? Can it play that?
Re: Show HN: CloudTunes
#4sorry but what's the use case for this?
For one: you can play your music collection from any location if it's stored on Dropbox?
Re: Show HN: CloudTunes
#5sorry but what's the use case for this?
To have access to your music library from a web browser.
Re: Show HN: CloudTunes
#6amazing!
Re: Show HN: CloudTunes
#7What about music stored on the server on which CloudTunes is running? Can it play that?
That currently is not possible, but wouldn't be very difficult to implement as I had it in mind from the beginning. Inspiration could be the Dropbox integration:
Client-side model:
https://github.com/jakubroztocil/cloudtunes/blob/master/clou...
API endpoint: for local files, it could simply serve the file:
https://github.com/jakubroztocil/cloudtunes/blob/master/clou...
Plus it would also need indexing, configuration, and to introduce a new media type across the app.
Re: Show HN: CloudTunes
#8What about OneDrive and Google Drive support?
Re: Show HN: CloudTunes
#9Very well done. Where can we see it running live? Your domain name redirects back to Github.
Re: Show HN: CloudTunes
#10What about OneDrive and Google Drive support?
I bet it wouldn't be too much effort to add in more services, but I assume this meets his personal needs.
https://github.com/jakubroztocil/cloudtunes/tree/master/clou...