+ Reply to Thread
Results 21 to 40 of 43
[SCRIPT] fancy album art script
This is a discussion on [SCRIPT] fancy album art script within the Modifications and Skins forums, part of the Firmware category; Originally Posted by Sammy Does it have to be on a black background for the reflecction to work? Hmmm, have ...
-
04-10-2008 #21Member
- Join Date
- Oct 2007
- Location
- Finland
- Posts
- 141
- Thanks
- 0
Thanked 0 Times in 0 PostsHmmm, have you actually checked the post and checked the image? I wrote that it will work with any background image. The script also resizes the background to 320 by y pixels, though I recommend using one that's already 320x240.
So, to be short: no, use any background you like.Hurrah for OpenneSS!
My B R I T E skin for M6
Extra Fancy Album Art (Linux/Windows)
MeizuVideoEncoder for Linux
-
04-10-2008 #22Member
- Join Date
- Oct 2007
- Location
- Finland
- Posts
- 141
- Thanks
- 0
Thanked 0 Times in 0 PostsYes, well, can't do anything about that until Meizu builds us a firmware that accepts alpha transparency in images (read: PNG images). Too bad, I know.
Actually, you don't need to be a programmer for this. If you check the script, there's 2 places where GRADIENT gets set (#a0a0a0 and #808080). Those are just hexadecimal values of colors, just like in HTML or (I think) most image editing software supports. #000000 (or #000) being black and #ffffff (or #fff) being white. #ff0000 will give you bright red. Anyway, The darker the color, the more transparency. The GRADIENT value is the START color. So those #a0a0a0 and #808080 are 63% and 50% colored (37% and 50% see-through). The first one is the one that is used with a background image and the second one is used when no background image is provided (so black).
Further on in the script, there's the #000 value. That's the 'end point' of the transparency, in this case completely see-through.
As you can see, you can set these to any color you like.
Good luck. Be creative.
Hurrah for OpenneSS!
My B R I T E skin for M6
Extra Fancy Album Art (Linux/Windows)
MeizuVideoEncoder for Linux
-
04-11-2008 #23Passing By
- Join Date
- Sep 2007
- Posts
- 3
- Thanks
- 0
Thanked 0 Times in 0 Posts
-
04-15-2008 #24
hey..thanx for this program...works fine...sorry for the repeated question (couldn't get a clear answer) but is there a way to get rid of those black bars that appear on the sides?...it gets annoying after a while....
-
04-15-2008 #25Member
- Join Date
- Oct 2007
- Location
- Finland
- Posts
- 141
- Thanks
- 0
Thanked 0 Times in 0 PostsHurrah for OpenneSS!
My B R I T E skin for M6
Extra Fancy Album Art (Linux/Windows)
MeizuVideoEncoder for Linux
-
04-15-2008 #26
alrite...sounds simple enough...will try it soo thanx!
-
04-20-2008 #27Passing By
- Join Date
- Jun 2007
- Posts
- 5
- Thanks
- 0
Thanked 0 Times in 0 PostsHey, awesome script, looks freakin' sweet!!. I dunno if anyone thought of this, but you can change the f:\MUSIC in meizu_albumart.bat to whatever folder you want (ie a folder on your hd). I keep a folder up to date with all my album art on my hd for backup, so I made a second one for the fancy art. Then I created a third that the meizu_albumart.bat looks for to do conversion. Makes it easy to keep backups of both versions.
-
04-25-2008 #28
Ohhhh nice, I think I need this for the SuperMan...
Can you please explain the script a little bit? (comments in the code)
I'd like to make a GUI.SuperMan - the free cover downloader for the Meizu miniPlayer
-
04-26-2008 #29Member
- Join Date
- Oct 2007
- Location
- Finland
- Posts
- 141
- Thanks
- 0
Thanked 0 Times in 0 PostsSame script, but commented
Okay, meizu_albumart.bat the is self-explanatory: it finds all the jpg's in your miniplayer's MUSIC folder and then calls the albumartfancy.bat to convert the image.
I updated albumartfancy with comments. Should be easy to understand how it works. I hope.
You can download it in the first post.
Hurrah for OpenneSS!
My B R I T E skin for M6
Extra Fancy Album Art (Linux/Windows)
MeizuVideoEncoder for Linux
-
05-18-2008 #30Passing By
- Join Date
- Apr 2008
- Posts
- 3
- Thanks
- 0
Thanked 0 Times in 0 PostsHow to use it on Mac OS? I don't have Amarok
-
05-19-2008 #31Member
- Join Date
- Oct 2007
- Location
- Finland
- Posts
- 141
- Thanks
- 0
Thanked 0 Times in 0 PostsWell, then you can't use it. You'd have to rewrite the thing to work with the music player you use on your Mac. That's probably iTunes, so good luck with that. However... Later this year, probably July when KDE releases 4.1, Amarok will be fully usable on Windows and Mac as well.
Hurrah for OpenneSS!
My B R I T E skin for M6
Extra Fancy Album Art (Linux/Windows)
MeizuVideoEncoder for Linux
-
07-11-2008 #32Passing By
- Join Date
- Jul 2008
- Location
- Rzeszow/Poland
- Posts
- 12
- Thanks
- 0
Thanked 0 Times in 0 PostsHow tu change in Windows mode background of cover to transparent? What I must change in albumartfancy.bat file? It's working ok, but I've got black f**ked background above cover....
And whats must be a size of cover to make a best effect like in your snapshoot?
Sorry about my bad Engl :P
-
07-11-2008 #33Member
- Join Date
- Oct 2007
- Location
- Finland
- Posts
- 141
- Thanks
- 0
Thanked 0 Times in 0 PostsThe transparent background is fake. You can give the background image you use on your M6 as an option to the script. The script will then 'cut out' the piece where the album art will go and it will look like it's transparent.
The best size is what most album art is: square or almost square. The script will resize to album art itself to 60x60 (the entire size is 80x80) but I have album art working that is a bit wider than high (for example 220x200). The script will calculate. It's not 100% because regular DOS cannot calculate with decimals, but it's pretty close.Hurrah for OpenneSS!
My B R I T E skin for M6
Extra Fancy Album Art (Linux/Windows)
MeizuVideoEncoder for Linux
-
07-12-2008 #34Passing By
- Join Date
- Jul 2008
- Location
- Rzeszow/Poland
- Posts
- 12
- Thanks
- 0
Thanked 0 Times in 0 Posts
-
07-13-2008 #35Member
- Join Date
- Oct 2007
- Location
- Finland
- Posts
- 141
- Thanks
- 0
Thanked 0 Times in 0 PostsDid you not read the first post?
Example:Code:meizu_albumart.bat <optional_path_to_background_image>
If you're meizu is F:/ and the background you are using is F:/PICTURES/picture01.jpg you do
Read Windows/DOS version again from the first post. Remember you must have working album art already.Code:meizu_albumart.bat F:/PICTURES/picture01.jpg
...man it's good to run Linux... :PHurrah for OpenneSS!
My B R I T E skin for M6
Extra Fancy Album Art (Linux/Windows)
MeizuVideoEncoder for Linux
-
07-13-2008 #36Passing By
- Join Date
- Jul 2008
- Location
- Rzeszow/Poland
- Posts
- 12
- Thanks
- 0
Thanked 0 Times in 0 Posts
-
07-13-2008 #37Passing By
- Join Date
- Jul 2008
- Location
- Rzeszow/Poland
- Posts
- 12
- Thanks
- 0
Thanked 0 Times in 0 PostsI:\meizu_albumart.bat I:\system.jpg
I wrote this in DOS, script go replacing covers on my Meizu but... Under the all of covers I've got a background image system.jpg...
-
07-14-2008 #38Member
- Join Date
- Oct 2007
- Location
- Finland
- Posts
- 141
- Thanks
- 0
Thanked 0 Times in 0 PostsYes, that is the idea. You are using system.jpg as the background for your M6? You need to provide the script with the same image that you use for the background of your M6.
Anyone else that might help out? I'm not in a Windows position right now.
Hurrah for OpenneSS!
My B R I T E skin for M6
Extra Fancy Album Art (Linux/Windows)
MeizuVideoEncoder for Linux
-
07-14-2008 #39Passing By
- Join Date
- Jul 2008
- Location
- Rzeszow/Poland
- Posts
- 12
- Thanks
- 0
Thanked 0 Times in 0 PostsBackground img?! Ahhh... :D system.jpg is a small image, not my backgorund img... I think that I have to use any image and this script will cut out it around the cover :P I understand thah now :] I must see now how it looks
Last edited by x X x; 07-14-2008 at 01:37 PM.
-
07-15-2008 #40Passing By
- Join Date
- Jul 2008
- Location
- Rzeszow/Poland
- Posts
- 12
- Thanks
- 0
Thanked 0 Times in 0 PostsYeah thats work!! Thanks parena !!! :]
Similar Threads
-
Yet Another Mencoder Script
By wishmechaos in forum Video and ImagingReplies: 17Last Post: 12-17-2008, 03:20 AM -
Bash script for conversion under Linux
By parena in forum Video and ImagingReplies: 9Last Post: 11-06-2008, 08:42 PM -
Linux script for mencoder.
By shookie in forum Video and ImagingReplies: 50Last Post: 05-20-2008, 08:10 PM -
Batman / Mencoder script based conversion in windows
By hitman in forum Video and ImagingReplies: 2Last Post: 11-10-2007, 12:10 PM -
album artist tag conflicts with album tag
By wolffsed in forum TechnicalReplies: 1Last Post: 02-22-2007, 09:11 PM




Reply With Quote
