Sponsored links

Go Back   MP3Car.com > Mp3Car Technical > Software & Software Development > Front Ends > Road Runner > RR Plugins


Reply
 
Share Thread Tools Display Modes
Old 08-21-2008, 04:10 PM   #31
FLAC
 
EL CAMINO's Avatar
 
Join Date: Jul 2005
Location: upland california us
Posts: 1,012
EL CAMINO is on a distinguished road
working on it..
EL CAMINO is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 08-21-2008, 10:24 PM   #32
FLAC
 
Sal R.'s Avatar
 
Join Date: Aug 2006
Location: Sun Diego
Posts: 1,407
Sal R. is an unknown quantity at this point
I'm trying to create buttons that brings up the functions "SEEALBUM" and "SLCTALBUM," but am unsure how you got CJ to run "cover.exe" to bring up the pop. How'd you do it?

__________________
Pico-ITX / nLite'd XP Pro with EWF-HORM / RR v9/22/2009 / Winamp v5.13 / RRMedia v1.2.2
Sal R. is offline   Reply With Quote
Old 08-22-2008, 12:43 AM   #33
FLAC
 
EL CAMINO's Avatar
 
Join Date: Jul 2005
Location: upland california us
Posts: 1,012
EL CAMINO is on a distinguished road
see the source Cover.au3, depending on "COVERJUKE_ACTION" value.

Code:
if $sdk.getinfo("=$COVERJUKE_ACTION$") = 0 Then $sdk.execute("SLCTALBUM") ;according to variable "COVERJUKE_ACTION" value execute either, if $sdk.getinfo("=$COVERJUKE_ACTION$") = 1 Then $sdk.execute("SEEALBUM" ) ;"SLCTALBUM" or "SEEALBUM" (see ExecTBL.ini and skin.ini for more info)

coverjukeload.exe changes the values needed, to point Cover.exe as the player, and other things. also Cover.exe creates a playlist file just in case is needed. check both scripts.

EDIT: to bring up coverjuke's help screen, hit F1 to see it.

Last edited by EL CAMINO; 08-22-2008 at 01:22 AM.
EL CAMINO is offline   Reply With Quote
Old 08-22-2008, 05:14 AM   #34
The Curator
 
Blue ZX3's Avatar
 
Join Date: Aug 2004
Location: Chicago area,IL
Posts: 3,577
Blue ZX3 will become famous soon enoughBlue ZX3 will become famous soon enough
Quote: Originally Posted by Sonicxtacy02 View Post
this really is a nice piece of software.. if there were a way to convert it to a .xml or have it use the RRMedia database that would be incredible.


The latter would probably be the most benificial, the db would be already built, hence no resanning in two different places when adding media.
__________________
RideRunner...The #1 FE, PERIOD.

RR Media >>HERE <<

RRExtended Plugin
Updated RR Config (Current Ver 1.0.2.0)
Old RR Versions
Complete CFX PSD Set
RRSkinEditor v.76c
DFX Btn Editor
Blue ZX3 is offline   Reply With Quote
Old 08-22-2008, 08:59 AM   #35
Terminal flasher
 
Sonicxtacy02's Avatar
 
Join Date: Sep 2004
Location: Woodbridge, VA
Posts: 6,311
Sonicxtacy02 has a spectacular aura aboutSonicxtacy02 has a spectacular aura about
Quote: Originally Posted by Blue ZX3 View Post
The latter would probably be the most benificial, the db would be already built, hence no resanning in two different places when adding media.

absolutely agree, just taking the begger rather than the chooser approach lol
__________________
03 Acura RSX Coupe
Developer of: RRFusion, MovieTimes.NET, (new)RRMail, RRShoutcast, & RRVehicle Maintenance
Currently working on: RRVehicle Maintenance
Sonicxtacy02 is offline   Reply With Quote
Old 08-22-2008, 09:42 AM   #36
Maximum Bitrate
 
Valheru's Avatar
 
Join Date: Jul 2007
Location: Ireland
Posts: 509
Valheru is an unknown quantity at this point
Quote: Originally Posted by EL CAMINO View Post
Tek2 was created by valheru, he also made the scrolling menus as well, dont know if is included in the latest release, drop him a pm and ask him. i cant share mine but has some personal add-ons.

TEK2 screens for coverjuke are in progress ... I'll release them shortly ...
__________________
-------------------------------
The TEKNIK Family ... Teknik 1 & Teknik 2, Teknik T-3, Teknik v4.0
Valheru is offline   Reply With Quote
Old 08-22-2008, 10:38 AM   #37
THE EXPERIMENTER
 
carputer1's Avatar
 
Join Date: Sep 2007
Location: UK,Surrey
Posts: 1,358
carputer1 will become famous soon enough
Quote: Originally Posted by Blue ZX3 View Post
The latter would probably be the most benificial, the db would be already built, hence no resanning in two different places when adding media.

arhthis would be good , but not every1 is going to use , your db , so maybe a option to switch between which db you want.
__________________
Links

Author of Ranger skin

Ford Ranger Truck Rebuild and system install Worklog

Current project status

Ranger Truck Rebuild 70% Current Open Project
Ranger Update:30% Total RE-WRITE
Ranger Help File:10%
Ride Runner Help File 30%
carputer1 is online now   Reply With Quote
Old 08-25-2008, 04:33 AM   #38
Newbie
 
leberrem's Avatar
 
Join Date: Aug 2008
Posts: 4
leberrem is an unknown quantity at this point
Hello everybody,
It's the creator

I notice all your remarks.
I working on the Linux porting at time, but do my best for the next version.

Last edited by leberrem; 08-25-2008 at 05:56 PM.
leberrem is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 08-25-2008, 05:55 PM   #39
Newbie
 
leberrem's Avatar
 
Join Date: Aug 2008
Posts: 4
leberrem is an unknown quantity at this point
...
leberrem is offline   Reply With Quote
Old 08-25-2008, 06:08 PM   #40
FLAC
 
Join Date: Jun 2002
Location: Virginia
Posts: 1,438
kbreeden
Thanks, lebberem. Some of us are using a program called Coverflow which a member created a year or so ago. It does basically the same thing yours does, but it's a real CPU hog and also has a couple of quirks making it somewhat cumbersome to set up and use. He also hasn't made much of an effort to integrate it with Road Runner because he doesn't use Road Runner. If there was a way to incorporate yours into Road Runner, especially if it could somehow utilize the media database plugin that would be great. Of course, I am a dreamer and have no idea how, or even if, that could be done. There are lots of good brains on this board and some of the best (which does not include me, by the way ) are following this thread. Maybe there's a way to make it work if everyone puts their heads together.

Last edited by kbreeden; 08-25-2008 at 06:11 PM.
kbreeden is offline   Reply With Quote
Old 08-26-2008, 01:42 AM   #41
FLAC
 
EL CAMINO's Avatar
 
Join Date: Jul 2005
Location: upland california us
Posts: 1,012
EL CAMINO is on a distinguished road
please keep in mind that this application is not just for RR users, the way it works is sooo nice, all we need (not just RR users) is a faster loading, how?, with a simple database. and like i suggested, a simple Xml, ini, or txt would do the trick. but please don't try to lock this to RR asking to implement a DB created just for RR.
EL CAMINO is offline   Reply With Quote
Old 08-26-2008, 04:09 AM   #42
Maximum Bitrate
 
Valheru's Avatar
 
Join Date: Jul 2007
Location: Ireland
Posts: 509
Valheru is an unknown quantity at this point
I agree with El on this one ... while this program is very, very good, it is a standalone program capable of displaying and playing your music / video ... exactly the same as the original CoverFlow program was until the were bought by Apple.

So while we all want a perfect integration with RR - this program will most likely always be a standalone program that we have to embed as best we can. Faster loading is something that should be implemented - but in a way that works for the program - not just for us RR users !
__________________
-------------------------------
The TEKNIK Family ... Teknik 1 & Teknik 2, Teknik T-3, Teknik v4.0
Valheru is offline   Reply With Quote
Old 08-26-2008, 10:18 AM   #43
Wants to make it harder
 
monkeyracer's Avatar
 
Join Date: May 2007
Location: Lakehood, CO
Posts: 1,414
monkeyracer is an unknown quantity at this point
I vote for a simple .xml, .ini, or .txt.

For those of us that don't use the Media Database, but still want the coverflow style, it would be nice to be able to use this.

Maybe have it check if the Media Database file exists, if so, it uses that, if not it creates it's own? That way every one can use it.

I think kbreeden was meaning to say that it would be nice if it were easier to integrate into RR with some easy commands, labels, indicators etc. Something that doesn't kill the CPU everytime you want to use it, would be ideal.
__________________
2007 Chrysler PT Cruiser TE
Car PC Progress:
Planning.......[---------X-] 95%
Parts...........[---------X-] 90%
Fabrication...[---------X-] 90%
RR Skin........[---------X-] 95%
View my
Worklog
Road Runner Skins
Website
Favorite thread EVER!
monkeyracer is offline   Reply With Quote
Old 09-08-2008, 07:39 PM   #44
FLAC
 
Join Date: Jun 2002
Location: Virginia
Posts: 1,438
kbreeden
After getting tired of Coverflow locking up my system I have now spent a couple of hours playing with Coverjuke. Wow, it's terrific. Nice work developing it, Leberrem, and nice work tailoring it to RoadRunner, El Camino.

I do have a couple of observations and questions:

1. It appears to be creating an album cover for every folder regardless of whether the folder contains an album cover. This results in, for me at least, hundreds of "Image Not Available" covers that I must scroll through. Maybe I'm missing something, but it seems that it should be set up to ignore any folder that doesn't contain an image file.

2. Coverjuke.ini contains a setting for a scroll bar, but even if I set it to 1 I don't see a scroll bar. I can scroll through the covers by dragging them, but I don't see a scroll bar. Am I missing something?

3. It takes about 15 minutes for the program to build the covers for my 2,000 or so albums. It will be great when it has database functionality.

4. El Camino, I'm not sure how the search function is working. My music is arranged as \genre\artist\album. My searches are taking me to the genre only. For example, if I search for "C" it will take me to Cajun rather than artists who begin with the letter C or albums that begin with the letter C. I guess ideally I would like the search to be for artist rather than genre. Is there a way for me to do that?

Thanks once again, guys, for your efforts.
kbreeden is offline   Reply With Quote
Old 09-09-2008, 12:58 PM   #45
FLAC
 
EL CAMINO's Avatar
 
Join Date: Jul 2005
Location: upland california us
Posts: 1,012
EL CAMINO is on a distinguished road
1. CJ searchs for music files, if found will add to the DB and if cover is found will show it, try to create a folder.jpg for each directory, my tag editor has a cover art downloader, i might create another script to download those missing folder.jpg.

2. will check, it appears to be broken.

3. still working on it, what you can do is to preload coverjuke on startup.

4. i think the search function works using album or artist, not sure.
EL CAMINO is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
clutter opengl toolkit - for the next gen carpc frontend kev000 Software & Software Development 0 06-20-2008 01:14 AM
Help! OpenGL on Debian, VIA EPIA M10000 debian00b Linux 4 05-22-2006 09:54 PM



All times are GMT -5. The time now is 12:46 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.3.2
Copyright © 1999 - 2008 Mp3Car.com Inc.Ad Management by RedTyger
Message Board Statistics