Add files using .txt file: Difference between revisions

From XRECODE3
Jump to navigation Jump to search
No edit summary
No edit summary
 
(18 intermediate revisions by the same user not shown)
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 files from a .txt file, which contains list of audio files.
----
*File must be UTF8 (or ANSI, if no non ANSI characters are use) encoded.
<nowiki>#</nowiki>XRECODE3 list file<br />
*File should look like this:
<nowiki>#</nowiki>this is a comment and will be ignored <br />
{| class="wikitable"
D:\myaudio\*.mp3 <br />
|#XRECODE3 list file <br/>#this is a comment and will be ignored <br/>D:\myaudio\*.wav /r<br/>D:\myaudio\*.mp3
D:\myaudio\* /r <br />
|-
----
|}
*File must start with '''<nowiki>#</nowiki>XRECODE3 list file'''
*Lines starting with <nowiki>#</nowiki> 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.
<historylink type="back" />

Latest revision as of 22:53, 14 October 2017

  • It is possible to add files from a .txt file, which contains list of audio files.
  • File must be UTF8 (or ANSI, if no non ANSI characters are use) encoded.
  • 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 #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.

« Go Back