mcruncher / worshipsongs-android

Android app for Worship Songs
GNU General Public License v3.0
8 stars 8 forks source link

As a Song Manager, I can export a Favourite list as XML #226

Closed sskjames closed 7 years ago

sskjames commented 9 years ago

NOTE:

pitchumani1989 commented 8 years ago

What is the xml file format, what are the attributes should be available in xml file?

pixel2user commented 7 years ago

It would be great, if the OpenLP Service Files (.osz .oszl) format would be used. If importing and exporting such files would be possible, that would make this app an perfect partner for the desktop OpenLP software!

pixel2user commented 7 years ago

OSZ file spec: https://forums.openlp.org/discussion/2545/information-about-osz-file

The osz is simply a zip file which contains a osj-file (in json-format) which describes the saved service and contains text-based slides (songs, bible, custom), and if any media (video, audio, images) or presentations (ppt, pdf) files is included they are saved in the zip-file as well. I don't know of any official spec for the osz-file, so I hope this helps a bit. You should probably just create a file in OpenLP, unzip it and look at the content.

A OSZL (OSZ-Light) file contain no media files, but only a link to the media files. It should be very similar to the 'Favourite list' approach in this app! 👍

sskjames commented 7 years ago

This looks like a potential duplicate of #221

pixel2user commented 7 years ago

@sskjames - OSZ/OSZL files contain the song lyrics in JSON format. This feature request is for an export option as a XML file. It think OSZL would be the perfect choice!

madasamys commented 7 years ago

This is a duplicate of #221.