• 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Configuration for bands
#9
Yes, a .mss file is just an XML file. Open it with a text editor and you'll see that it's fairly basic in nature. You will have to fill in a few fields that may not be completely obvious though. The FileType field indicates what type of file it is, which is the following:

Image = 0
PDF = 1
Text = 2
Chord Pro = 3
ABC = 11

MobileSheets needs this information to correctly match on song titles when there are multiple songs with identical titles but different files. If you need an example of a file, here is one:

<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<Setlists>
    <Setlist>
        <Name>Test Setlist</Name>
        <Song>
            <Title>Test Song 1</Title>
            <FileName>testfile.pdf</FileName>
            <FileType>1</FileType>
        </Song>
        <Song>
            <Title>Test Song 2</Title>
            <FileName>testfile2.pdf</FileName>
            <FileType>1</FileType>
        </Song>
    </Setlist>
</Setlists>

Let me know if you have additional questions. At some point in the future I may switch to using JSON instead, as the format is a little less verbose.

Mike
Reply


Messages In This Thread
Configuration for bands - by Alexh - 08-22-2023, 10:21 PM
RE: Configuration for bands - by Zubersoft - 08-23-2023, 04:17 AM
RE: Configuration for bands - by Mikel Air Snyder - 08-12-2024, 04:30 AM
RE: Configuration for bands - by otnt - 08-13-2024, 05:07 AM
RE: Configuration for bands - by runaib - 09-11-2023, 07:42 PM
RE: Configuration for bands - by Zubersoft - 08-12-2024, 05:18 AM
RE: Configuration for bands - by Mikel Air Snyder - 08-12-2024, 05:27 AM
RE: Configuration for bands - by YiOfLittleFaith - 10-19-2024, 09:31 PM
RE: Configuration for bands - by Zubersoft - 10-20-2024, 05:48 AM
RE: Configuration for bands - by Jazzy Boomers - 12-17-2024, 09:28 PM
RE: Configuration for bands - by Zubersoft - 12-18-2024, 04:57 AM
RE: Configuration for bands - by clandsbert - 12-23-2024, 04:11 AM
RE: Configuration for bands - by Zubersoft - 12-23-2024, 07:25 PM
RE: Configuration for bands - by mcrossy - 02-24-2025, 06:51 AM
RE: Configuration for bands - by Swiss1000 - 02-25-2025, 04:42 AM
RE: Configuration for bands - by Zubersoft - 02-24-2025, 07:12 PM
RE: Configuration for bands - by mcrossy - 02-24-2025, 07:26 PM
RE: Configuration for bands - by itsme - 02-24-2025, 07:54 PM



Users browsing this thread:
1 Guest(s)


  Theme © 2014 iAndrew  
Powered By MyBB, © 2002-2025 MyBB Group.