We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Note: WIP. Discussion is encouraged. This does not target our wiki deployment and will instead be its own project.
Support subtitle support in the wiki client.
Determine format standards for subtitle files.
Integration of subtitle files into existing site features like events, API, streaming, nova, submissions, etc.
A user or guest shall be able to apply a subtitle track to the AnimeThemes player.
A user shall be able to create subtitle submissions.
A user shall be able to query the API for subtitle resources.
Moderators shall be able to manage Subtitle resources from Nova.
The Subtitle model shall have a belongs to many relationship with Entry.
Subtitle files shall be managed in a separate bucket.
Subtitle file names shall be consistent with Audio/Video file names.
The text was updated successfully, but these errors were encountered:
I second this request, i can easily share the subs i've made using this lrc2srt script.
They were all transliterated to romaji via this bash script.
Actually i am still looking for a way to link these subs in a playlist.
(Unfortunately the EXTVLCOPT m3u tag only works with the desktop version of VLC.)
EXTVLCOPT
Sorry, something went wrong.
UPDATE: just found this project that provides exactly what requested here.
No branches or pull requests
Note: WIP. Discussion is encouraged. This does not target our wiki deployment and will instead be its own project.
Goals
Support subtitle support in the wiki client.
Determine format standards for subtitle files.
Integration of subtitle files into existing site features like events, API, streaming, nova, submissions, etc.
User Stories
A user or guest shall be able to apply a subtitle track to the AnimeThemes player.
A user shall be able to create subtitle submissions.
A user shall be able to query the API for subtitle resources.
Moderators shall be able to manage Subtitle resources from Nova.
Functional Requirements
The Subtitle model shall have a belongs to many relationship with Entry.
Subtitle files shall be managed in a separate bucket.
Subtitle file names shall be consistent with Audio/Video file names.
The text was updated successfully, but these errors were encountered: