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

Newly Updated Bible Project TBP videos #227

Open
10 tasks done
thsneha opened this issue Jan 4, 2024 · 13 comments
Open
10 tasks done

Newly Updated Bible Project TBP videos #227

thsneha opened this issue Jan 4, 2024 · 13 comments
Assignees
Labels
Video Bible Video

Comments

@thsneha
Copy link
Contributor

thsneha commented Jan 4, 2024

  • Hindi
  • Telugu
  • Bengali
  • Gujarathi
  • Tamil
  • Malayalam
  • Punjabi
  • Marathi
  • Kannada
  • English
@thsneha thsneha added the Video Bible Video label Jan 4, 2024
@Leni-Easo
Copy link
Contributor

Updated bible_videos.csv PR Link

@svishnu06
Copy link
Contributor

Updated 9 Hindi TBP videos PR link

@RevantCI
Copy link
Collaborator

RevantCI commented Aug 13, 2024

  • Create CSV
  • send PR to Github
  • upload to staging
  • QA
  • upload to production

@RevantCI
Copy link
Collaborator

Connect with Anu and see the script they have
If not possible make own script in python using Youtube APIs
https://developers.google.com/youtube/v3/docs/playlists/list

@svishnu06 svishnu06 self-assigned this Nov 7, 2024
@svishnu06
Copy link
Contributor

svishnu06 commented Nov 15, 2024

Created an Excel file showing the availability of TBP videos for each language TBP Videos 2024

  • create script (2 hrs)
  • create csv/excel file (2 hrs)
    TBP Videos 2024
  • Add Luke-Acts Gospel Series (4 hrs)
  • add Nepali and Urdu video to the list(2 hrs)
  • Create CSV(1 hr)
  • send PR to Github(30min)
  • upload to staging(2 hrs)
  • QA
  • upload to production

@svishnu06
Copy link
Contributor

svishnu06 commented Nov 25, 2024

hindi new videos added - sng,mal and nam changed to mic.
pr updated - PR LINK , updated the changes in TBP Videos 2024

@RevantCI
Copy link
Collaborator

Staging date inserted adding notes of deletion and insertion below

  1. 83 mal deleted
    query: delete from bible_videos where language_id in (select language_id from languages where language_code = 'mal') and theme not like '%Gospel%' and theme not like '%Testament%';

  2. 73 eng delete
    delete from bible_videos where language_id in (select language_id from languages where language_code = 'eng') and theme like '%Testament%';

  3. 73 hin deleted
    delete from bible_videos where language_id in (select language_id from languages where language_code = 'hin') and theme like '%नियम%';

  4. 73 tel deleted
    delete from bible_videos where language_id in (select language_id from languages where language_code = 'tel') and theme= 'లేఖనాలు చదవండి';

  5. 274 ben deleted
    delete from bible_videos where language_id in (select language_id from languages where language_code = 'ben');
    reinserted 200 FCBH videos again

  6. 35 guj deleted
    delete from bible_videos where language_id in (select language_id from languages where language_code = 'guj') and theme like '%વિહંગાવલોકન:%';

  7. 72 tam deleted
    delete from bible_videos where language_id in (select language_id from languages where language_code = 'tam') and theme like '%ஏற்பாடு%';

  8. 32 pan deleted
    delete from bible_videos where language_id in (select language_id from languages where language_code = 'pan') and theme like '%ਸੰਖੇਪ ਜਾਣਕਾਰੀ%';

  9. 19 mar deleted
    delete from bible_videos where language_id in (select language_id from languages where language_code = 'mar') and theme like '%विहंगावलोकन:%';

  10. 47 kan deleted
    delete from bible_videos where language_id in (select language_id from languages where language_code = 'kan') and theme like '%ಸಾರಾಂಶ:%';

13:50:18.848 INFO ### ADD OPERATION ###
13:50:18.848 INFO Type: video
13:50:19.061 INFO Videos added for eng:{"Duplicate urls skipped":[],"message":" Videos added: 73","success":true}
13:50:19.139 INFO Videos added for hin:{"Duplicate urls skipped":[],"message":" Videos added: 54","success":true}
13:50:19.174 INFO Videos added for ben:{"Duplicate urls skipped":[],"message":" Videos added: 73","success":true}
13:50:19.198 INFO Videos added for mar:{"Duplicate urls skipped":[],"message":" Videos added: 73","success":true}
13:50:19.218 INFO Videos added for guj:{"Duplicate urls skipped":[],"message":" Videos added: 73","success":true}
13:50:19.219 INFO Videos added for mal:{"Duplicate urls skipped":[],"message":" Videos added: 73","success":true}
13:50:19.261 INFO Videos added for tel:{"Duplicate urls skipped":[],"message":" Videos added: 73","success":true}
13:50:19.264 INFO Videos added for pan:{"Duplicate urls skipped":[],"message":" Videos added: 73","success":true}
13:50:19.306 INFO Videos added for tam:{"Duplicate urls skipped":[],"message":" Videos added: 73","success":true}
13:50:19.314 INFO Videos added for kan:{"Duplicate urls skipped":[],"message":" Videos added: 73","success":true}

13:55:50.429 INFO ### ADD OPERATION ###
13:55:50.429 INFO Type: video
13:55:50.645 INFO Videos added for ben:{"Duplicate urls skipped":[],"message":" Videos added: 200","success":true}

@VineethaVi VineethaVi self-assigned this Dec 10, 2024
@VineethaVi
Copy link

VineethaVi commented Dec 10, 2024

Test Result

1. 1,2,3 John Epistles video is showing with the Gospel of John's video. 1,2,3 John epistles not displaying TBP videos of these books. This is happening in all languages.

[Screen Recording](John 1 - Eng-ESV - Vachan Online (3).webm)

2. In TBP videos of Hindi language, the video of the book Malachi is playing for the book Psalms instead of the Psalms video.
3. For Proverbs, the video of Psalms is showing for the Proverbs video.

[Screen Rcording](अय्यूब 1 - Hin-IRV - Vachan Online.webm)

4. Video title for the book Haggai in Kannada language is showing in other language.

Screenshot

haggai_kn

5. The book James's video is not accessible in Marathi. Breaking occurs after choosing a chapter.

Testing Environment : staging - https://www.dev.vachanonline.com/

Moving this issue to In progress

@svishnu06
Copy link
Contributor

svishnu06 commented Dec 17, 2024

new changes in bible_video.csv

  1. modified 2ki to '1ki,2ki' for every language.
  2. added '1jn,2jn,3jn entries for all languages. this will fix issue number 1 mentioned above by QA.
  3. modified 2ch to '1ch,2ch' for every language.
  4. modified ezr to ,"ezr, neh" for every language.

@svishnu06
Copy link
Contributor

svishnu06 commented Dec 20, 2024

Test Result

1. 1,2,3 John Epistles video is showing with the Gospel of John's video. 1,2,3 John epistles not displaying TBP videos of these books. This is happening in all languages.

[Screen Recording](John 1 - Eng-ESV - Vachan Online (3).webm)

2. In TBP videos of Hindi language, the video of the book Malachi is playing for the book Psalms instead of the Psalms video. 3. For Proverbs, the video of Psalms is showing for the Proverbs video.

[Screen Rcording](अय्यूब 1 - Hin-IRV - Vachan Online.webm)

4. Video title for the book Haggai in Kannada language is showing in other language.

Screenshot

haggai_kn

5. The book James's video is not accessible in Marathi. Breaking occurs after choosing a chapter.

Testing Environment : staging - https://www.dev.vachanonline.com/

Moving this issue to In progress

issue no. 1 ,2 and 3 has been resolved.
issue no 4 - Haggai in Kannada language video thumbnail looks different but this video originally uploaded from content creators. no further check needed.
issue no 5 - this issue not related to the recent TBP video updates .IRV Marathi James 1 parsing issue causes UI to crash, created a separate issue .issue link

updated bible_videos.csv PR

@svishnu06
Copy link
Contributor

newly added videos.

  1. Nepali and Urdu videos.
  2. Luke-Acts Gospel Series for all languages.

@RevantCI
Copy link
Collaborator

10:00:05.448 INFO Videos added for urd:{"Duplicate urls skipped":[],"message":" Videos added: 53","success":true}
10:00:05.613 INFO Videos added for nep:{"Duplicate urls skipped":["https://youtu.be/Pak4OSQUCCU","https://youtu.be/73KurzKX1T0","https://youtu.be/UkMtzg9aYhU","https://youtu.be/dBSV2XjFS7k","https://youtu.be/SS0mqpFnIAk","https://youtu.be/0EFi2dmt9Tk","https://youtu.be/9xga2UXHwdk","https://youtu.be/sdh-hj3lxDc","https://youtu.be/Nx2wJZsBqQg","https://youtu.be/jzA2Ero3P7s","https://youtu.be/NfnwOGjBaf0","https://youtu.be/P9K8i4YRx2A"],"message":" Videos added: 69","success":true}

@svishnu06 svishnu06 assigned RevantCI, Leni-Easo and thsneha and unassigned thsneha and Leni-Easo Jan 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Video Bible Video
Projects
None yet
Development

No branches or pull requests

5 participants