calband / calchart-viewer

An online show viewer and continuity generator for Calchart.
calband.github.io/calchart-viewer/
2 stars 2 forks source link

JSON file formats #99

Closed brandonchinn178 closed 10 years ago

brandonchinn178 commented 10 years ago

Can we make sure our show files have all of the needed information inside of them? For example, P!nk doesn't have a title or year information like Vive La France does, which our server will need.

kmdurand commented 10 years ago

lol my bad. i got this

brandonchinn178 commented 10 years ago

@kmdurand can you also make sure the beats files have the title and index_name in the show and meta attributes, respectively? The index_name would also be different than the viewer files, maybe an extra "_beats" at the end?

kmdurand commented 10 years ago

We weren't going to post the beats files on the server, so we weren't going to include title and index_name in the file format.

kmdurand commented 10 years ago

The beats files are specific to particular audio files, and because of copyright issues we can't keep the audio files on the server. Thus, we decided beats files shouldn't be on the server either.

brandonchinn178 commented 10 years ago

@noahsark769 so we shouldnt put the beats files on the server?

noahsark769 commented 10 years ago

Related to #108, as per our discussion the other day, I believe we decided to but beats files on the server, correct?

kmdurand commented 10 years ago

yeah, ignore my original comment

noahsark769 commented 10 years ago

cool

kmdurand commented 10 years ago

@noahsark769 Just to make sure, the only thing we wanted to add to the beats file was "index-name" property in the meta object, right? And the index-name should be the same as the associated viewer file?

noahsark769 commented 10 years ago

I believe it's index_name, with an underscore, right Brandon?

kmdurand commented 10 years ago

that would make it match the viewer file, so that seems like the right way to go

kmdurand commented 10 years ago

there are no other changes, right?

noahsark769 commented 10 years ago

Just the "type" as per #108

noahsark769 commented 10 years ago

I believe we decided everything was good on this, so imma close it.