Bridgeconn / vachancontentrepository

private repository for BCS data
3 stars 4 forks source link

Added ISL_OBS JSON #199

Closed Leni-Easo closed 1 year ago

Leni-Easo commented 1 year ago

190 Added json file for ISL OBS videos.

RevantCI commented 1 year ago

Hi Lennita, Sneha here are some more changes. Sorry about the second set of change, just though of how it can be implemented and had the below ideas. Let me know if you have any doubts

  1. Can you add a line "isl:Indian Sign Language" to the languages.json in obs folder
  2. Create a folder isl in the obs folder
  3. Create a manifest.json file in the isl folder with the 15 stories See English file for sample Link
  4. Move the ISL_obs.json file into the isl folder and rename it to isl_obs.json small case
  5. Change description to array ( split by \n) and separate time and text
    [
    { 
      time:"0:10",
      text:"This is how God made everything in the beginning. He created the universe and everything in it in six days. After God created the earth it was dark and empty, because he had not yet formed anything in it. ButGod’s Spirit was there over the water.\n01:32 Then God said, “Let there be light!” And there was light. God saw that the light was good and called it “day.” He separated it from the darkness, which he called “night.” God created the light on the first day of creation."
    },{
      time:"2:18",
      text :" On the second day of creation ..."
    },...
    ]
RevantCI commented 1 year ago

Did a few changes,

  1. Removed numbering from title in manifest.json and isl_obs.json files
  2. Renamed some titles as per English OBS manifest.json file ( It matches with the title in the YouTube Video image )
  3. Removed leading 0 from time in description
  4. Removed old JSON file