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-01-2009, 06:32 PM   #76
Low Bitrate
 
Join Date: Dec 2006
Posts: 64
sensibull is an unknown quantity at this point
Thanks for the input, lambosprit. Looks like I have a larger problem -- see my edit above. I can't seem to get any additions to my menu.txt to show up. I guess I need to bone up on a lot of RR fundamentals...
sensibull is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 04-01-2009, 06:54 PM   #77
Variable Bitrate
 
lambosprit's Avatar
 
Join Date: Sep 2006
Location: UK
Posts: 447
lambosprit is on a distinguished road
Quote: Originally Posted by sensibull View Post
Thanks for the input, lambosprit. Looks like I have a larger problem -- see my edit above. I can't seem to get any additions to my menu.txt to show up. I guess I need to bone up on a lot of RR fundamentals...


Just so you know menu.txt is only for FU. Its not a RR skin thing.

Probably you haven't set the number of menuscreens correctly. Look at the top of the file and you'll see &numberofmenus=x& where x is the number of screens.

this tells you how many screens of 5 buttons you can see so I suspect yours is set to three. Mine is set to 5
lambosprit is offline   Reply With Quote
Old 04-01-2009, 07:15 PM   #78
Low Bitrate
 
Join Date: Dec 2006
Posts: 64
sensibull is an unknown quantity at this point
Thanks. Actually there wasn't any &numberofmenus=x& in there at all. I added &numberofmenus=4&, but it's still not taking effect (still can't see anything after 15). Here's what my menu.txt looks like:

&mixerlines=1@5@6@7@8&
&numberofmenus=4&
&mainbut1=Audio@icons\audio.png@AUDIO&
&mainbut2=Video@icons\video.png@VIDEO&
&mainbut3=Radio@icons\radio.png@RADIO&
&mainbut4=DVD@icons\dvd.png@Dvd&
&mainbut5=Gps@icons\gps.png@GPS&
&mainbut6=Web@icons\web.png@LOAD;webrowser.skin;Fr eeWeb;$skinpath$\FreeWeb.exe;FreeWeb&
&mainbut7=Games@icons\games.png@LOAD;game.skin;gam es;$skinpath$\games.EXE;Gameloader&
&mainbut8=Pictures@icons\pictures.png@pics&
&mainbut9=Notes@icons\notes.png@LOAD;notes.skin &
&mainbut10=Weather@icons\weather.png@weather&
&mainbut11=Calc@icons\calc.png@Load;calc.skin&
&mainbut12=Apps@icons\apps.png@launch&
&mainbut13=Status@icons\settings.png@LOAD;status.s kin&
&mainbut14=Phone@icons\phone.png@LOAD;freefone.ski n;FreeFone;$skinpath$\FreeFone.EXE;FreeFone&
&mainbut15=Files@icons\files.png@LOAD;filemanager. skin;filemanager;$skinpath$\filemanager.EXE;FileMa nager&
&mainbut16=DVDPlaylist@icons\files.png@LOAD;video_ browser1.skin&
&mainbut17=VlcDVD@icons\dvd.png@RUN;C:\Program Files\RideRunner\rrvlc.exe;",""&

[Edit: After perusing through the Freedom worklog, I found some mention of this "numberofmenus" thing being related to a later release of Freedom. I probably have an older version, and unfortunately what I have is the only one I could find. If anybody out there is willing to email me a newer version, it would make my day

Last edited by sensibull; 04-01-2009 at 07:25 PM.
sensibull is offline   Reply With Quote
Old 04-02-2009, 12:24 PM   #79
Low Bitrate
 
Join Date: Dec 2006
Posts: 64
sensibull is an unknown quantity at this point
OK, so I am making some progress Still not quite there yet though

Running rrvlc.exe directly loads vlc and starts the file hardcoded in RRvlc.m3u.

And my menu is displaying properly now. Video_browser1 shows up nicely, with video cover art and everything. Choosing a file, however, loads the winamp video player, despite the fact that I have added

&DVDplayer=VLC&
&DVDPATH=C:\Video\&

to my skin.ini file.

Obviously, I am overlooking something simple.

Also, what settings/changes are supposed to send vlc to the second monitor?
sensibull is offline   Reply With Quote
Old 04-02-2009, 01:17 PM   #80
Low Bitrate
 
Join Date: Dec 2006
Posts: 64
sensibull is an unknown quantity at this point
Is this the proper code for vlc.skin? I opened it straight from the .rar download

MEDIACAR Skin
MEDIACAR "ExternalGPS" Skin
background.jpg,background.jpg,background.jpg,backg round.jpg

/, A, x, y, w, h, color R;RGB, G, B
A01,10,10,775,389,000,000,000

/, C, x, y, w, h
C01,10,10,775,388

/, F, x, y, w, h, Movie name
F2,0,398,800,82,"bottom.swf",SOLID


/, L, x, y, w, h, color R;RGB, G, B, font size;FONT, font name, Code;LABELCODES, Tooltip;LABELALIGNMENT
/, I, x, y, w, h, Code;INDICATORCODES

/[Bottom]
L,0,0,0,0,0,0,0,0,"arial","VOLUME","CENTER"
L,0,0,0,0,0,0,0,0,"arial","STATUS",
I,593,538,99,60,"MASTERMUTE"
L,0,0,0,0,0,0,0,0,"arial","CUSTOMVLC1MUTE"
L,0,0,0,0,0,0,0,0,"arial","CUSTOMVLC1VOLUME"
L,0,0,0,0,0,0,0,0,"arial","RRSCREEN",


END

Last edited by sensibull; 04-02-2009 at 01:41 PM.
sensibull is offline   Reply With Quote
Old 04-02-2009, 05:08 PM   #81
Variable Bitrate
 
lambosprit's Avatar
 
Join Date: Sep 2006
Location: UK
Posts: 447
lambosprit is on a distinguished road
How exactly do you chose the file. Can you send a screenshot? You should just click on the picture box top left. This empties the playlist and loads the single movie. If you click add then it adds the currently selected video to the current playlist and will play it when it gets to it.

To use the bottom buttons you have to click the vlc button first otherwise its acting in mp3 mode and will control winamp.

edit..and yes thats the right skin settings. Most of the functionality is in the swf file. You need those labels to send data to the swf file.

Last edited by lambosprit; 04-02-2009 at 05:12 PM.
lambosprit is offline   Reply With Quote
Old 04-02-2009, 08:33 PM   #82
Low Bitrate
 
Join Date: Dec 2006
Posts: 64
sensibull is an unknown quantity at this point
Clicking DVDPlaylist takes me here:



Selecting a cover image opens the file folder like so:



But only when I click on the .avi file does anything happen. Then winamp video player loads (behind RR).

The VLC control buttons on the bottom are working fine, when I can load VLC, which is only by clicking vlcDVD (which loads the hardcoded file in the m3u) or running rrvlc.exe directly (which does the same).

This is all still on my primary monitor. I still can't find a command or piece of code that's supposed to send vlc to the secondary monitor though...
sensibull is offline   Reply With Quote
Old 04-02-2009, 08:38 PM   #83
Low Bitrate
 
Join Date: Dec 2006
Posts: 64
sensibull is an unknown quantity at this point
What should my settings be in the video section of RRconfig? Perhaps that's my problem...



[Edit: It's really strange. I now have all my video files correctly associated with vlc, such that if I click them outside RR, vlc loads fullscreen on the second monitor, just as I want, but I can't seem to get RR to load vlc no matter what settings I have in the config. It always loads winamp video player.]

Last edited by sensibull; 04-03-2009 at 08:36 AM.
sensibull is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 04-03-2009, 08:56 AM   #84
Variable Bitrate
 
lambosprit's Avatar
 
Join Date: Sep 2006
Location: UK
Posts: 447
lambosprit is on a distinguished road
Sorry but this is my last post before holidays so hope it works. Will be back in two weeks.

RRVLC loads any file that is of a type listed in the video extension list in RR .ini so it should load avi files only in your case (from your screen shot of rrconfig).

I think that it doesn't matter whether the name is the same as the cover art. It certainly mattered in the first versions i.e. your cover art says "A Charlie Brown Christmas" but your avi is wpi-charliebrownxmas.avi. It used to just strip off the last .jpg and add avi but I thought I'd changed that. Anyway its worth a try. (If I get a chance I'll try to check the code before I leave)

Lastly theres no setting to send the RRVLC to the second screen. I have to use my graphics card features to keep RRVLC starting on the other screen. I may be able to do something about that later as I understand programing better now (RRVLC was my first vb app)

Hope that all helps, if not I'm back in two weeks.
lambosprit is offline   Reply With Quote
Old 04-03-2009, 09:39 AM   #85
Low Bitrate
 
Join Date: Dec 2006
Posts: 64
sensibull is an unknown quantity at this point
Thanks. I understand you won't be responding... just adding my thoughts while they're fresh.

I tried changing the cover image to same name as .avi file. Still no dice. It seems clear to me that the problem lies in the way videobrowswer1 sends a file to the playlist. I uninstalled winamp and reinstalled with no video options, and selecting an .avi in videobrowswer1 adds it to the **winamp** playlist but nothing happens now (because winamp has no video support).

I know you must be tired of the hand-holding. Don't worry about responding. Like I said, I'm just documenting my problems in case it might help others. I'll get it working somehow, someway
sensibull is offline   Reply With Quote
Old 04-20-2009, 06:46 PM   #86
Newbie
 
Join Date: Apr 2009
Posts: 23
TheCustomizer is an unknown quantity at this point
does this mean i can now play dvds in RR?
TheCustomizer is offline   Reply With Quote
Old 04-21-2009, 06:30 AM   #87
Variable Bitrate
 
lambosprit's Avatar
 
Join Date: Sep 2006
Location: UK
Posts: 447
lambosprit is on a distinguished road
@sensibull. Did you manage to get it working then? I checked the code and it should load any video or audio file type defined in your rr.ini. It loads either a whole directory or individual file depending on what you send through VLC1MOVIENAME (this is done by the flash skin in Ultimate). Did you check the debug log?

@TheCustomizer. In theory yes. You would have to set the file type in rr.ini to include vob types and send the full path to the dvd drive. I haven't tried this so no guarantees but it should work.
lambosprit is offline   Reply With Quote
Old 04-21-2009, 06:33 AM   #88
Newbie
 
Join Date: Apr 2009
Posts: 23
TheCustomizer is an unknown quantity at this point
in the vlc client i can run dvds from a folder . maybe you could add that feature
TheCustomizer is offline   Reply With Quote
Old 04-22-2009, 07:09 AM   #89
Variable Bitrate
 
lambosprit's Avatar
 
Join Date: Sep 2006
Location: UK
Posts: 447
lambosprit is on a distinguished road
its already there. As I said you need to add vob to your rr config but then just send the directory and it will load all the files and run them
lambosprit is offline   Reply With Quote
Old 04-22-2009, 04:48 PM   #90
Low Bitrate
 
Join Date: Dec 2006
Posts: 64
sensibull is an unknown quantity at this point
Quote: Originally Posted by lambosprit View Post
@sensibull. Did you manage to get it working then?

I'm afraid not. I ended up going another route (see this thread), but I will probably take another crack at this sooner or later, as my solution has very poor iGuidance integration.

I'm sure it's something I am doing wrong. I'm still very new to RR.
__________________
Portecho: Entertainment Technology News, Reviews and How-to's
sensibull 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
Custom Indicator Bug JohnWPB RR Bug Tracker 4 03-27-2008 06:10 PM
pc reboot on sd startup duanes7 StreetDeck 3 12-14-2007 09:55 AM
IRMAN plugin knyarko StreetDeck 3 01-05-2007 09:26 PM
How do I use the Base plugin sources ? guino RR FAQ 1 04-24-2006 04:43 PM
Winamp LCD display plugin / IRMan plugin - together? Jarrod Software & Software Development 9 06-03-2002 06:39 AM



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