Hello
Back in the early 2000's i used a free program where all the track titles would come up and i would just cover and paste all tracks onto Notepad or WordPad.
Anyone remember the name of this software?
Thanks
+ Reply to Thread
Results 1 to 8 of 8
-
-
Most CD rippers will go online for you and get the track listing if it is a commercial, store bought CD.
Something called CDText was also used on a small portion of CDs. -
Thanks hech54
Thanks for the information my friend... Its i have a good few mp3's in folders and instead painstakingly copy/paste each track onto notepad, is there another software/way of doing this?
Many thanks -
I used to use this:
https://www.karenware.com/powertools/karens-directory-printer
I like it. -
-
Hello
Thanks again for replies., Much appreciated...
I shall take a look... hopefully it will do the job.
Many thanks -
The given command line outputs the list to a plain text file called tracklist.txt. That can be opened with any text editor. If one does this instead:
Code:dir /b *.mp3
[Attachment 63866 - Click to enlarge]
You can get a bare list of all files in a folder and subfolders therein with:
Code:dir /s /b *.mp3 > tracklist.txt
Similar Threads
-
Time Text subtitles
By vega69-ux in forum Video ConversionReplies: 20Last Post: 3rd Mar 2022, 18:50 -
Convert Timed Text subtitles to ASS with text positions?
By Hakunamatata67 in forum SubtitleReplies: 0Last Post: 3rd Feb 2022, 02:08 -
overlay some text with a black background/white text over one small section
By devdev in forum EditingReplies: 0Last Post: 16th Dec 2020, 12:27 -
How do I add text +
By BobS in forum Newbie / General discussionsReplies: 10Last Post: 7th May 2020, 15:46 -
Smilies in text
By loa909 in forum Newbie / General discussionsReplies: 4Last Post: 17th Nov 2018, 15:12