Sponsored links

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


Reply
 
Share Thread Tools Display Modes
Old 02-28-2005, 01:33 PM   #61
RoadRunner Mastermind
 
guino's Avatar
 
Join Date: Nov 2004
Location: Vitória, ES - Brazil
Posts: 9,064
guino will become famous soon enoughguino will become famous soon enough
Quote: Originally Posted by carpcnoobie
I figured out about the vis coming up. I had it come up again when I would leave video, the vis would come up again. I opened up winamp and ran it directly. I simply disabled the vis in the config of winamp and the problem is gone. I just downloaded a version from your site but I'm still getting the select + bug.

Also, does anyone else get a real slow start up of RR when using the 'hide taskbar' feature? It seems like RR waits for a sec.. fights with the computer then hides the task bar. Usually takes about 3-5 seconds. This is not really a problem for me as I'll have the taskbar tucked away anyways. Just noticed it in trials on my desktop.

I also figured out the bug with the vis comming up.. it was a dumb thing.. if you redownload V. 2-27 it should have that fixed (even with the Vis installed).
__________________
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 02-28-2005, 03:49 PM   #62
Newbie
 
Join Date: Feb 2005
Location: Finland
Posts: 22
Tsleon is on a distinguished road
Resume music doesn't work if I shutdown pc. If I exit from RR and start RR again it works, but not if I shutdown pc. In RR config I use option resume allways.
Tsleon is offline   Reply With Quote
Old 02-28-2005, 03:54 PM   #63
RoadRunner Mastermind
 
guino's Avatar
 
Join Date: Nov 2004
Location: Vitória, ES - Brazil
Posts: 9,064
guino will become famous soon enoughguino will become famous soon enough
How are you shutting down the PC ? menu option or PC power button ?
__________________
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 02-28-2005, 03:57 PM   #64
Newbie
 
Join Date: Feb 2005
Location: Finland
Posts: 22
Tsleon is on a distinguished road
I have tested both.
Tsleon is offline   Reply With Quote
Old 02-28-2005, 04:44 PM   #65
Maximum Bitrate
 
Chita79's Avatar
 
Join Date: Oct 2004
Location: San Diego, CA
Posts: 723
Chita79 is on a distinguished road
looks like im still gonna have to comment out any link to the video player in my skins because everytime i go to video, it locks up and i cant switch to any other screen or press buttons. So i guess im still trying to figure out why the video player is SO buggy for me. guino, i guess my question is this... why is frodo's video player so smooth and clean with a progress bar, and this MPC is just so troublesome? perhaps something similar to frodo's approach might be an idea? i read here that others are also having video issues, so its just a suggestion. thanks again bud
__________________
'05 Acura TL w/ Navi & Bluetooth, JL Audio Cleansweep, JL Audio XR650 CSI, JL Audio XR650 CXI, JL Audio 300/4 Speaker Amp, Eclipse SW6123.4 12" Sub, JL Audio 250/1 Sub Amp, Optima D35 YellowTop Battery http://www.cardomain.com/ride/2184473/1
Chita79 is offline   Reply With Quote
Old 02-28-2005, 04:49 PM   #66
RoadRunner Mastermind
 
guino's Avatar
 
Join Date: Nov 2004
Location: Vitória, ES - Brazil
Posts: 9,064
guino will become famous soon enoughguino will become famous soon enough
Quote: Originally Posted by Tsleon
I have tested both.

I'll check it out... might be related to the shutdown problem fix I made..
__________________
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 03-01-2005, 03:22 AM   #67
Newbie
 
Join Date: Oct 2004
Posts: 11
mikymix is on a distinguished road
hi Guino,
Is there the possibility to save current playlist with name and recall it.
mikymix is offline   Reply With Quote
Old 03-01-2005, 05:14 AM   #68
The Vauxhall Vectra Project
 
ccsnet's Avatar
 
Join Date: Jan 2003
Location: Morecambe, Lancs, UK ( Just For The Moment )
Posts: 2,676
ccsnet has a spectacular aura aboutccsnet has a spectacular aura about
Quote: Originally Posted by guino
The Internal Gamma only works if the general.ini file has the Day and Night Gamma Info. It is completely unrelated to the skin switch command.

Maybe you want to send me your general.ini file to take a look (or compare it with other ones you have). Have you tried a different skin at all ?

Also, on the skin switch font problem.. can you test to see if switching the skin in the skin browser always works or has the same bug ? I don't think I have seen that before..

Guino... as I said I have tested this manually though the skin switch and it does not have a problem. Also the info for the gamma settings are in the gerneral ini file as shown below... that is unless you have changed the format from MC.

Terran

Quote:
[General]
OriginalWidth =848
OriginalHeight=480
ShowWidth =848
ShowHeight =480
XPosition =0
YPosition =0

[Gamma]
ApplyToVideo =True
ApplyToVisu =True
AutoSwitch =False
DayTime =08:00:00
NightTime =18:00:00
GammaDayRed =-51
GammaDayGreen =-51
GammaDayBlue =-51
GammaNightRed =-51
GammaNightGreen =-51
GammaNightBlue =-51

ccsnet is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 03-01-2005, 09:13 AM   #69
Low Bitrate
 
Join Date: Feb 2004
Posts: 88
Deepgear is on a distinguished road
Quote: Originally Posted by guino
The list of Commands can be found in Map Monkey's Help file (Development folder) -- The section you want is under Reference->Winsock->D3Request.

Instead of what you might think, there's no way to pull up those "predefined" menus from MM. So what you need to do is make a Menu/Skin file (like the exit menu in the brushmetal for instance), that is shown when you press a button in RR (say to be equivalent to the "menu" Button of MM. then on this menu's buttons you'd make the commands be like "MM;Destinate_Address||EXIT", "MM;Destinate_Favorites||EXIT" etc.

The "||Exit" in the end makes it so the menu is closed after executing the MM command to display the dialog you've requested. You may want to swap the order of the commands (just try it) to say: "EXIT||MM;Destinate_Address" ..


Guino, you're the man !!

I got nearly everything working with no menues. So the importatnt commands are controlled by the RR Skin.
Many options are simply not needed (I think )
I only have a Problem with this command here:
"MM;AddSpeedCamera|-1|-1|0|-1"
This should add a speed camera on the position you are now, regarding to the readme.
But I always get an error. Could you maybe help me?

Thx

Last edited by Deepgear; 03-01-2005 at 09:16 AM.
Deepgear is offline   Reply With Quote
Old 03-01-2005, 02:10 PM   #70
Variable Bitrate
 
drait's Avatar
 
Join Date: Dec 2004
Location: NorCal
Posts: 247
drait is on a distinguished road
Quote: Originally Posted by ccsnet
GammaDayRed =-51
GammaDayGreen =-51
GammaDayBlue =-51
GammaNightRed =-51
GammaNightGreen =-51
GammaNightBlue =-51

If you notice, all of your gamma settings are exactly the same. Day setting is changing RGB to -51 and Night setting is also doing that as well.
__________________
89 Supra Turbo
drait is offline   Reply With Quote
Old 03-01-2005, 03:00 PM   #71
RoadRunner Mastermind
 
guino's Avatar
 
Join Date: Nov 2004
Location: Vitória, ES - Brazil
Posts: 9,064
guino will become famous soon enoughguino will become famous soon enough
Quote: Originally Posted by mikymix
hi Guino,
Is there the possibility to save current playlist with name and recall it.

If you mean, press a button, show a OSK then name the playlist, and save it (for later loading from browser): this is a feature that will be added at some point.
__________________
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 03-01-2005, 03:05 PM   #72
RoadRunner Mastermind
 
guino's Avatar
 
Join Date: Nov 2004
Location: Vitória, ES - Brazil
Posts: 9,064
guino will become famous soon enoughguino will become famous soon enough
Quote: Originally Posted by Tsleon
Resume music doesn't work if I shutdown pc. If I exit from RR and start RR again it works, but not if I shutdown pc. In RR config I use option resume allways.

Ok, I've figured out the problem here.. When shutting down/restating the PC, (by power button or Window's menu). Windows starts closing applications at it's own will, meaning it closes winamp and RR. Well, the problem is that winamp MIGHT close first, and if that's the case, RR will have no way of knowing which song and where winamp was playing before it got closed out. so when it restarts, chances are it will not be able to resume.

I am not sure if there's an easy way out of this. I do know that if you were to set your PC to hibernate (instead of power off), that it would work fine (and FASTER). The only way RR will be able to resume after a power off is if you use the Power Off, Restart or Exit of RR to perform such function (or before doing so).
__________________
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 03-01-2005, 03:07 PM   #73
RoadRunner Mastermind
 
guino's Avatar
 
Join Date: Nov 2004
Location: Vitória, ES - Brazil
Posts: 9,064
guino will become famous soon enoughguino will become famous soon enough
Quote: Originally Posted by Deepgear
Guino, you're the man !!

I got nearly everything working with no menues. So the importatnt commands are controlled by the RR Skin.
Many options are simply not needed (I think )
I only have a Problem with this command here:
"MM;AddSpeedCamera|-1|-1|0|-1"
This should add a speed camera on the position you are now, regarding to the readme.
But I always get an error. Could you maybe help me?

Thx

I can look at what could be the problem... never really tried that..
__________________
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 03-01-2005, 03:11 PM   #74
RoadRunner Mastermind
 
guino's Avatar
 
Join Date: Nov 2004
Location: Vitória, ES - Brazil
Posts: 9,064
guino will become famous soon enoughguino will become famous soon enough
Quote: Originally Posted by ccsnet
Guino... as I said I have tested this manually though the skin switch and it does not have a problem. Also the info for the gamma settings are in the gerneral ini file as shown below... that is unless you have changed the format from MC.

Terran

I have already fixed the font issue with the Day/Night skin.. expect next release.

On your General.ini file, I see ALL values for Night and Day using "-51", if you press Gamma with that skin, you should basically see it changing "down" once and never changing again (until you exit out of the software). That is EXACTLY as I have just tried it with your settings. You should set DIFFERENT values for DAY and for NIGHT if you wish anything to change. As a reminder, the AUTO gamma change is not yet implemented.
__________________
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 03-01-2005, 03:58 PM   #75
Variable Bitrate
 
drait's Avatar
 
Join Date: Dec 2004
Location: NorCal
Posts: 247
drait is on a distinguished road
Quote: Originally Posted by holistic
does the same here... but not everytime only once in a while.... but on mine it dosent reset to arial it displays the arial font on top of the original font

I get the double-font printing as well, but as far as I can tell, it's only on the main screen.
Attached Images
 
__________________
89 Supra Turbo
drait 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
RR 2-20-05 ... Bug Fixes ... guino Road Runner 123 03-01-2005 02:27 AM



All times are GMT -5. The time now is 08:07 AM.


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