Wave project file: Difference between revisions

From BlueM
Jump to navigation Jump to search
(Created page with "{{Wave_nav}} A '''Wave project file''' (<code>*.wvp</code>) is a text file that can be used to quickly load multiple series from multiple files at once. The format is as fol...")
 
mNo edit summary
Line 31: Line 31:


'''Notes:'''
'''Notes:'''
* support for this file was added in v1.6.1 (r445)
* the path to the file can be specified as an absolute path or as a relative path (relative to the project file)
* 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
* 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)
* all whitespace in the project file is optional (apart from linebreaks)
* support for this file was added in v1.6.1 (r445)


[[Category:BlueM.Wave]]
[[Category:BlueM.Wave]]

Revision as of 08:45, 16 November 2017

Wave.png Wave | 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)