Add files using .txt file: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
It is possible to add file from a .txt file, which contains a list of audio files. File should look like this | It is possible to add file from a .txt file, which contains a list of audio files. File should look like this | ||
---- | ---- | ||
<nowiki> | <nowiki>#</nowiki>XRECODE3 list file | ||
#XRECODE3 list file | <nowiki>#</nowiki> this is a comment and will be ignored | ||
# this is a comment and will be ignored | <nowiki>#</nowiki>#D:\myaudio\*.wav /r | ||
##D:\myaudio\*.wav /r | <nowiki>#</nowiki>#D:\myaudio\*.mp3 | ||
##D:\myaudio\*.mp3 | D:\myaudio\* /r | ||
D:\myaudio\* /r | |||
---- | ---- | ||
Revision as of 09:08, 7 October 2017
It is possible to add file from a .txt file, which contains a list of audio files. File should look like this
#XRECODE3 list file # this is a comment and will be ignored ##D:\myaudio\*.wav /r ##D:\myaudio\*.mp3 D:\myaudio\* /r