You are viewing a single comment's thread from:

RE: Spotify-based Music App: Developer Input/Assistance Required...

in #music8 years ago

Django is a pretty powerful framework for web apps. I think your app sounds pretty doable. You'll just need to store some playlist metadata in a db. Probably a schema like this. Django and Keystone both include an admin panel you could use to manage the configured playlists:

url
name
scheduled_datetime
runtime

Then your app logic will pull all playlists out of the DB that are scheduled for a time later than or equal to the current time, and sorts them into a chronological list based on scheduled time. Your app's validation logic would need to ensure that you can't set any scheduled_datetime that collides with an existing playlist.

As for the front end, buttons and players are easy. You just initialize a player with the playlist urls.

https://www.djangoproject.com/

Sort:  

awesome, thanks man.

shall check out Django and assess whether this might be a viable option... :-)

Let me know if you have any other Q's about it. Happy to chat.

Coin Marketplace

STEEM 0.18
TRX 0.14
JST 0.029
BTC 57849.42
ETH 3122.29
USDT 1.00
SBD 2.43