Creating a user-profiles.xml file
At long last I have got around to creating a user-profiles.xml file (which is maintained during an installation update) so that I do not have to re-edit the profiles.xml to re-add my own profiles each time.
I cannot find a page that describes this. Perhaps someone can direct me if one exists.
1. Presumably the user-profiles.xml goes in the same "serviio/config" directory as the profiles.xml ?
2. What is the format of the user-profiles.xml file ?
Does it need the same header/trailer as in the profiles.xml file or just the profile ? i.e.
<?xml version="1.0" encoding="UTF-8"?>
<Profiles version="1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.serviio.org/xsd/profiles/v/2.0/Profiles.xsd">
<!-- New Generic HD profile -->
etc. etc.
<!-- End of Generic HD profile -->
</Profiles>
I cannot find a page that describes this. Perhaps someone can direct me if one exists.
1. Presumably the user-profiles.xml goes in the same "serviio/config" directory as the profiles.xml ?
2. What is the format of the user-profiles.xml file ?
Does it need the same header/trailer as in the profiles.xml file or just the profile ? i.e.
<?xml version="1.0" encoding="UTF-8"?>
<Profiles version="1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.serviio.org/xsd/profiles/v/2.0/Profiles.xsd">
<!-- New Generic HD profile -->
etc. etc.
<!-- End of Generic HD profile -->
</Profiles>