-
-
Notifications
You must be signed in to change notification settings - Fork 313
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
Napisy24 provider #742
Comments
KODI have also working Napisy24 addon so it should be doable. |
I have implemented the provider @Diaoul Any updates on your subtitle type converter project? Will it also support MPL2? fyi pycaption project has been updated to py3 and is still somewhat maintained. |
I've made progress converting the subtitle to objects, it works great for srt so far. I took the generator approach so it's more lightweight than pycaption. I'm working on microdvd format but didn't hear about mpl2 so far. It is possible to create a parser for it though. I hoped webvtt would take over as standardized subtitle format but it hasn't happend yet. |
MPL2 is very simple format. Btw, how will it handle subtitle with mixed tags? For example, MPL2 is simple format but people often include MicroDVD tags (italics, color etc). This can also happen when people badly convert from for example MicroDVD to srt. Then the uploaded subtitle is in srt format but has MicroDVD style tags. Would be nice if it could fix mixed tags. |
It's been a while I haven't the time to work on it but nested styles works, what doesn't is invalid style such as |
@Diaoul any updates on that branch? |
Any chance to add napisy24.pl as a provider?
There is no public API, but qnapi project has a working solution.
edit: API can be found here.
The text was updated successfully, but these errors were encountered: