At the moment, campaigns have to be built manually, but it's rather easy, simply create a new textfile and then add entries for your pcs, images, notes, etc. there - one per line:
note;<notefile>;<notetitle>
image;<imagefile>;<imagetitle>
pc;<pcfile>
sound;<soundfile>;<soundtitle>
note;testnote.txt;A test note image;testimage.jpg;A test image pc;testchar.per;A test character sound;testsound.mp3;A test sound
If you want, you can add all the files and the campaign file (which then must be called “campaign.cmp”) into one .zip file. In this case, all paths must be relative - if you don't want to use one big .zip file, you can use absolute paths as well. For example, if you have the following files in your .zip file…
notes/testnote.txt images/testimage.jpg pcs/testchar.per sounds/testsound.mp3
…then your “campaign.cmp” file for your .zip would look like this:
note;notes/testnote.txt;A test note image;images/testimage.jpg;A test image pc;pcs/testchar.per;A test character sound;sounds/testsound.mp3;A test sound