Location For Audio Files
Please note: this is legacy documentation. Please check out https://docs.miarec.com/all/ for the most up-to-date documentation and user guides.
Note: Starting from version 5.0 a configuration of audio file location is implemented via the web portal. Web-portal settings override MiaRec.ini settings.
Location of audio files is configured inside MiaRec.ini configuration file (see option FileNameFormat inside section [Recording]).
Example:
[Recording]
FileNameFormat=C:\Recordings\%{setup-time#%Y%m%d}\%{setup-time#%Y-%m-%d-%H%M%S}.mp3
In the above example, audio files are stored inside the directory C:\Recordings\.
Note: A default location of audio files can be overridden inside recording filters.
As you probably noticed, the file path contains special parameters, like %{setup-time#%Y%m%d}. This is a very powerful way of configuring audio file location. These parameters are described in detail in the article "File name format".