Hello everybody,
So I had to transfer my music from one P to another, after the old one was old.
Of course, new one has different hard-drive names, so even though before I was in "D:\My Music\NameOfTheAlbums", now I am in ""E:\My Music\NameOfTheAlbums""
Just one letter, but I am not able to change it.
Now I have found thread for this problem from somebody who was having the same problem before:
Problem is, their solution is not working for me.
If I will open playlist in Notepad++, this is the output:
But if I will open the individual song in that playlist, right-click at them and select "Playlist entry" I can modify that one letter and then they are playing.
Since I have a lot of playlists with lots of songs, this approach is not feasible for me.
Does anybody know what am I doing wrong?
Just so you know, what "command" have I used to change the letter at the end, see the attached picture:
Any help would be appreciated,
thanks.
So I had to transfer my music from one P to another, after the old one was old.
Of course, new one has different hard-drive names, so even though before I was in "D:\My Music\NameOfTheAlbums", now I am in ""E:\My Music\NameOfTheAlbums""
Just one letter, but I am not able to change it.
Now I have found thread for this problem from somebody who was having the same problem before:
Problem is, their solution is not working for me.
If I will open playlist in Notepad++, this is the output:
I was surprised not to see the (C:\)at the beginning of those lines. Nevertheless, I have changed with the "replace all" function all my playlists to this:code:
#EXTM3U
#EXTINF:265,01 Track 1
\My Music\Alanis Morissette\MTV unplugged\01 Track 1.mp3
#EXTINF:311,02 Track 2
\My Music\Alanis Morissette\MTV unplugged\02 Track 2.mp3
#EXTINF:283,03 Track 3...
But to no avail, if I will open the playlist in winamp, it won´t play.code:
#EXTM3U
#EXTINF:265,01 Track 1
E:\My Music\Alanis Morissette\MTV unplugged\01 Track 1.mp3
#EXTINF:311,02 Track 2
E:\My Music\Alanis Morissette\MTV unplugged\02 Track 2.mp3
#EXTINF:283,03 Track 3...
But if I will open the individual song in that playlist, right-click at them and select "Playlist entry" I can modify that one letter and then they are playing.
Since I have a lot of playlists with lots of songs, this approach is not feasible for me.
Does anybody know what am I doing wrong?
Just so you know, what "command" have I used to change the letter at the end, see the attached picture:
Any help would be appreciated,
thanks.
Comment