OpenLP

OpenLP是一个功能丰富的开源教会演示平台, 不会将您与订阅续订、设备平台甚至演示计算机捆绑在一起!(OpenLP is a feature rich open-source church presentation platform that doesn't tie you down to subscription renewals, device platforms, or even the presentation computer!)

  • 所有者: crossroadchurch/paul
  • 平台: BSD, Linux, Mac, Windows
  • 许可证: GNU General Public License v2.0
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

OpenLP是一个功能丰富的开源教会演示平台, 不会将您与订阅续订、设备平台甚至演示计算机捆绑在一起!使用OpenLP,您可以在下一个版本发布后立即升级;您可以使用我们的远程应用程序随意漫游圣域,并且您可以在Windows、Linux、Mac或FreeBSD上自由安装任意数量的应用程序。

OpenLP一直致力于为您提供卓越的教堂崇拜服务的技术元素。

  • Linux、Windows、OS X和FreeBSD之间的跨平台
  • 显示歌曲,圣经经文,演示文稿,图像等
  • 通过Android远程,iOS远程或移动Web浏览器远程控制OpenLP
  • 快速轻松地从其他流行的演示文稿包中导入歌曲
  • 很容易在不到10分钟的时间内启动和运行
开源

OpenLP是一个开源演示平台,专为大大小小的教堂而设计。告别订阅费用和设备平台的麻烦;该软件提供了各种各样的功能,将极大地有利于您的崇拜服务。

但是开源意味着什么呢?这意味着开发人员编写的代码可供您使用。但更重要的是,这意味着OpenLP是,而且永远都是免费的。免费下载,免费使用,并免费赠送给您的所有朋友。开源也意味着开发人员不断努力改进此应用程序,并欢迎用户提出任何意见或问题。

遥控

使用OpenLP首创的远程系统,随时随地控制您的演示文稿。借助内置的Web应用程序,您可以从任何具有浏览器和触摸屏的支持网络的设备访问您的服务。更改幻灯片,甚至更改手机当前显示的内容。无需触摸计算机即可搜索歌曲,圣经经文,图像等。

对于使用Android或iOS设备的用户,可以在Google Play商店和Apple App Store上免费下载Android和iOS应用。它们具有与Web应用程序相同的所有功能,并打包到本机应用程序中。

主要指标

概览
名称与所有者crossroadchurch/paul
主编程语言Python
编程语言Python (语言数: 8)
平台BSD, Linux, Mac, Windows
许可证GNU General Public License v2.0
所有者活动
创建于2015-08-05 18:57:06
推送于2017-08-21 19:53:55
最后一次提交2017-08-21 20:53:13
发布数0
用户参与
星数12
关注者数3
派生数4
提交数39
已启用问题?
问题数6
打开的问题数6
拉请求数0
打开的拉请求数0
关闭的拉请求数0
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?

paul

A fork of OpenLP church projection software

changelog

11 Aug 2015

  • Added a mandatory slide break tool for editing songs - either put [br] tag into song lyrics manually or use UI button to insert at current cursor position

22 Aug 2015

  • Changed data directory to openlp-paul so that Paul can run alongside OpenLP 2.0
  • Songs now have a key and transpose amount, which the user can edit.
  • Song key, transpose amount supported for import from and export to OpenLyrics format (openlyrics.info for full XML description), as well as import from OpenLP format (.sqlite database)

01 Sept 2015

  • Chords can now be added to songs. Chord lines must be added on the line immediately preceding the corresponding lyrics and must end with a @. The # symbol can be used to pad lyric lines so that they fit the chords. Chords are stored in a separate database field to the lyrics to avoid interfering with other OpenLP functionality. If chords are used in a song then the key must also be specified to allow the song to save. Edit song dialog only supports Edit All sections.

04 Sept 2015

  • Songs with chords can now be exported to and imported from the OpenLyrics format.
  • Edit song dialog now supports Add/Edit/Delete sections again.
  • Minor changes to chord sanitization routine.

13 Sept 2015

  • New route added to httprouter (Remote plugin): /api/controller/live_chords. This returns the chords for the current song (inline with the lyrics), with slide breaks in the same places as in the regular projector output.

30 Sept 2015

  • Bug fix - Opening a service plan no longer crashes OpenLP.
  • Bug fix - Editing a template no longer crashes OpenLP.
  • Disabled OpenLP version checking thread.

19 Oct 2015

  • /api/controller/live_chords now returns the transposed chords for the current song, if a transpose amount has been selected for the song.

10 Nov 2015

  • In the Theme Wizard, the user can now choose between three different ways of specifying the song area dimensions (Classic, Margins, Proportional).

08 Jan 2016

  • Removed /api/controller/live_chords route.
  • Added /silas/{update_id} route. Returns musician oriented view of the live controller. Slide data includes (transposed) chords, where used. The song_order indicates current position with parentheses e.g. V1 (C1) V2. Possible JSON-encoded dicts are:
    • {"status": "inactive"} - if live controller not active, else:
    • {"status": "current"} - no updates have occurred, based on value of {update_id}, else:
    • {"status": "update", "update_id": new update_id, "current_slide": "...", "next_slide": "...", "song_order": "..."}

17 Jan 2016

  • Update musician oriented view. Route is now /silas/update={update_id}&capo={capo}, both arguments optional. The status=update JSON has an additional field, played_key, indicating the key that the musician will be playing e.g. "E" or "Capo 2 (D)".
  • Compacted the song order returned by /silas/

30 Jan 2016

  • Added /music route to return a stage view with chords. The capo can be changed from this page.

19 Feb 2016

  • Added looped videos (played using VLC) and associated Loop manager component.

10 Sept 2016

  • Bug fix: chords render correctly for services that have been loaded in from a save file.
  • Bug fix: multiple identical lines rendered on Musician View.
  • CSS and JS fixes to improve rendering of Musician View.
  • Loop manager can be hidden and shown.

08 Oct 2016

  • Base font size of Musician view can be changed by adding the size parameter to the music route: /music?size=n

29 Nov 2016

  • Bug fix: songs with optional slide breaks can now be added to service plan without crashing OpenLP.

24 Dec 2016

  • Musician view now displays Bible verses and Custom slides.
  • Bug fix: Problem with importing Songs of Fellowship song books fixed.
  • Bug fix: First-time setup crashes caused by theme modifications (10/11/2015) fixed.

26 Dec 2016

  • Added verse order to footer area, set to 150% of footer font size, with current verse indicated by green background (settings hard-coded for the moment).
  • Verse order moved to right hand side of footer area. Song info area capped at 60% of total footer width.

27 Dec 2016

  • Bug fix: Problem with loading saved Bible passages fixed.
  • Issue fixed: Author names including commas caused duplicate songs to be added to the database when service plans containing them were opened. Commas are now removed from authors name to avoid this issue.

21 Mar 2017

  • Bible version can be chosen in the remote interface search. The desired version (case-insensitive) should be placed in parentheses in the search string (e.g. John 3:16 (NLT)).
  • Added Singers oriented view and associated route.

31 Mar 2017

  • Song usage report exports to Excel spreadsheet in addition to text file
  • Music controller view added. Currently allows the user to advance to the next or previous slide from a musician oriented view. Route is /music-control

01 Apr 2017

  • Music controller view improved. User can advance to start of any song section (verse, chorus etc) by tapping corresponding button in song order.

02 Apr 2017

  • Song running order added as a menu to the music controller view. User can change songs within the current service plan by tapping a song in this menu.

17 Aug 2017

  • Extra tab added to remote interface allowing the user to quickly add Bible chapters to the service plan.

Known issues

  • If a song is live whilst a theme is edited then when that song is redisplayed OpenLP will hang. Current workaround: Display a different song before returning to the initial song.