Lieder synchronisieren

edited November -1 in Deutsch (German)
Besteht in OPENLP schon die Möglichkeit Lied-Dateien aus verschiedenen Quellen zu synchronisieren (z.B. auf USB-Stick und PC), so dass nicht versehentlich Lieder mit gleichem Titel mehrfach vorkommen?

Cool wäre es auch, wenn bei einem Lied, das exportiert oder importiert werden soll, das zugeordnete Hintergrunddesign mit exportiert/importiert wird (sofern es nicht schon vorhanden ist)

Gruß

Comments

  • edited May 2011

    For those that don't speak or read German here's a translation:

    Does the possibility exist to synchronize song files from different sources (e.g. on USB stick and PC) in OPENLP, so that songs with same title do not occur several times?

    It would also be cool, if with a song, which is to be exported or imported, the assigned background design with is exported/imported with it. (If it is already missing) Greetings.

    Certainly synchronising songs should be a "wish list" item (and may already be on it), as there must be quite a number of users who are faced with songs being imported from various sources, or modified to suit local conditons - I'm sure this subject been discussed before.  Synchonisation is a tricky subject as there are different underlying phylosophies - perhaps the easiest to implement is the highlight duplicated and modified songsand let the user decide which to keep.

     

  • edited May 2011

    Hey Thomas! Momentan gibt es folgende Möglichkeiten:

    1) OpenLyrcis Im- und Export

    2) Ablaufdatei: Der Im- und Export von Liedern im OpenLyricsformat kann leider nicht alle Informationen ex-/importieren (momentan nur die Designs nicht). (Das Format wird nicht von uns bestimmt!) Anders als beim Im- und Export von OpenLyrics Liedern führt der Import von Liedern aus einem Ablauf nicht zu Duplikaten (unter der Voraussetzung, dass der Titel und die Autoren gleich sind). Eine Synchronisierung gibt es momentan nicht (also OpenLP erkennt nicht, welches Lied als letztes bearbeitet wurde).

    3) Es gibt aber MySQL/PostgreSQL Unterstützung (die Datenbank läuft ja auf SQL Basis). Das ganze ist momentan noch sehr experimentell!

    Gruß

  • edited May 2011

    bobsmith: Thanks for your help, but if you look along the top this was actually posted in the "Language-specific Support >> Deutsch (German)" forum. Which is why it's in German. We have German speakers who are supporting this part of the forum and they don't need it translating to English :)

    However thanks for the answer, but also please don't always assume the person who made the post is able to read the English replies.

  • edited June 2011
    Wir bräuchten auch die Möglichkeit Lieder zu synchronisieren. Momentan (Songbeamer) synchronisieren wir die Textdateien mit Teamdrive, würden aber gerne davon wegkommen.

    Gerade wenn man einen Master-Rechner hat, aber auch Notebooks als Slaves einsetzt bräuchte man zumindest eine Ein-Weg-Synchronisation der Datenbank

    Ist etwas in diese Richtung geplant?
  • edited June 2011

    Hallo icicle,

    Im Prinzip habe ich die Möglichkeiten drei Antworten weiter oben beschrieben.

    Gruß

  • edited November 2011
    We use, in our service, an older release of Openlp.

    Now we want to migrate the Database of OpenLp Version 1 to Version 2 (Release 1.9.7).
    So I start the import of the extrakted Database, choose the Character-Map, for us Western Europe(1252).
    But then I get a dump.

    Traceback (most recent call last):
    File "D:\OpenLP_Code\trunk\build\pyi.win32\OpenLP\outPYZ1.pyz/openlp.core.ui.wizard", line 191, in onCurrentIdChanged
    File "D:\OpenLP_Code\trunk\build\pyi.win32\OpenLP\outPYZ1.pyz/openlp.plugins.songs.forms.songimportform", line 762, in performWizard
    File "D:\OpenLP_Code\trunk\build\pyi.win32\OpenLP\outPYZ1.pyz/openlp.plugins.songs.lib.olp1import", line 96, in doImport
    File "D:\OpenLP_Code\trunk\build\pyi.win32\OpenLP\outPYZ1.pyz/sqlite.main", line 244, in execute
    DatabaseError: no such table: settings

    Please help me.

    I use the following Environment:

    Windows Vista 32-Bit with actual Service Packs.

    Thanks for a quick help.

    Mathias
  • edited November 2011

    Mathias, which exact version number of OpenLP version 1 are you using?

  • edited November 2011
    Hi Raoul,

    we using the Version 1.2.9.
    Did you think we should migrate by using the Version between 1.2.9 and Version 2.

    Best Regards
    Mathias
  • edited November 2011

    No, you are using the correct versions. It looks like our Importer doesn't cater for databases that were created in openlp.org 1.2.9 (there were a few changes in OpenLP version 1.2.x). I've logged a bug for this, and it should be fixed in the next version.

    https://bugs.launchpad.net/openlp/+bug/896458

  • edited November 2011
    Hi Raoul,

    O.K. Can you tell me, when the next minor Release will availeble? Or have you a prefix for these Bug?
    I had seen that you open a Bugreport.
  • edited November 2011

    On the English version of the site (you might be looking at the German version), there's an item in the Main Menu labeled Roadmap that shows our milestones.

  • edited November 2011

    Hello

    Please keep in mind that this is the German forum. Please post any new non German comments in the corresponding forum.

    Cheers :-)

    _____________________________

    Like OpenLP? Give us a thumb.

  • edited January 2012
    Deutsch unten.

    Hi Raoul,
    i had install the Version 1.9.8 on my PC (Windows Vista) and try to import one of my old exports. At three of five imports I got the info:

    "Traceback (most recent call last):
    File "D:\OpenLP_Code\release-1.9.8\build\pyi.win32\OpenLP\outPYZ1.pyz\openlp.core.ui.wizard", line 191, in onCurrentIdChanged
    File "D:\OpenLP_Code\release-1.9.8\build\pyi.win32\OpenLP\outPYZ1.pyz\openlp.plugins.songs.forms.songimportform", line 771, in performWizard
    File "D:\OpenLP_Code\release-1.9.8\build\pyi.win32\OpenLP\outPYZ1.pyz\openlp.plugins.songs.lib.olp1import", line 160, in doImport
    File "D:\OpenLP_Code\release-1.9.8\build\pyi.win32\OpenLP\outPYZ1.pyz\openlp.plugins.songs.lib.songimport", line 314, in finish
    File "D:\OpenLP_Code\release-1.9.8\build\pyi.win32\OpenLP\outPYZ1.pyz\openlp.plugins.songs.lib.xml", line 117, in add_verse_to_lyrics
    File "lxml.etree.pyx", line 2402, in lxml.etree.CDATA.__init__ (src/lxml/lxml.etree.c:47048)
    File "apihelpers.pxi", line 1242, in lxml.etree._utf8 (src/lxml/lxml.etree.c:19848)
    ValueError: All strings must be XML compatible: Unicode or ASCII, no NULL bytes
    "

    I have check the Strings of the File, but I fouond no sign that could be use by an xml Tag.

    Hallo Raoul,

    ich ahbe die Version 1.9.8 nun installiert und meine alten Exporte aus der Version 1.2.7 importiert. Bei drei von fünf Importen bekomme ich folgende Meldung:
    "Traceback (most recent call last):
    File "D:\OpenLP_Code\release-1.9.8\build\pyi.win32\OpenLP\outPYZ1.pyz\openlp.core.ui.wizard", line 191, in onCurrentIdChanged
    File "D:\OpenLP_Code\release-1.9.8\build\pyi.win32\OpenLP\outPYZ1.pyz\openlp.plugins.songs.forms.songimportform", line 771, in performWizard
    File "D:\OpenLP_Code\release-1.9.8\build\pyi.win32\OpenLP\outPYZ1.pyz\openlp.plugins.songs.lib.olp1import", line 160, in doImport
    File "D:\OpenLP_Code\release-1.9.8\build\pyi.win32\OpenLP\outPYZ1.pyz\openlp.plugins.songs.lib.songimport", line 314, in finish
    File "D:\OpenLP_Code\release-1.9.8\build\pyi.win32\OpenLP\outPYZ1.pyz\openlp.plugins.songs.lib.xml", line 117, in add_verse_to_lyrics
    File "lxml.etree.pyx", line 2402, in lxml.etree.CDATA.__init__ (src/lxml/lxml.etree.c:47048)
    File "apihelpers.pxi", line 1242, in lxml.etree._utf8 (src/lxml/lxml.etree.c:19848)
    ValueError: All strings must be XML compatible: Unicode or ASCII, no NULL bytes
    "

    Ich habe mir die Texte angesehen und kein Zeichen gefunden, welches die XML-tags stören könnte.
Sign In or Register to comment.