by MMuser2011 » Fri May 25, 2012 7:14 am
And how can I do that during a CD Rip?
If I use
- Code: Select all
D:\Temp\Music\<Album Interpret>\<Album>\<Song#> - <Titel>
I get tracks with
1 - TitleOfSong1.mp3
2 - TitleOfSong2.mp3
...
9 - TitleOfSong9.mp3
10 - TitleOfSong10.mp3
I would like to have it named immediately after the rip like:
01 - TitleOfSong1.mp3
02 - TitleOfSong2.mp3
...
09 - TitleOfSong9.mp3
Ahhhh, I think I found it:
- Code: Select all
D:\Temp\Music\<Album Interpret>\<Album>\<Song#:2> - <Titel>
We can adjust the number of leading zeroes with :2 or :3 or whatever is needed. Maybe this can help others too?
And how can I do that during a CD Rip?
If I use [code]D:\Temp\Music\<Album Interpret>\<Album>\<Song#> - <Titel>[/code]I get tracks with
1 - TitleOfSong1.mp3
2 - TitleOfSong2.mp3
...
9 - TitleOfSong9.mp3
10 - TitleOfSong10.mp3
I would like to have it named immediately after the rip like:
01 - TitleOfSong1.mp3
02 - TitleOfSong2.mp3
...
09 - TitleOfSong9.mp3
Ahhhh, I think I found it:[code]D:\Temp\Music\<Album Interpret>\<Album>\<Song#:2> - <Titel>[/code]
We can adjust the number of leading zeroes with :2 or :3 or whatever is needed. Maybe this can help others too?