ROX
From Just Solve the File Format Problem
Roxio (Media) Creator is software for optical disc burning. A project file can be saved which includes the layout and links to files included in the layout. The ROX format replaces the ROXIO format. ROX Files can be saved with Creator 2011 to current Creator NXT software.[1][2][3]
File Information
The ROX format is an XML file[4] with the following structure:
<?xml version="1.0" encoding="utf-8"?> <ProjectFileInfo xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <TaskKey>9CA0EEEE-5BC5-41e9-8242-BEE21643FFF0</TaskKey> <SaveDataObject> <DataProjectInfo xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <Files> <Items> <anyType xsi:type="DataSaveFileInfo"> <SourcePath>path to file</SourcePath> <MediaPath>file</MediaPath> <IsDirectory>false</IsDirectory> </anyType> </Items> </Files> <VolumeName /> <Version>1</Version> </DataProjectInfo> </SaveDataObject> <FileVersion>1</FileVersion> </ProjectFileInfo>
The TaskKey ID seems to be:
- Data "9CA0EEEE-5BC5-41e9-8242-BEE21643FFF0"
- Audio "10253C4C-229D-4c87-8D1D-169EFDFED869"
Software
References
- ↑ https://forums.support.roxio.com/topic/91082-rox-and-roxio-sample-files-to-download/
- ↑ https://forums.support.roxio.com/topic/122780-how-to-save-a-project-in-nxt5/
- ↑ https://forums.support.roxio.com/topic/107670-are-nxt2-rox-files-compatible-with-nxt3-rox-files/
- ↑ https://forums.support.roxio.com/topic/91553-convert-ec8-project-rcl-files-to-new-rox/