![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
| 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. |
| | |||||||
| |
| 02-09-2007 | #1 (permalink) |
| | 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 Specs |
| 02-13-2007 | #2 (permalink) |
| | 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 Specs |
| 02-15-2007 | #3 (permalink) |
| | 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 Specs |
| Thread Tools | |
| |
| Similar topics to: Windows Media Player 11 automatic folder.jpg download issue | ||||
| Thread | Forum | |||
| Windows Media Player - Download License - Windows Media Services Plug-Ins | Vista General | |||
| Windows Media player issue | Vista music pictures video | |||
| 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 | |||