Sponsored links

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


Reply
 
Share Thread Tools Display Modes
Old 04-16-2009, 11:34 PM   #16
One Sharp Cheddar
 
ThunderStick's Avatar
 
Join Date: Aug 2006
Location: West Allis, WI
Posts: 1,558
ThunderStick is on a distinguished road
Xml builder

WHipped up a quick XML builder
Drop the files in to your RR directory then double click the MUSICXMLBUILDER.EXE
Then copy the covers.xml to your skin folder.
HAVE FUN and enjoy
Attached Files
File Type: zip XMLBUILDER.zip (329.0 KB, 44 views)
ThunderStick is offline   Reply With Quote
Advertisement
 
Advertisement
Sponsored links

Old 04-17-2009, 02:00 AM   #17
Variable Bitrate
 
pcpete's Avatar
 
Join Date: Mar 2008
Location: Toronto Canada
Posts: 435
pcpete is on a distinguished road
Great stuff Thunderstick! Haven't tried it yet, but it really is needed....

As for the buttons, yeah, they are pretty hard to see, especially on light covers...can and will be definately fixing this..

Actually , I'm planning on making the swf user configurable, much like my other FlashFlex swf buttons and such, (check them out if you haven't already in my skin thread).

One of the main things I'd like to do is make the covers flip to show the backside with a cool animation, hence the non operating rotate button..

What would really be cool is if you or anyone else could make an autoit script to dynamically create the xml file on demand while audio browsing ... like say,- press the covers button while in the audio_browser skin - have a script run that searches the currently selected folder and subfolders for folder.jpg - generate xml file pointing to said folders - run covers.swf....
pcpete is offline   Reply With Quote
Old 04-17-2009, 07:55 AM   #18
One Sharp Cheddar
 
ThunderStick's Avatar
 
Join Date: Aug 2006
Location: West Allis, WI
Posts: 1,558
ThunderStick is on a distinguished road
Just throwing out an idea as well,
what if you flip the cd and it shows the list of songs from that directory on the back side of the CD case. Which will allow you to click on the songs from that list.
Now this would be cool.
ThunderStick is offline   Reply With Quote
Old 04-17-2009, 08:00 AM   #19
Variable Bitrate
 
pcpete's Avatar
 
Join Date: Mar 2008
Location: Toronto Canada
Posts: 435
pcpete is on a distinguished road
Damn , yes that would be cool, it must be done...hmmm, let me see..thinking cap on
pcpete is offline   Reply With Quote
Old 04-17-2009, 08:06 AM   #20
One Sharp Cheddar
 
ThunderStick's Avatar
 
Join Date: Aug 2006
Location: West Allis, WI
Posts: 1,558
ThunderStick is on a distinguished road
I dont think this is a cover mess issue, but when changing songs RR is not updating the Artist name correctly.
ThunderStick is offline   Reply With Quote
Old 04-17-2009, 08:11 AM   #21
Variable Bitrate
 
pcpete's Avatar
 
Join Date: Mar 2008
Location: Toronto Canada
Posts: 435
pcpete is on a distinguished road
I'm not displaying artist name on my skin currently so I can't tell, it's supposed to come from the tag right?
pcpete is offline   Reply With Quote
Old 04-17-2009, 08:35 AM   #22
THE EXPERIMENTER
 
carputer1's Avatar
 
Join Date: Sep 2007
Location: UK,Surrey
Posts: 1,358
carputer1 will become famous soon enough
on the wrong comp to try this , but maybe a RELOADLIST cmd needs to be added to the play button in the app
carputer1 is offline   Reply With Quote
Old 04-17-2009, 08:42 AM   #23
Variable Bitrate
 
pcpete's Avatar
 
Join Date: Mar 2008
Location: Toronto Canada
Posts: 435
pcpete is on a distinguished road
Can add that pretty easy, will do some more testing to try to see if it is needed, right now thiese are the commands I'm sending...

fscommand("SETPATH;"+temp[0]); -> album directory as specified in xml
fscommand("!SELECT");
pcpete is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 04-17-2009, 08:58 AM   #24
THE EXPERIMENTER
 
carputer1's Avatar
 
Join Date: Sep 2007
Location: UK,Surrey
Posts: 1,358
carputer1 will become famous soon enough
so i would say put the reloadlist cmd to follow the !select cmd, this will reload the playlist and the tag line, should in theroy solve it, this is what i did for coverjuke which had the same problem
carputer1 is offline   Reply With Quote
Old 04-17-2009, 09:26 AM   #25
Terminal flasher
 
Sonicxtacy02's Avatar
 
Join Date: Sep 2004
Location: Woodbridge, VA
Posts: 6,307
Sonicxtacy02 has a spectacular aura aboutSonicxtacy02 has a spectacular aura about
Quote: Originally Posted by ThunderStick View Post
I dont think this is a cover mess issue, but when changing songs RR is not updating the Artist name correctly.

do you have a playlist (hidden or not) on the screen? That should solve it
__________________
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 04-17-2009, 09:36 AM   #26
Variable Bitrate
 
pcpete's Avatar
 
Join Date: Mar 2008
Location: Toronto Canada
Posts: 435
pcpete is on a distinguished road
OK, did a small update with reloadlist....
pcpete is offline   Reply With Quote
Old 04-17-2009, 09:37 AM   #27
Variable Bitrate
 
pcpete's Avatar
 
Join Date: Mar 2008
Location: Toronto Canada
Posts: 435
pcpete is on a distinguished road
Quote: Originally Posted by Sonicxtacy02 View Post
do you have a playlist (hidden or not) on the screen? That should solve it

I'm not sure if I'm doing it correctly, but if you look at my first post I kinda mention this, is that the right way to do it?
pcpete is offline   Reply With Quote
Old 04-17-2009, 10:15 AM   #28
Terminal flasher
 
Sonicxtacy02's Avatar
 
Join Date: Sep 2004
Location: Woodbridge, VA
Posts: 6,307
Sonicxtacy02 has a spectacular aura aboutSonicxtacy02 has a spectacular aura about
Quote: Originally Posted by pcpete View Post
I'm not sure if I'm doing it correctly, but if you look at my first post I kinda mention this, is that the right way to do it?

sometimes yes.. sometimes no. Instead of making the dimensions 0,0,0,0 make it -1000,-1000,1000,1000 to allow larger playlists to fit in memory (thats how it was explained to me)
__________________
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 04-17-2009, 10:20 AM   #29
The Curator
 
Blue ZX3's Avatar
 
Join Date: Aug 2004
Location: Chicago area,IL
Posts: 3,565
Blue ZX3 will become famous soon enoughBlue ZX3 will become famous soon enough
That would also be on thing that I'd really like to get rid of...having to have a hidden PL.
__________________
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 04-17-2009, 10:25 AM   #30
Variable Bitrate
 
pcpete's Avatar
 
Join Date: Mar 2008
Location: Toronto Canada
Posts: 435
pcpete is on a distinguished road
Thx sonic, updated my instructions...

Yeah, that would be nice blue...I'm going to be trying you rr media plugin with this, any thing I should be aware of ?
pcpete 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
Intel D945GCLF2 Dual-Core Atom txspazz General Hardware Discussion 647 Today 01:00 PM
FlashFlex 2nd test release 03/26/09 pcpete RR Skins 54 07-06-2009 08:08 PM
Indexing music in 1.0.9.8 Failed hovalistic StreetDeck 0 07-07-2007 12:19 PM
How do you flash without Floppy or CD? marc456 Software & Software Development 11 01-23-2007 07:14 PM
Help! WRX2001 PhoneControl 3 01-25-2005 04:50 PM



All times are GMT -5. The time now is 01:54 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