TheOpenPresenter
  • Introduction
    • Welcome
    • Motivation & Challenges
    • System Architecture
    • Terminologies
    • Server Communication
    • Project Topology
  • Development
    • Quickstart
    • Static files
    • Media Storage
  • Plugins
    • Introduction
    • Official Plugins
      • Google Slides
      • Lyrics Presenter
        • Lyrics compatibility
      • Video Player
      • Audio Recorder
    • Developing a Plugin
      • Plugin API
        • Yjs
          • Awareness
          • Scene
          • Renderer
        • Backend
          • Yjs Handler
          • Loading Frontend
          • Security
        • Frontend
          • Remote
          • Renderer
        • Media
          • Server Plugin API
          • Frontend
            • Tus
            • Form Data
        • TRPC
        • Database
      • Audio
      • Viewer State
      • Notifying Errors
      • Caveats
        • Sharing dependencies
        • Cross-over between plugins
      • Performance
  • API Reference
    • Plugin Context
  • Guide
    • Playing Audio
    • Listen to scene changes
  • Scratch Pad
    • Ambition
    • Background music
  • Environment Variables
  • External
    • Page 1
Powered by GitBook
On this page
  1. Plugins
  2. Official Plugins

Lyrics Presenter

At the moment, we only have integration with myworshiplist.com. This will increase in the future.

We also want to add ability for users to save their own songs into the database. Currently, you can add a new song but it won't persist beyond the plugin.

We use a format inspired to OpenSong

Here are some of the basic rules:

  1. Separate sections with square brackets([ ]) like [Verse 1]. This can be anything from Verse, Chorus, Bridge, and any text you like.

  2. Use a single dash(-) to split your section into multiple slides.

  3. Add a dot(.) in front of a line to indicate that it is a chord line. Note: At this time, we do not support showing chords yet.

Example

[Verse]
I know He rescued my soul
His blood has covered my sin
I believe I believe
-
My shame He's taken away
My pain is healed in His name
I believe, I believe
-
I'll raise a banner
'Cause my Lord
Has conquered the grave

[Chorus]
My Redeemer lives
My Redeemer lives
My Redeemer lives
My Redeemer lives

[Bridge]
You lift my burdens
I'll rise with You
I'm dancing on this mountaintop
To see Your kingdom come
PreviousGoogle SlidesNextLyrics compatibility

Last updated 6 months ago