Software Support > SK Jukebox
Folder.jpg Art is gone (FIXED, see inside)
Space Fractal:
SkJB dosent search for hided files then. You need to unchecked the hided flag in property (if my language was a bit bad in my first post was just because I cant remember what they called in the English Windows version, since I use a danish version).
You might try to rename it to cover.jpg, so they dosent got threated as a system file. I remember it did work, but not sure, since it a bit some time I used this app.
Games001:
The Hidden box in each file's Property Menu is 'checked and greyed out', so I unable to remove the hidden check at all from the file itself.
Changing it to Cover.jpg has no effect in SKJB it seems.
Lave Laar:
That option is greyed because it's a system file. You can't change the system file attribute from windows. That must be done from the command line.
This is a command that will remove those attributes from all folder.jpg files in your music folder.
FOR /R "c:\mp3\" %%a in ("folder.jpg") DO attrib -s -h -r "%%a"
If you want to change all files named folder.jpg to cover.jpg as well you can use this batch:
FOR /R "c:\mp3\" %%a in ("folder.jpg") DO (
attrib -s -h -r "%%a"
ren "%%a" cover.jpg )
Just copy the line(s) to notepad and save as "RemoveAttributes.cmd"
You will of course have to change "c:\mp3\" to the name of your music root folder.
Run the batchfile and you should be OK.
Games001:
Lave Laar... let me say this, simply this:
YOU FRIGGIN' ROCK !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! :notworthy: :notworthy: :notworthy:
Seems to be working fine now with cover.jpg files converted over from hidden system folder.jpg files.
RemoveAttributes.cmd FTW
My deepest thanks for saving me hours of reworking the images.
Navigation
[0] Message Index
[*] Previous page
Go to full version