Hello!
I have added a cover to an album which displays as expected on all tracks from that album in MP3TAG but when I play the MP3 album in my car, all tracks in the album have a different picture. How is it storing two separate pictures in the same album?
Thanks for any advice.
GH.
see perhaps here: /t/18864/1
Thanks. I'll give that a try.
I've given this a try. Opened a Power Shell window and typed in:
del /s /ah folder.jpg
But it returns the following error:
Remove-Item : A positional parameter cannot be found that accepts argument '/ah'.
At line:1 char:1
Any ideas?
I've given this a try. Opened a Power Shell window and typed in:
del /s /ah folder.jpg
But it returns the following error:
Remove-Item : A positional parameter cannot be found that accepts argument '/ah'.
At line:1 char:1
Any ideas?
Syntax looks ok to me.
Stll: why don't you open a plain command shell?
Shift-Right Click doesn't produce the option for plain command shell for me - Just Open PowerShell Window.
I'm using Windows 10.
Well, what am I supposed to do about it? It works in the ordinary command shell.
What you may try:
First set the attributes to visible with
attrib -h -s /s folder.jpg
and then delete the files:
del /s folder.jpg
and see whether this syntax works better.