Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/peterekepeter/simplelivesubtitles

A very simple HTML based subtitle system for live shows
https://github.com/peterekepeter/simplelivesubtitles

Last synced: 21 days ago
JSON representation

A very simple HTML based subtitle system for live shows

Awesome Lists containing this project

README

        

# simplelivesubtitles

A very simple HTML based subtitle system for live shows
For now, the whole project is a single HTML file.
Javascript HTML and CSS are used.

Inside the html body the first list is taken by the javascript.
Each of these items can be displayed one by one.
Control is done using keyboard.
The subtitles can be HMTL formatted and can even contain complex HTML elements.

It was designed for live shows and presentations
where someone needs to manually press a key to show the next subtitle.
This solution runs light and runs everywhere.

## creating subtitles

The html file needs to be edited manually.
It can be edited with anything which preserves the current structure and scripts.
The only thing that needs to be edited is the orderred list in the document.
For this purpuse the list comes before style and script in the file.


  1. Is this useful?

  2. No it's just a waste of time

People with no technical knowledge are recommended to use a html editor program.`

## other stuff

I realize that this can be extended into a very good lighweight solution for:

1. subtitles for basically anything in HTML
2. presentations (same cocept but more than just a line of text)