0
1. i want to know if album cover after upload can be same size for all users. When they are not it looks bad in some modules that have album cover in it where you can't set size in module. like the Recently added albums module and the Random and Featured Albums modules.
2. After adding artist can it be set to go straight to album page?
2. After adding artist can it be set to go straight to album page?
Responses (24)
-
Accepted Answer
01. there's no resizing on the upload, it is directly on the display where the resizing is done.
a code tweak can be done on that feature so all the files are displayed as "square" pictures so all look the same... but you need small custom coding for that!
the idea was always to NOT resize it, because if you put a DVD for instance, it wouldn't look good.. in our site we show both CD and DVD and that's why there is no resizing..
2. small code customization here as well...
Germi -
Accepted Answer
-
Accepted Answer
-
Accepted Answer
0I just posted about the same thing. I'll take a stab at it tonight and if I figure it out I'll post the mod instructions for free. I suppose tips like this are beyond the scope of standard support so we're on our own unless you wish to pay the developer for it (which would be completely acceptable too). -
Accepted Answer
0:lol:
no need to pay! the other thread is quite interesting by the way
there is also one thing you can try: if you're not afraid of coding, you can simply change the THUMBNAIL link created automaticaly
on the file /helpers/helpers.php
if you find the function getThumbnailSrc
you just need to set
$height = $width ;
at the beginning of the function. do you know what I mean?
only coders!!! -
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
0You set the width of album art from the music collection component. This does not affect the height though. Height to width ratio will remain the same on this page. The posted mod only affects thumbnails not the original images or "main" images that appear on artist and album pages. I am not sure about other places because I have coded out images in a lot of areas where I did not want them to appear. -
Accepted Answer
-
Accepted Answer
-
Accepted Answer
0I looked through all my modules and I haven't been able to reproduce that layout either. I know the main component creates a page like that though. Perhaps it's not a module and it's just the main component. See:
http://www.thegrindlab.com/All-Music/albums?format_id=&search=albums&searchword=&tag_id=
*That might not load properly but hopefully it will. I do believe it's a module though.
Your Reply

Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.
Register Here »