Merge pull request #14 from cpvalente/chore/open

Chore/open
This commit is contained in:
Carlos Valente
2021-06-14 14:32:06 +02:00
committed by GitHub
4 changed files with 39 additions and 4 deletions
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 381 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 201 KiB

+39
View File
@@ -1,3 +1,42 @@
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-green.svg)](https://www.gnu.org/licenses/gpl-3.0)
# Ontime
Ontime is an application for managing and running stage timers.
It allows a center application to be able to distribute event information in the local network. This minimises needs for using Media Server outputs or expensive video distribution while allowing easy integration in workflows including OBS and d3.
![App Window](https://github.com/cpvalente/ontime/01_app.png)
![Views](https://github.com/cpvalente/ontime/02_screentypes.png)
## Feature List (in no specific order)
- Distribute Data over network and render in the browser
- Different screen types
- Stage Timer
- Backstage Info
- Public Info
- Picture in Picture
- Configurable realtime Lower Thirds
- Send live messages to different screen types
- Ability to differentiate between backstage and public data
- Manage delays workflow
- OSC Control and Feedback
- Roll mode: run independently from system clock
## Roadmap
### For version 1
Almost reaching a feature set that we can call v1. Before that:
- [ ] Mac OS version
- [ ] Finish Documentation
### Continuing
- [ ] Linux version
- [ ] Companion integration
- [ ] Lower Third Manager
- [ ] URL Aliases (define configurable aliases to ease onsite setup)
- [ ] Logging view
- [ ] Reach Schedule: way to speedup timer to meet a deadline
# Help
Help is underway! ... and can be viewed [here](https://cpvalente.gitbook.io/ontime/)
# License
This project is licensed under the terms of the GNU GPL v3
-4
View File
@@ -1,4 +0,0 @@
# Table of contents
* [Initial page](README.md)