Wave project file
Jump to navigation
Jump to search
Wave | Download | Development
A Wave project file (*.wvp
) is a text file that can be used to quickly load multiple series from multiple files at once.
The format is as follows:
file=path\to\file1 series=series1 series=series2: optional title file=path\to\file2 series=series3: optional title series=series4
Example:
file=hwmerk_rur.wel series=ERUR_1AB series=EOLF_1AB series=EURF_1AB series=EIND_1AB series=EWUR_1AB series=EMRZ_1AB series=SMAU_1AB series=S456_1AB: "S456_1AB - Selhausen" series=S397_1AB: "S397_1AB - Altenburg 1" series=S357_1AB: "S357_1AB - Jülich Stadion" series=S247_1AB: "S247_1AB - Linnich 1" series=S008_1AB: "S008_1AB - Stah"
Notes:
- the path to the file can be specified as an absolute path or as a relative path (relative to the project file)
- if no series are specified, all series contained in the file will be loaded
- all whitespace in the project file is optional (apart from linebreaks)
- support for this file was added in v1.6.1 (r445)