Add files using .txt file: Difference between revisions

From XRECODE3
Jump to navigation Jump to search
(Created page with "It is possible to add file from a .txt file, which contains a list of audio files. File should look like this <nowiki> #XRECODE3 list file # this is a comment and will be igno...")
 
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>
----
#XRECODE3 list file
#XRECODE3 list file
# this is a comment and will be ignored
# this is a comment and will be ignored
Line 6: Line 6:
#D:\myaudio\*.mp3
#D:\myaudio\*.mp3
D:\myaudio\* /r
D:\myaudio\* /r
</nowiki>
----

Revision as of 00:01, 8 October 2017

It is possible to add file from a .txt file, which contains a list of audio files. File should look like this


  1. XRECODE3 list file
  2. this is a comment and will be ignored
  3. D:\myaudio\*.wav /r
  4. D:\myaudio\*.mp3

D:\myaudio\* /r