Welcome to the MP3Car.com forums.
You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. Registering will also remove advertisements. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!
If you have any problems with the registration process or your account login, please contact contact us.
|
01-04-2008, 10:31 AM
|
#1
|
|
Newbie
Join Date: Oct 2007
Posts: 4
|
Cover Flow for CF

Is it possible to add album cover flow (like in iTunes) in CF
Last edited by rgandhre : 01-04-2008 at 10:36 AM.
|
|
|
01-04-2008, 10:51 AM
|
#2
|
|
FLAC
Join Date: Jan 2007
Location: New Orleans, LA
Vehicle: 2006 VW Passat 2.0t
Posts: 1,143
|
Yes, write a plugin for it.
|
|
|
01-04-2008, 04:09 PM
|
#3
|
|
Constant Bitrate
Join Date: Mar 2005
Location: FL
Vehicle: 2002 VW Jetta 1.8T
Posts: 141
|
I tried out the cover flow on iTunes in the car while driving and it was pretty much impossible to control the flow with a touchscreen. If your using a device other than a touchscreen (i.e. Powermate or SpaceNavigator) then it'll probably be ok but other than that I see no good use for it in the car.
|
|
|
01-04-2008, 05:14 PM
|
#4
|
|
Variable Bitrate
Join Date: Dec 2005
Location: Skien, Norway
Vehicle: Renault R19 GTS '90
Posts: 252
|
would love to have this feature
|
|
|
01-06-2008, 07:30 AM
|
#5
|
|
Newbie
Join Date: Oct 2007
Posts: 4
|
i have used itunes..its much easy to switch albums..than the centrafuse library
|
|
|
01-09-2008, 08:58 PM
|
#6
|
|
FLAC
Join Date: Jan 2007
Location: New Orleans, LA
Vehicle: 2006 VW Passat 2.0t
Posts: 1,143
|
Quote: Originally Posted by Lazyflip 
I tried out the cover flow on iTunes in the car while driving and it was pretty much impossible to control the flow with a touchscreen. If your using a device other than a touchscreen (i.e. Powermate or SpaceNavigator) then it'll probably be ok but other than that I see no good use for it in the car.
?? I find it hard to believe that it would be impossible to control the flow with a touchscreen... the exact interface it was designed for (Iphone? Ipod TOUCH maybe?).
Itunes' and Leopard's "coverflow" is not the same as the Iphone/Ipod Touch's anyway. It's meant to be navigated with the scrollbar on the bottom.
|
|
|
01-10-2008, 02:27 AM
|
#7
|
|
Newbie
Join Date: Oct 2005
Location: Denmark
Vehicle: Audi 100 2.8 Avant
Posts: 31
|
I'm in the process of writing a coverflow plugin. It is using "simple" image manipulation, so no 3d acceleration, and performance should therefore be good.
__________________
System Developer
|
|
|
01-10-2008, 07:15 AM
|
#8
|
|
Variable Bitrate
Join Date: Dec 2005
Location: Skien, Norway
Vehicle: Renault R19 GTS '90
Posts: 252
|
sounds great 
|
|
|
01-10-2008, 05:38 PM
|
#9
|
|
Constant Bitrate
Join Date: Mar 2005
Location: FL
Vehicle: 2002 VW Jetta 1.8T
Posts: 141
|
Quote: Originally Posted by Nola111 
?? I find it hard to believe that it would be impossible to control the flow with a touchscreen... the exact interface it was designed for (Iphone? Ipod TOUCH maybe?).
Itunes' and Leopard's "coverflow" is not the same as the Iphone/Ipod Touch's anyway. It's meant to be navigated with the scrollbar on the bottom.
I was talking about when you're actually driving and not just sitting in the car. I found it much easier to use the current media interface than the coverflow view in iTunes. It took too much concentration for me to find an album and play it. I felt like it took to much of my attention away from driving. This is just my opinion.
|
|
|
01-24-2008, 05:33 PM
|
#10
|
|
Newbie
Join Date: Oct 2005
Location: Denmark
Vehicle: Audi 100 2.8 Avant
Posts: 31
|
I have the coverflow part working, but I do not know how to integrate it with the CF player.
Can any of you give me some suggestions to what should happend when?
Which covers should be shown, and what to do when the cover is clicked?

__________________
System Developer
|
|
|
01-24-2008, 08:32 PM
|
#11
|
|
Variable Bitrate
Join Date: Dec 2005
Location: Skien, Norway
Vehicle: Renault R19 GTS '90
Posts: 252
|
looks awesome... great work
i would like to see larger covers though, those shown above will be small in the car on the 7"...
when you click an album, i would like to see a dialogbox with tracklist and buttons to add album or selected tracks to current playlist or play direct...
just my 2 cents
|
|
|
01-24-2008, 09:03 PM
|
#12
|
|
Raw Wave
Join Date: Oct 2004
Posts: 3,453
|
Great work, can't wait to see it in action!
I think what marazi suggested makes sense.
Perhaps you could even get rid of the scroll forward/backward arrows, which would provide more room to expand the size of the covers; then, if you want to scroll the covers forward or backward, just click on the appropriate side of the flow... not sure if I explained that last part properly.
|
|
|
01-24-2008, 09:42 PM
|
#13
|
|
MySQL Error
Join Date: Apr 2004
Posts: 4,886
|
add a reference to the new cfplugin.dll in the latest Centrafuse 1.47, I added methods you can use...
int startindex = 0;
ArrayList listarray = new ArrayList();
listarray.Add(new CFControls.skinListboxItem("list item text 1","list item full path 1",-1,false));
listarray.Add(new CFControls.skinListboxItem("list item text 2","list item full path 1",-1,false));
if(this.CF_checkFormat("filename to check format", CFTools.ExtensionType.Pictures))
this.CF_loadMediaPlaylist(((CFControls.skinListbox Item[])listarray.ToArray(typeof(CFControls.skinListboxIt em))), startindex, true);
else
this.CF_loadMediaPlaylist(((CFControls.skinListbox Item[])listarray.ToArray(typeof(CFControls.skinListboxIt em))), startindex, false);
david
__________________
__________________
CENTRAFUSE http://www.centrafuse.com
01 Jeep Cherokee Sport 4x4 Installed
M10000/512Mb/20GB, Lilliput 7", Holux GM-210
|
|
|
01-26-2008, 08:49 AM
|
#14
|
|
Newbie
Join Date: Oct 2007
Posts: 4
|
gr8 work djerik...just plz make the cover arts bigger..so it will be easy to navigate while driving too...and how about an option for full screen
|
|
|
01-26-2008, 06:46 PM
|
#15
|
|
Newbie
Join Date: Oct 2005
Location: Denmark
Vehicle: Audi 100 2.8 Avant
Posts: 31
|
Quote: Originally Posted by marazi 
looks awesome... great work
i would like to see larger covers though, those shown above will be small in the car on the 7"...
when you click an album, i would like to see a dialogbox with tracklist and buttons to add album or selected tracks to current playlist or play direct...
just my 2 cents
What album covers should be shown? Should there be a slide for each directory containing a image? What about directories without a image? And where to find the directories? Should it just be a recursive run starting in one directory? Should there be a text showing the name of the album? And where should it be?
__________________
System Developer
|
|
|
|
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
|
|
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 03:42 AM.
|
|