Sponsored links

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


Reply
 
Share Thread Tools Display Modes
Old 12-23-2008, 06:20 AM   #76
RoadRunner Mastermind
 
guino's Avatar
 
Join Date: Nov 2004
Location: Vitória, ES - Brazil
Posts: 9,059
guino will become famous soon enoughguino will become famous soon enough
Quote: Originally Posted by uptpilot View Post
Guino, marvelous job as usual. Glad to see that all my embedded album art can be put to use finally.

Small problem...
I've successfully gotten it to work in the MENU.skin and AUDIO_BROWSER.skin, but not EXTERNAL_GPS.skin.

If I switch to the audio browser then back to external_GPS, my indicator box shows the album art for a fraction of a second before it fades away. I added the X,mp3art reference to each .skin. Is there some reason why it will not display in EXTERNAL_GPS.skin for more than a 1/2 second?

Also, if I subsequently go from EXTERNAL_GPS.skin to MENU.skin, the album art also fades away and disappears, although it doesn't display the art... I just see part of the screen draw fading away.

Update 1:
It appears that on MP3's with multiple embedded art, it loads the first pic, then the second. Is there a parameter that can be used to make it only use the first cover art instead of loading the first then second?

First, you should only have X,mp3art in MENU.SKIN of each skin -- that's enough for each entire skin. It's possible this is related to your issue.

I honestly have never done any testing with multiple art inside the songs.. chances are that it will process all of them and save/display the last one -- regardless of it being good (displayable) -- I can probably enforce it to show only the first one, but I can't guarantee that the first image will be the "best" -- this a simple matter of how the art got saved into the file.
__________________
Ride Runner RR's Myspace

"Being happy is not about having what you want, it's about wanting what you have."
"The best things in life are always free - but that doesn't mean money can't buy you good things."
guino is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 12-23-2008, 11:12 AM   #77
Low Bitrate
 
uptpilot's Avatar
 
Join Date: Jun 2005
Location: Oklahoma City
Posts: 69
uptpilot is on a distinguished road
Quote: Originally Posted by guino View Post
First, you should only have X,mp3art in MENU.SKIN of each skin -- that's enough for each entire skin. It's possible this is related to your issue.

I honestly have never done any testing with multiple art inside the songs.. chances are that it will process all of them and save/display the last one -- regardless of it being good (displayable) -- I can probably enforce it to show only the first one, but I can't guarantee that the first image will be the "best" -- this a simple matter of how the art got saved into the file.

Extra album art aside, I still have the problem that the album art disappears altogether. It works fine in AudioBrowser (and then the main menu if I go to it from the Audio Browser). However, in the I03,741,90,60,59,"Albumart" object inside EXTERNAL_GPS.skin, it appears for a fraction of a second while the GPS skin loads, then it fades away. Why would it work in the Audio Browser skin all the time, on the main menu only if I come from the Audio Browser, and never in the External GPS skin?

Update 2

Ok, I just noticed something. The album art DOES work in the EXTERNAL_GPS.skin *if* it has 2 embedded images. In other words, if the mp3 only has one embedded image, it appears to be fading away to nothingness. However, in the Audio_Browser.skin, it always works fine.

Last edited by uptpilot; 12-23-2008 at 11:14 AM.
uptpilot is offline   Reply With Quote
Old 01-19-2009, 02:36 PM   #78
Newbie
 
Join Date: Jun 2006
Posts: 29
uhohrobbo is on a distinguished road
Hiya,

Sorry I am a bit of a newbie. I am making some changes to a skin, so that I can pause / play a song when I press the album art, and was wondering how you actualy implement the ONARTCLICKED event?

Thanks!
uhohrobbo is offline   Reply With Quote
Old 01-19-2009, 03:13 PM   #79
Raw Wave
 
treetop777's Avatar
 
Join Date: Sep 2006
Location: War-Town, GA.
Posts: 1,915
treetop777 is an unknown quantity at this point
Quote: Originally Posted by uhohrobbo View Post
Hiya,

Sorry I am a bit of a newbie. I am making some changes to a skin, so that I can pause / play a song when I press the album art, and was wondering how you actualy implement the ONARTCLICKED event?

Thanks!

Not sure but try this in ExecTBL.ini

"ONARTCLICKED","PLAY",audio_player.skin
treetop777 is offline   Reply With Quote
Old 01-19-2009, 03:32 PM   #80
MGD
FLAC
 
MGD's Avatar
 
Join Date: Feb 2005
Location: Los Angeles
Posts: 1,648
MGD is on a distinguished road
You need the updated version from the first post and regsvr32 it. Works fine.
MGD is offline   Reply With Quote
Old 01-19-2009, 03:38 PM   #81
Newbie
 
Join Date: Jun 2006
Posts: 29
uhohrobbo is on a distinguished road
Yeh I have the updated version and have registered it. Just wasnt sure where i put events in. Does the ExecTBL.ini need to be inside your skin or point to it (ie. /Skins/<skinname>)?
uhohrobbo is offline   Reply With Quote
Old 01-19-2009, 04:44 PM   #82
MGD
FLAC
 
MGD's Avatar
 
Join Date: Feb 2005
Location: Los Angeles
Posts: 1,648
MGD is on a distinguished road
Either the main EXECTBL.ini in RR Root or EXECTBL.ini in your Skin Folder.
MGD is offline   Reply With Quote
Old 01-20-2009, 12:40 PM   #83
Newbie
 
Join Date: Jun 2006
Posts: 29
uhohrobbo is on a distinguished road
I have registered the file and added
"ONARTCLICKED","PLAY",menu.skin
to the EXECTBL.ini file in the root dir. Nothing seems to happen :-(. I have the album art set as an indicator in the skin file:
I02,383,99,180,180,"ALBUMART"

Any ideas?

Thanks.
uhohrobbo is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 01-20-2009, 04:35 PM   #84
MGD
FLAC
 
MGD's Avatar
 
Join Date: Feb 2005
Location: Los Angeles
Posts: 1,648
MGD is on a distinguished road
I just tryed it in the menu.skin file and it is working just fine. Try to put it in the exectbl.ini in the skin folder.
MGD is offline   Reply With Quote
Old 01-20-2009, 04:52 PM   #85
Newbie
 
Join Date: Jun 2006
Posts: 29
uhohrobbo is on a distinguished road
Hey, turn out i was being stupid. I added the X,Mp3Art line (using notepad) to the skin file, but still had the skin editor open. So when I saved the skin it saved the .skin file without X,Mp3Art. Ooops!

Thanks for your help!
uhohrobbo is offline   Reply With Quote
Old 01-30-2009, 11:31 AM   #86
Low Bitrate
 
titanicmusic14's Avatar
 
Join Date: Jan 2008
Location: Pennsylvania
Posts: 79
titanicmusic14 is an unknown quantity at this point
A little help

I did everything according to what this forum said and adding the J,0,0,0,0 all of that stuff and I cant get it to show at all
I have digital fx 3 and 4 . Neither of them work . Im so frustrated ..
titanicmusic14 is offline   Reply With Quote
Old 01-30-2009, 01:22 PM   #87
RoadRunner Mastermind
 
guino's Avatar
 
Join Date: Nov 2004
Location: Vitória, ES - Brazil
Posts: 9,059
guino will become famous soon enoughguino will become famous soon enough
Quote: Originally Posted by titanicmusic14 View Post
I did everything according to what this forum said and adding the J,0,0,0,0 all of that stuff and I cant get it to show at all
I have digital fx 3 and 4 . Neither of them work . Im so frustrated ..

Did you try a different tag writer software ? your tag may have an unsupported art image format.
__________________
Ride Runner RR's Myspace

"Being happy is not about having what you want, it's about wanting what you have."
"The best things in life are always free - but that doesn't mean money can't buy you good things."
guino is offline   Reply With Quote
Old 01-30-2009, 03:06 PM   #88
Low Bitrate
 
titanicmusic14's Avatar
 
Join Date: Jan 2008
Location: Pennsylvania
Posts: 79
titanicmusic14 is an unknown quantity at this point
Thanks for replying guino
The thing is. The software used to work thats why I'm so frustrated. One day it just stopped working. I am trying to use the riderunner and digitalfx 4.0. But now I am having a problem with the library. I try to browse my files and the whole thing crashes and doesnt want to control winamp anymore. but besides that I have done everything . so I am going to re-install everything and see what happens.
boa tarde
titanicmusic14 is offline   Reply With Quote
Old 02-02-2009, 03:17 PM   #89
Low Bitrate
 
titanicmusic14's Avatar
 
Join Date: Jan 2008
Location: Pennsylvania
Posts: 79
titanicmusic14 is an unknown quantity at this point
placement of x,mp3art

Does it matter where you place x,mp3art. is there a preferable area?
titanicmusic14 is offline   Reply With Quote
Old 02-02-2009, 03:54 PM   #90
FLAC
 
EL CAMINO's Avatar
 
Join Date: Jul 2005
Location: upland california us
Posts: 1,012
EL CAMINO is on a distinguished road
that line MUST go in Menu.skin, or in Plugins.txt, some skins like DFX use this txt file to enable/disable plugins. about RideRunner crashing you better post that in the RideRunner thread.
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
AVS hides behind Album Art dougmorgan99 Road Runner 6 01-18-2006 11:56 AM
MP3 goes 5.1 camsgs3 Software & Software Development 1 01-14-2005 05:43 PM
Album Art / Movie Art frodobaggins FP FAQ 0 12-01-2004 05:38 PM
In dash car MP3 CD Costs mp3designer Classified Archive 7 02-06-2001 04:23 PM
Car MP3 Costs??? mp3designer General MP3Car Discussion 3 01-24-2001 11:45 PM



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