Add files using .txt file
- It is possible to add files from a .txt file, which contains list of audio files.
- If non-standard characters are used, file must be UTF8 encoded.
- File must have content like this:
| #XRECODE3 list file #this is a comment and will be ignored D:\myaudio\*.wav /r D:\myaudio\*.mp3 |
- File must start with #XRECODE3 list file
- Lines starting with # are comments and will be ignored
- If /r is specified, files will be added recursively
- When above .txt file is opened by the program, all .wav files from folder D:\myaudio (including sub-folders) and all .mp3 file from D:\myaudio will be added.