INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: Album Cover Appearance  (Read 1154 times)

phalanthus

  • Galactic Citizen
  • ****
  • Posts: 461
Album Cover Appearance
« on: June 14, 2012, 01:53:30 am »

 ? ?

how i do get my album covers to look exactly as they did in mc16 & mc15 etc.

(i.e. no borders)
Logged

phalanthus

  • Galactic Citizen
  • ****
  • Posts: 461
Re: Album Cover Appearance
« Reply #1 on: June 21, 2012, 03:36:05 am »

still wondering !

 :( :( :( :(
Logged

MrHaugen

  • Regular Member
  • Citizen of the Universe
  • *****
  • Posts: 3774
Re: Album Cover Appearance
« Reply #2 on: June 21, 2012, 03:38:46 am »

Marko has some good advice on how to fix this in this thread:
http://yabb.jriver.com/interact/index.php?topic=72790.0
Logged
- I may not always believe what I'm saying

phalanthus

  • Galactic Citizen
  • ****
  • Posts: 461
Re: Album Cover Appearance
« Reply #3 on: June 21, 2012, 11:46:49 am »

i must be stupid but i cannot follow his advice

why the change ?
Logged

MrHaugen

  • Regular Member
  • Citizen of the Universe
  • *****
  • Posts: 3774
Re: Album Cover Appearance
« Reply #4 on: June 21, 2012, 04:07:43 pm »

There's been several questions about the changes made, and some have been corrected. It was originally done because there was difficult to differentiate between the dark backgrounds and the thumbnails I think. the opinions of the previous and current situation was split, so they added the possibility to do something about it in the skins. Having those options in skins makes it possible for everyone to create their own skin to suite their taste.

You have several code exaples in that post, as well as drop shadow example from marko. You'll just have to edit the image and add the code to the main.xml file under your skin folder I think. It's not as fast as giving the users a couple of options, but it's a lot more flexible.
Logged
- I may not always believe what I'm saying

Scolex

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 1116
  • Cheers
Re: Album Cover Appearance
« Reply #5 on: June 21, 2012, 07:51:30 pm »

It is as simple as adding the attached images to the folder of the skin you are using and the below text to the main.xml file in that skin's folder.
My images are completely transparent (no border or glow regardless of background color)

<BORDER>
  <Entry Name="GlowShadow" Bitmap="Border_GlowShadow.png" Rows="5,?-Flex,9" Columns="7,?-Flex,7" Cells="B2-Skip">
    <Data InternalMarginLeft="5" InternalMarginTop="3" InternalMarginRight="5" InternalMarginBottom="7"></Data>
  </Entry>
  <Entry Name="DropShadow" Bitmap="Border_DropShadow.png" Rows="3,?-Flex,7" Columns="5,?-Flex,5" Cells="B2-Skip">
    <Data InternalMarginLeft="5" InternalMarginTop="3" InternalMarginRight="5" InternalMarginBottom="7"></Data>
  </Entry>
  <Entry Name="Frame" Bitmap="Border_Frame.png" Rows="7,?-Flex,11" Columns="9,?-Flex,9" Cells="B2-Skip">
    <Data InternalMarginLeft="9" InternalMarginTop="7" InternalMarginRight="9" InternalMarginBottom="11"></Data>
  </Entry>
</BORDER>
Logged
Sean

phalanthus

  • Galactic Citizen
  • ****
  • Posts: 461
Re: Album Cover Appearance
« Reply #6 on: June 22, 2012, 02:17:50 am »

 ;D
thanks but i will live with it
Logged
Pages: [1]   Go Up