podverse / podverse-rn

Podverse mobile app written in React Native for iOS, Android, and F-Droid
https://podverse.fm/about
GNU Affero General Public License v3.0
218 stars 36 forks source link

Update transcriptor to version 1.1.4 to support speaker markers in VTT #2175

Closed stevencrader closed 5 months ago

stevencrader commented 6 months ago

In Transcriptator 1.1.4, I added support for speakers identified in VTT files with the syntax <v speakerName>. A question was posted on the Discord why they were seeing the names this way. I noticed Podverse hadn't updated yet. This make the necessary update.

Since I'm not setup for full Podverse development, I wasn't able to test to see if this broke anything. I don't believe it should since the change in Transcriptator was minor.

mitchdowney commented 5 months ago

@stevencrader sorry for the delay. Thanks for the PR!