~alisonken1/openlp/pjlink2-f

« back to all changes in this revision

Viewing changes to openlp/core/ui/media/__init__.py

  • Committer: Tim Bentley
  • Author(s): Tomas Groth
  • Date: 2017-05-17 20:30:47 UTC
  • mfrom: (2587.3.78 chords)
  • Revision ID: tim.bentley@gmail.com-20170517203047-o11dl9bfu3re2tu0
Added support for chords in Chord Pro format (using brackets), with support for chord transposing and 3 different notations.
Added support for import of song in ChordPro file format
Added support for importing chords and verseorder from songbeamer.
Add support for export and import of chords in openlyrics
Added support for importing chords from opensong.
Added support for importing chords from videopsalm.
Added support for printing chords.

Show diffs side-by-side

added added

removed removed

Lines of Context:
143
143
                                                                         seconds=seconds,
144
144
                                                                         millis=millis)
145
145
 
 
146
 
146
147
from .mediacontroller import MediaController
147
148
from .playertab import PlayerTab
148
149