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: | ||
{| class="wikitable" | {| class="wikitable" | ||
|#XRECODE3 list file <br/>#this is a comment and will be ignored <br/>D:\myaudio\* /r | |#XRECODE3 list file <br/>#this is a comment and will be ignored <br/>D:\myaudio\*.wav /r<br/>D:\myaudio\*.mp3 | ||
|- | |- | ||
|} | |} | ||
** File must start with the <nowiki>#</nowiki>XRECODE3 list file | |||
** Lines starting wil <nowiki>#</nowiki> are comments and will be ignored | |||
** If /r is added, files with the specified mask will be added recursively | |||
<historylink type="back" /> | <historylink type="back" /> | ||
Revision as of 09:17, 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 |
- File must start with the #XRECODE3 list file
- Lines starting wil # are comments and will be ignored
- If /r is added, files with the specified mask will be added recursively