Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 29

Thread: How do album covers work for MP3

  1. #11
    MediaCar Developer/Moderator
    Join Date
    Feb 2003
    Location
    Belgium
    Posts
    520
    Are you sure that the jpg file format is standard when created by WMP ?
    Could you try to use another jpg file ?
    www.media-car.fr.st
    The first Belgian PC fully integrated in a car :)

  2. #12
    Variable Bitrate AlienEclipse's Avatar
    Join Date
    Jul 2003
    Location
    Dunedin - New Zealand
    Posts
    424
    Quote Originally Posted by burner
    Here's a screen shot . . . attached to this message . . . Thanks!
    Try changing the attribute of the jpg to NOT hidden.
    We are, will have and forever will be...
    But not tommorrow!

  3. #13
    I'm sorry, and you are....? frodobaggins's Avatar
    Join Date
    Jan 2003
    Location
    Ruston, LA
    Posts
    8,846
    Quote Originally Posted by AlienEclipse
    Try changing the attribute of the jpg to NOT hidden.
    I was gonna suggest the same thing...great minds think alike
    [H]4 Life
    My next generation Front End is right on schedule.
    It will be done sometime in the next generation.
    I'm a lesbian too.
    I am for hire!

  4. #14
    Newbie
    Join Date
    Oct 2003
    Posts
    43
    Quote Originally Posted by AlienEclipse
    Try changing the attribute of the jpg to NOT hidden.
    Hey, I didn't even notice that . . . Thanks! I'm testing now . . .

  5. #15
    Newbie
    Join Date
    Oct 2003
    Posts
    43
    Quote Originally Posted by AlienEclipse
    Try changing the attribute of the jpg to NOT hidden.
    Thanks for everyone's input on this one . . .

    You won't believe this! I went to set the .jpg attributes from Hidden to unhidden and the box was "grayed out" so I couldn't make the change. I thought it was a permissions issue (even though I have full admin rights on my local domain as well as on my PC) but resetting the permissions did no good. Using the Attrib tool, I finally realized that Microsoft automatically sets these .jpg files as "hidden" and as "system" files. I removed both of these attributes and now it works in MediaCar. What the *!#* was MS thinking by doing this!

    Anyone know of a good tool I can use to change attributes on every file in a directory and its subdirectories recursively as well as rename these .jpg files to the same name as the parent folder? I'm now thinking that I may just need to write some kind of script. Input is very welcome.

  6. #16
    MediaCar Developer/Moderator
    Join Date
    Feb 2003
    Location
    Belgium
    Posts
    520

    Talking

    Quote Originally Posted by burner
    Hey, I didn't even notice that . . . Thanks! I'm testing now . . .
    I didn't notice that also
    www.media-car.fr.st
    The first Belgian PC fully integrated in a car :)

  7. #17
    Newbie
    Join Date
    Oct 2003
    Posts
    43
    Quote Originally Posted by coyote
    I didn't notice that also
    Coyote:

    Any chance that MediaCar could support a different naming convention for the album art when .wma files are found in the directory (i.e. use the .jpg file that follows this naming convention: AlbumArt*Large.jpg)?

    I figured out how to set the permissions on the .jpg files recursively by using this command from the command prompt:

    attrib *.jpg -s -h /s

    The command resets the attributes on every .jpg file in every subdirectory of the one it is started in . . .

    Thanks!

  8. #18
    Constant Bitrate
    Join Date
    Nov 2003
    Location
    Seattle, WA, USA
    Posts
    173

    Post

    Quote Originally Posted by burner
    Thanks for everyone's input on this one . . .
    Anyone know of a good tool I can use to change attributes on every file in a directory and its subdirectories recursively as well as rename these .jpg files to the same name as the parent folder? I'm now thinking that I may just need to write some kind of script. Input is very welcome.
    Go to a command prompt and type:

    attrib -H c:\music\*.jpg /S

    This will remove the hidden attribute for all jpg files in music and all sub folders also (assuming they are in c:\music)

    That should do the trick.

  9. #19
    MediaCar Developer/Moderator
    Join Date
    Feb 2003
    Location
    Belgium
    Posts
    520
    I have just changed to using also hiden files thus it's not necessary to change this attribute

    I will also add parameters to use different file name convention
    www.media-car.fr.st
    The first Belgian PC fully integrated in a car :)

  10. #20
    Newbie
    Join Date
    Oct 2003
    Posts
    43
    Quote Originally Posted by coyote
    I have just changed to using also hiden files thus it's not necessary to change this attribute

    I will also add parameters to use different file name convention
    You are awesome! Thank you VERY much!

Page 2 of 3 FirstFirst 123 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •