Audio file name to Txt

Get help or discuss anything relating to audio/video software & hardware
User avatar
beatlefan99
Posts: 624
Joined: Tue Feb 23, 2021 3:34 pm
Location: The World
Been thanked: 4 times

Audio file name to Txt

Post by beatlefan99 »

Hi All,

Looking for some Software or the best method to copy the track name of an audio file to txt/notepad?

Any help appreciated.

Cheers Guys
User avatar
Mrbeatleg
Posts: 1932
Joined: Sat May 22, 2021 1:41 pm
Has thanked: 316 times
Been thanked: 656 times

Re: Audio file name to Txt

Post by Mrbeatleg »

I think I know what you mean, but can you be more specific?
User avatar
obertinc
Posts: 80
Joined: Fri Jun 18, 2021 2:24 pm

Re: Audio file name to Txt

Post by obertinc »

If you're using a Mac, you can select all the audio files in a folder, copy, and then paste in a TextEdit (.txt) file.
User avatar
Golem
Posts: 352
Joined: Fri Feb 26, 2021 5:25 pm
Has thanked: 22 times
Been thanked: 64 times

Re: Audio file name to Txt

Post by Golem »

You can do it in mp3tag, but its def a hastle
User avatar
Track06
Posts: 631
Joined: Wed Feb 17, 2021 12:21 pm
Has thanked: 68 times
Been thanked: 118 times

Re: Audio file name to Txt

Post by Track06 »

Maybe Karen's Directory Printer.
User avatar
thewarpedvinyljunkie
Posts: 665
Joined: Fri Feb 04, 2022 12:42 am
Location: "In command, my love, as always."

Re: Audio file name to Txt

Post by thewarpedvinyljunkie »

If you're asking what I think you're asking, I use Directory List and Print Pro. Free for basic tasks like making and printing a list of all the files in a directory; upgrade covers more specific ways to sort those names.
https://download.cnet.com/Directory-Lis ... 11895.html
The Warped Vinyl Junkie

"He never wore his shoes; we all knew he was dead."
User avatar
alphabeatles
Posts: 1322
Joined: Fri Feb 19, 2021 10:44 pm
Has thanked: 98 times
Been thanked: 166 times

Re: Audio file name to Txt

Post by alphabeatles »

obertinc wrote: Sat Apr 09, 2022 12:55 pm If you're using a Mac, you can select all the audio files in a folder, copy, and then paste in a TextEdit (.txt) file.
Yes, though you want to use Paste and Match Style. Otherwise the computer tries to paste the audio into the text file (!).
User avatar
bobzilla
Posts: 476
Joined: Wed Feb 17, 2021 2:56 pm
Has thanked: 131 times
Been thanked: 111 times

Re: Audio file name to Txt

Post by bobzilla »

For a quick list on Windows, open a command prompt and type:

Code: Select all

dir "path of directory" /b > list.txt
Example:

Code: Select all

dir "C:\My Music\Beatles\Rubber Soul\" /b > list.txt
The list.txt file will spit out the names of the files in that directory. As a side note, the list.txt file will end up in whatever the current directory for the command prompt is (C:\ by default), so if you want it somewhere else you'll need to include the full path for the file too. For example, if you want it in the same directory as the audio files:

Code: Select all

dir "C:\My Music\Beatles\Rubber Soul\" /b > "C:\My Music\Beatles\Rubber Soul\list.txt"
User avatar
obertinc
Posts: 80
Joined: Fri Jun 18, 2021 2:24 pm

Re: Audio file name to Txt

Post by obertinc »

alphabeatles wrote: Sat Apr 09, 2022 1:56 pm
obertinc wrote: Sat Apr 09, 2022 12:55 pm If you're using a Mac, you can select all the audio files in a folder, copy, and then paste in a TextEdit (.txt) file.
Yes, though you want to use Paste and Match Style. Otherwise the computer tries to paste the audio into the text file (!).
If it's a Rich Text file ... only text if it's a plain text file.

Using this method, the file type is also included (example "song.flac"). To remove ".flac", press keys "Command + Option + F".
In the first field place the text you want to remove. In the other field, enter nothing (keep field empty). Now, press the "All" button and all the .flac text will be removed.
User avatar
beatlefan99
Posts: 624
Joined: Tue Feb 23, 2021 3:34 pm
Location: The World
Been thanked: 4 times

Re: Audio file name to Txt

Post by beatlefan99 »

I want to Thank you all for your input on this
I will give them a try

Thanks Again
Post Reply