Any way to change name of default album covers?
-
- Posts: 2
- Joined: 7. Aug 06, 20:50 [phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable
Any way to change name of default album covers?
I ask because my Samsung Z5 player uses 'folder.jpg' as the album cover file so if I want to view album art on my MP3 player, I have to manually rename the file. Is there any way to make Silverjuke use a default image name all the time?
- Service-Team
- Posts: 2448
- Joined: 7. Dec 04, 04:48
- Location: Germany [phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable
Re: Any way to change name of default album covers?
Cheesypeas wrote:
> I ask because my Samsung Z5 player uses
> 'folder.jpg' as the album cover file so if I want
> to view album art on my MP3 player, I have to
> manually rename the file. Is there any way to
> make Silverjuke use a default image name all the
> time?
Adding "folder" to "Settings / My music library / Combine tracks to albums / Keywords to identify cover image for an album" should do the job:
Best regards,
Your Silverjuke Team
> I ask because my Samsung Z5 player uses
> 'folder.jpg' as the album cover file so if I want
> to view album art on my MP3 player, I have to
> manually rename the file. Is there any way to
> make Silverjuke use a default image name all the
> time?
Adding "folder" to "Settings / My music library / Combine tracks to albums / Keywords to identify cover image for an album" should do the job:
- cover-identify.gif (25.88 KiB) Viewed 6301 times
Best regards,
Your Silverjuke Team
-
- Posts: 2
- Joined: 7. Aug 06, 20:50 [phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable
Re: Any way to change name of default album covers?
Thanks.. that'll be handy. Is there any way of doing it the other way round at all, eg making Silverjuke save all covers, no matter what the name is, as folder.jpg? If not, I'll just save the pictures into the folders and then get Silverjuke to open them up. Thanks for the help.
- Service-Team
- Posts: 2448
- Joined: 7. Dec 04, 04:48
- Location: Germany [phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable
Re: Any way to change name of default album covers?
Cheesypeas schrieb:
> Thanks.. that'll be handy. Is there any way of
> doing it the other way round at all, eg making
> Silverjuke save all covers, no matter what the
> name is, as folder.jpg?
No, currently not.
> Thanks.. that'll be handy. Is there any way of
> doing it the other way round at all, eg making
> Silverjuke save all covers, no matter what the
> name is, as folder.jpg?
No, currently not.
-
- Posts: 2
- Joined: 11. Oct 16, 16:30 [phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable
Re: Any way to change name of default album covers?
Here is a useful tip for anyone wanting to do this. When I tried it, it just wouldn't work; I put the 'folder' keyword at the start of the list; at the end; with a capital 'F' - nothing worked.
Here is the problem: if you have ripped your music using Windows Media Player, it will create a Folder.jpg cover file (and a few others as well), but for some strange reason it's created with the 'system' and 'hidden' attributes set. This means that Silverjuke doesn't see it and therefore won't recognise it as a cover file.
There is no way to change this behaviour from WMP. However, you can change the attributes of all your Folder.jpg files as follows:
Let's assume that your music is in the folder C:\music ...
Close Silverjuke if it's running
Open a command prompt and type the following commands
c:
cd \music
attrib -s -h folder.jpg /s (this will take a while to execute if you have a lot of folders, and even longer if they're on a network drive)
exit
Go back into Silverjuke
If you haven't already done so, add 'folder' to the list of album cover keywords
Recreate your music library. You should find that your album covers will appear.
As you add more albums you'll need to repeat this process, or else choose different software to do your ripping.
Hope this helps.
Here is the problem: if you have ripped your music using Windows Media Player, it will create a Folder.jpg cover file (and a few others as well), but for some strange reason it's created with the 'system' and 'hidden' attributes set. This means that Silverjuke doesn't see it and therefore won't recognise it as a cover file.
There is no way to change this behaviour from WMP. However, you can change the attributes of all your Folder.jpg files as follows:
Let's assume that your music is in the folder C:\music ...
Close Silverjuke if it's running
Open a command prompt and type the following commands
c:
cd \music
attrib -s -h folder.jpg /s (this will take a while to execute if you have a lot of folders, and even longer if they're on a network drive)
exit
Go back into Silverjuke
If you haven't already done so, add 'folder' to the list of album cover keywords
Recreate your music library. You should find that your album covers will appear.
As you add more albums you'll need to repeat this process, or else choose different software to do your ripping.
Hope this helps.