Sean Johnson, Shane Afsar and Tao Ning is buiding this parser
Visit and play with our new UI: https://taoning2014.github.io/srt-validator/
git clone https://github.com/taoning2014/srt-validator
cd srt-validator
npm install
npm run serve
Open browser console, visit http://127.0.0.1:8080/
, the console should log validation errors:
Tests are automatically run on precommit, but you can also run them manually:
npm test
npm run test:watch
- watches files for changes
Currently the app is deployed to github pages, unber /docs in master branch. Before push to origin, do a npm run build
, this command will build the latest code into /docs.
- Add hot reload.
- Add missing tests.
- Refactor UI.
- Add more logic to UI e.g. disable button before user upload or type in the textarea.
- User should be able to download the valid caption file by SRTParser.serialize.
- Improve page loading time for the new HTML5UP template
- MOST IMPORT 🔥🔥🔥 play with UI, capture missing validation error (don't go too wild, just the regular errors, please)
- Implement a master function to: 1, call each validator 2, catch error in parser 3, aggregate errors and output.
- Add tests.
- Add precommit hook (eslint, prettier).
- Implement file picker in UI, bind master validator function to onchange event, display error in UI.
- Implement text editor in UI, which will parse the input file and display it in the editor. User can use it to change the caption content and valide it.
- Add style to make UI looks better.
- Add line numbers to the textarea
- Move srt validator to a separate page(default page)
- Refactor prettier to only check changed files, add eslint to pre-commit.
- Add deploy script
update parser / validators to capture those errors.