Add files using .txt file: Difference between revisions

From XRECODE3
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>
#XRECODE3 list file <nbsp/>
#XRECODE3 list file <nbsp/>
# this is a comment and will be ignored <nbsp/>
# this is a comment and will be ignored <nbsp/>
Line 6: Line 7:
##D:\myaudio\*.mp3 <nbsp/>
##D:\myaudio\*.mp3 <nbsp/>
D:\myaudio\* /r <nbsp/>
D:\myaudio\* /r <nbsp/>
</nowiki>
----
----

Revision as of 09:06, 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 <nbsp/> # this is a comment and will be ignored <nbsp/> ##D:\myaudio\*.wav /r <nbsp/> ##D:\myaudio\*.mp3 <nbsp/> D:\myaudio\* /r <nbsp/>