INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: folder.jpg instead of Folder.jpg  (Read 827 times)

ScottChapman

  • Member
  • *
  • Posts: 1
folder.jpg instead of Folder.jpg
« on: December 12, 2009, 01:41:00 pm »

I got a new Android Phone Recently, and used Media Center to keep my music in sync.

I like the fact that I can have Media Center include the album cover with the files (not as a tag).

However, the Android is looking for "folder.jpg" rather than "Folder.jpg".

While I am able to make this simple change manually, it might be a nice feature to add to allow he user to specify the file name to use for the folder image?
Logged

Dirhael

  • World Citizen
  • ***
  • Posts: 177
Re: folder.jpg instead of Folder.jpg
« Reply #1 on: December 12, 2009, 09:18:21 pm »

If you want a easier method of doing this until J River implements this change, instead of doing it manually, you can create a batch file in your collections root folder with a command such as this (will work in Vista+):
Code: [Select]
@echo off
forfiles /S /M folder.jpg /C "cmd /c (if @file==\"Folder.jpg\" ren @file folder.jpg && echo Renamed @relpath to folder.jpg)"
echo.
echo Done!
(Just save as a *.bat file)
Logged
:: My J​RMC history :: 13>14>15> 16>17>18>19>20>21>23>24>25>26>27>28>29>30>31
Pages: [1]   Go Up