ganjoorAudioIdinteger
Final data is actually exported to a MySQL database which this auto increment field is its key
poemFullTitlestring nullable
poemFullUrlstring nullable
Poem Full Url (without domain name)
audioOrderinteger
This determines where an audio is displayed between a list of sounds related to a specfic poem
fileNameWithoutExtensionstring nullable
Using this field content you would determine xml, mp3 and ogg file names
soundFilesFolderstring nullable
combining this with RMuseum.Models.GanjoorAudio.ViewModels.RecitationViewModel.FileNameWithoutExtension + .ext would preduce relative path of sound files on our file server the full path would become [HOMEPath] + '/i/' + this value
remoteMp3FilePathstring nullable
remoteOggFilePathstring nullable
remoteXMLFilePathstring nullable
This is also a legacy field
audioTitlestring nullable
audioArtiststring nullable
audioArtistUrlstring nullable
audioSrcUrlstring nullable
legacyAudioGuidstring uuid
mp3FileCheckSumstring nullable
uploadDatestring date-time
fileLastUpdatedstring date-time
reviewDatestring date-time
Review Date (Approve or Reject)
localMp3FilePathstring nullable
MP3 File local path on Windows Server (if item is not rejected probably it is not valid and it is deleted)
localXmlFilePathstring nullable
XML File local path on Windows Server (if item is not rejected probably it is not valid and it is deleted)
audioSyncStatus0 | 1 | 2 | 4 | 16
Audio Synchronization Status (binary combination is acceptable)
reviewStatus0 | 1 | 2 | 3 | 4 | -1
recitationType0 | 1 | 1000