Announcement
Collapse
No announcement yet.
Album art grabber not working
Collapse
X
-
-
Comment
-
Why not just install EAC/MP3tag on a windows PC and rip everythnig on that ? You always had to check the rip in Vortex anyway to make sure it ripped correctly and used the correct artwork etc so in the end you arenet doing any more work than was necessary with the VB and a working ripper. MP3tag never fails to find and has many other useful attributes. I've given up on VB and just use OMV with LMS etc installed these daysComment
-
You could take one of your current VB machines and install OMV to check it out. It runs under Debian 11, so there's no douibt your existing VB hardware will support it.👍 1Comment
-
Check out some of my earlier posts on 'Vortexbox Alternatives'. I now no longer use VB at all, I have switched over to Open Mediaa Vault (OMV) with LMS installed under Docker (how to is in my earleir posts). OMV gives me LMS, NAS, Transmiaaion, Airsonic (=Subsonic) and a lot of other stuff. You can install a CD ripper onto my OMV boxes but I dont bother. I always rip using EAC and tag using MP3Tag. This allows me to tag CD's exactly the way I like it
You could take one of your current VB machines and install OMV to check it out. It runs under Debian 11, so there's no douibt your existing VB hardware will support it.Comment
-
Hello All,
I was able to get some cover art functionality back by editing the sacad settings in covergrabber.php. I reduced the target image size, and added the tolerance setting to allow for a broad range of image sizes.
$query = 'sacad "' . $q_artist . '" "' . $q_album . '" 600 -t50 ' . $folder . '/cover.jpg';
Not sure if it will work for others, it's working better for me than the default. I can supply my edited covergrabber.php if people are interested. Didn't see how to post a shared file here.
Best,
Jim
thanks for this information is it still working for you?
I looked for this row in my covergrabber file but it didn't have anything that said sacad. There was a $query variable in the second (Google) stage but it did not have sacad in it.
Please could you paste a larger area of the file so that I can see where it goes?
Also it's not clear in your row where the ' and the " are in a '". Please could you help?
Thanks, Lawrence
Comment
-
Hi Lawrence,
Sorry, just saw this. Trying to attach my editeded covergrabber.php file -- I had to rename to covergrabber.txt to enable upload. Please back up your existing file before trying this one (after renaming back to .php) -- I don't want to break your system!
Cheers,
JimAttached Files👍 1Comment
-
Hi Lawrence,
Sorry, just saw this. Trying to attach my editeded covergrabber.php file -- I had to rename to covergrabber.txt to enable upload. Please back up your existing file before trying this one (after renaming back to .php) -- I don't want to break your system!
Cheers,
JimComment
Comment