SQLite compatibility and related fixes
[kworship.git] / design / files.txt
blobeabae7d16472814f62eb60de6f44bad06347e6da
1 Saving playlists
2 [ ] compact or exhaustive - can include necessary resources
3 [ ] options (individual items can be individually included)
4     [ ] include all song data (default = yes)
5     [ ] include all media/file/presentation resources (default = no)
7 File formats
8   *.kw - KWorship XML Data
9   *.kwz - KWorship Data Archive
11 KWorship Data Archive
12   index.kw - XML index
13   playlist/
14     $playlist.kw
15   css/ - css stylesheets
16     $name.kwcss
17   song/ - any song data used
18     $songname/ - for a particular song
19       index.kw - general song data
20       $versionname.kw - version specific song data
21   res/ - generic resources
22     $abc.$xyz
24 KWorship XML Data
25   kworship - root tag
26   index
27   playlist
28   song
29   songversion
30   link - resource link
31     can be either a url, relative file link, or archive file id