Fixes/enchancements for vtt2ass with new Hidive Q styles #626
No reviewers
Labels
No labels
Wrong-Place
bug
cli
dependencies
documentation
duplicate
enhancement
good first issue
help wanted
ice
invalid
question
request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Creepso/multi-downloader-nx#626
Loading…
Reference in a new issue
No description provided.
Delete branch "vtt2ass-changes-branch"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Addresses https://github.com/anidl/multi-downloader-nx/issues/608.
Additional enhancements:
Becomes
This does mean that it will look different from what it looks like on Hidive but it should be more readable. For example in an event like what was shown above:
Becomes
This is done in
line 367if you want to link it up to an option or turn it off.This is done in
line 273, you can change it toDialogue: 0,${line.start},${line.end},${line.style},,0,0,0,,${line.text});` to make it remain on layer 0.Could you please fix the eslint errors? I highly recommend setting up your dev environment for eslint if you haven't already
I've fixed the Eslint errors a logic error with aligning start time of subs, and added a cli option for combineLines which is false by default. Let me know if anything else is wrong
LGTM, merging