Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Storage of Lists in JSON #4

Open
jayjoshi64 opened this issue Jan 4, 2018 · 0 comments
Open

Storage of Lists in JSON #4

jayjoshi64 opened this issue Jan 4, 2018 · 0 comments

Comments

@jayjoshi64
Copy link
Owner

jayjoshi64 commented Jan 4, 2018

ID formats :

Artists ( Artist )
Favourite Songs ( Song ,Album , Artist )
Albums ( Album , Artist )
Playlist ( Favourite song ID )

In file : (in JSON) for each user:

{ " Artist ": 
              { "Ed Sheeran " :
                                      { "albumsID" : [ ids of album ] ,
                                         "songsID"  : [ ids of songs ] 
                                      } ,
                   .
                   .
                   .
              }
  " Albums " : 
              { " albumsID" : [ ids of songs] ,
              }
  " Songs " :
             { " songsID " : 
                                    { " location ": String ,
                                      " tags " [ tagIDs ] 
                                    }

             }
}
@jayjoshi64 jayjoshi64 added this to To do in Music Player via automation Jan 4, 2018
@jayjoshi64 jayjoshi64 moved this from To do to Understanding in Music Player Jan 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Music Player
  
Understanding
Development

No branches or pull requests

1 participant