Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Vista Newsgroups > Vista file management

Vista - Windows Media Player 11 automatic folder.jpg download issue

Reply
 
Old 02-09-2007   #1 (permalink)
Extracampine


 
 

Windows Media Player 11 automatic folder.jpg download issue

Windows Media Player 11 by default will try and retrieve album art
(folder.jpg) from the internet. If it finds it, it will overwrite any
pre-existing folder.jpg (even if the pre-existing one is a larger file) as
well as create an AlbumArtSmall.jpg file.

Having this as a default option is foolish, as the program began to
overwrite my scanned-in high-resolution images with crappy low-resolution
ones. Realising this, I searched the options for a remedy to this.

The tools/options/library tab enables the user to switch off various
"Automatic media information updates for files". Great, I thought. However,
despite this option being switched off, Media Player continues to carry out
this assault of my file organisation rather sporadically.

Any ideas?


My System SpecsSystem Spec
Old 02-13-2007   #2 (permalink)
Buellpilot


 
 

Re: Windows Media Player 11 automatic folder.jpg download issue


First thing to do is take a copy of all your folder.jpgs before you lose
them...

if you put the following line in a batch file and run it from the top folder
of your
music collection it will find all the folder.jpgs and make a copy of each
called
cover.jpg

for /r %%i in (Folde?.jpg) do copy "%%i" "%%~dpiCover.jpg"

You could then use this batch file to delete any folder.jpgs and albumart
files after a wmp11 rescan.

attrib -S -H AlbumArtSmall.jpg /S
del /S AlbumArtSmall.jpg
pause
attrib -S -H Folder.jpg /S
del /S Folder.jpg

and then use the reverse of the first line of code to copy your Cover.jpgs
back to folder.jpgs

for /r %%i in (Cove?.jpg) do copy "%%i" "%%~dpiFolder.jpg"


BE careful with these batch files as if you run the wrong one at the
wrong time you might end up crying into your beer...




"Extracampine" <lostfrogg@yahoo.co.uk> wrote in message
news:%23fcoHcFTHHA.4872@TK2MSFTNGP03.phx.gbl...
> Windows Media Player 11 by default will try and retrieve album art
> (folder.jpg) from the internet. If it finds it, it will overwrite any
> pre-existing folder.jpg (even if the pre-existing one is a larger file) as
> well as create an AlbumArtSmall.jpg file.
>
> Having this as a default option is foolish, as the program began to
> overwrite my scanned-in high-resolution images with crappy low-resolution
> ones. Realising this, I searched the options for a remedy to this.
>
> The tools/options/library tab enables the user to switch off various
> "Automatic media information updates for files". Great, I thought.
> However, despite this option being switched off, Media Player continues to
> carry out this assault of my file organisation rather sporadically.
>
> Any ideas?



My System SpecsSystem Spec
Old 02-15-2007   #3 (permalink)
Extracampine


 
 

Re: Windows Media Player 11 automatic folder.jpg download issue

Lol, cheers!




"Buellpilot" <colin_mcclinton@hotmail.co.uk> wrote in message
news:OgWg8L5THHA.5060@TK2MSFTNGP06.phx.gbl...
>
> First thing to do is take a copy of all your folder.jpgs before you lose
> them...
>
> if you put the following line in a batch file and run it from the top
> folder of your
> music collection it will find all the folder.jpgs and make a copy of each
> called
> cover.jpg
>
> for /r %%i in (Folde?.jpg) do copy "%%i" "%%~dpiCover.jpg"
>
> You could then use this batch file to delete any folder.jpgs and albumart
> files after a wmp11 rescan.
>
> attrib -S -H AlbumArtSmall.jpg /S
> del /S AlbumArtSmall.jpg
> pause
> attrib -S -H Folder.jpg /S
> del /S Folder.jpg
>
> and then use the reverse of the first line of code to copy your Cover.jpgs
> back to folder.jpgs
>
> for /r %%i in (Cove?.jpg) do copy "%%i" "%%~dpiFolder.jpg"
>
>
> BE careful with these batch files as if you run the wrong one at the
> wrong time you might end up crying into your beer...
>
>
>
>
> "Extracampine" <lostfrogg@yahoo.co.uk> wrote in message
> news:%23fcoHcFTHHA.4872@TK2MSFTNGP03.phx.gbl...
>> Windows Media Player 11 by default will try and retrieve album art
>> (folder.jpg) from the internet. If it finds it, it will overwrite any
>> pre-existing folder.jpg (even if the pre-existing one is a larger file)
>> as well as create an AlbumArtSmall.jpg file.
>>
>> Having this as a default option is foolish, as the program began to
>> overwrite my scanned-in high-resolution images with crappy low-resolution
>> ones. Realising this, I searched the options for a remedy to this.
>>
>> The tools/options/library tab enables the user to switch off various
>> "Automatic media information updates for files". Great, I thought.
>> However, despite this option being switched off, Media Player continues
>> to carry out this assault of my file organisation rather sporadically.
>>
>> Any ideas?

>
>


My System SpecsSystem Spec
Reply

Thread Tools


Similar Threads
Thread Forum
Windows Media Player - Download License - Windows Media Services Plug-Ins Vista General
Windows Media Player 11 Issue Vista General
Windows Media Player 11 automatic folder.jpg download issue Vista music pictures video
Windows Media Player 11 automatic image retrieval issue Vista General
Windows Media Player 11 Download Official Vista General


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46