Sponsored links

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


Reply
 
Share Thread Tools Display Modes
Old 06-05-2008, 06:51 PM   #31
Variable Bitrate
 
lambosprit's Avatar
 
Join Date: Sep 2006
Location: UK
Posts: 447
lambosprit is on a distinguished road
Although I've called it a plugin its not in the true sense so you dont have to put the x,somthing but anywhere.

I run it on a seperate screen so its not embeded but it should be possible like any other app.

Did you check you have the axvlc.dll in your videolan directory?

You need to open rrvlc.exe before the bmv2 skin i posted will work. the easiest is to open rrvlc which should start road runner and then press the video button. Dont forget to put a video filename in the rr_vlc.skin.
lambosprit is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 06-05-2008, 07:54 PM   #32
Maximum Bitrate
 
Join Date: Dec 2007
Posts: 738
brandensin is an unknown quantity at this point
OK.. I AM POSTING MY FILES..
Could you take look at them..

first ini file..

[General]
Path=G:\download

[Screen1Settings]
Height=480
Width=800


second, skin file,

MEDIACAR Skin
MEDIACAR RRVLC Skin
exdvd_off.jpg,exdvd_off.jpg,exdvd_on.jpg,exdvd_dow n.jpg

/, B, x, y, w, h, Command;COMMANDCODES, Tooltip
B13,18,0,67,86,"SETVAR;VLC1ACTION;MUTE","Mute"
B02,85,0,66,86,"SETVAR;VLC1ACTION;VOLDOWN","Volume-"
B01,151,0,64,86,"SETVAR;VLC1ACTION;VOLUP","Volume+ "
B03,235,0,67,80,"SETVAR;VLC1MOVIENAME;G:\download\ TEST.AVI||SETVAR;VLC1ADDMOVIE;add","add movie"
B11,235,80,67,75,"Sendkey;LT","Title Menu"
B09,325,75,62,78,"SETVAR;VLC1ACTION;PREV","Prev"
B05,387,75,66,78,"SETVAR;VLC1ACTION;SLOW","Slow"
B07,453,75,62,78,"SETVAR;VLC1ACTION;STOP","Stop"
B06,516,75,66,78,"SETVAR;VLC1ACTION;PLAY","Play"
B08,582,75,66,78,"SETVAR;VLC1ACTION;FAST","Right"
B10,648,75,61,78,"SETVAR;VLC1ACTION;NEXT","Next"
B12,730,77,68,86,"EXIT","Exit"

/, S, x, y, w, h, x1, y1, w1, h1, O, Style, Pointer file path, h2, Code;SLIDERCODES, Tooltip
S01,15,118,191,29,015,118,191,029,H,01,"POINTER2.g if",013,"MASTER","Master"

/, L, x, y, w, h, color R;RGB, G, B, font size;FONT, font name, Code;LABELCODES, Tooltip;LABELALIGNMENT
L05,128,100,70,17,255,255,255,13,"Arial Narrow:B","VOLUME","Volume"
L07,570,10,120,20,255,255,255,18,"Arial Narrow:B","TIME","Time"
L08,570,40,120,20,255,255,255,18,"Arial Narrow:B","DATE","Date"

/, I, x, y, w, h, Code;INDICATORCODES
I01,51,30,24,31,"CUSTOMVLC1MUTE:b"

END
brandensin is offline   Reply With Quote
Old 06-06-2008, 05:24 PM   #33
Variable Bitrate
 
lambosprit's Avatar
 
Join Date: Sep 2006
Location: UK
Posts: 447
lambosprit is on a distinguished road
Thanks for that. It's given me some more ideas about the problem

1st. you have a space between download\ and the test.avi.you need to remove it.

2nd. Remove the path setting from your ini file .You either have to have the path set or remove the c:\download\ from the skin file. If you have the path set you need a \ at the end.

3rd I didn't explain properly about how the bmv2 screen I supplied works. once you open it you have to click on the eye first. this loads the movie and runs it. Then the other buttons will do stuff.

so remove the space and path, open rrvlc (road runner opens), click video , then eye and the movie will play.

Hope it all works now

Last edited by lambosprit; 06-07-2008 at 06:22 PM.
lambosprit is offline   Reply With Quote
Old 06-12-2008, 01:45 AM   #34
Newbie
 
Join Date: Nov 2006
Posts: 31
grnLude is an unknown quantity at this point
any updates on the update for "FU"???
__________________
(\__/)
(='.'=)This is Bunny. Copy and paste bunny into your
(")_(")signature to help him gain world domination.
grnLude is offline   Reply With Quote
Old 06-17-2008, 07:29 PM   #35
Variable Bitrate
 
lambosprit's Avatar
 
Join Date: Sep 2006
Location: UK
Posts: 447
lambosprit is on a distinguished road
RRvlc Freedom Ultimate
************************************************** ************************
--------------------------------------------------------------------------
Ok. As requested here is my first attempt at a skin for freedom ultimate.

Its in two parts
First I have replaced the bottom.swf to allow for controlling RRVLC from any screen. Just click on the DVD symbol and you can then control RRVLC.
The dvd symbol will be replaced with vlc text.

The second part is a new screen called videobrowserart.swf. This allows you to view your avi's and select for playing in RRVLC.
It will only play file formats listed in your video and audio file types set in RoadRunner config.
Clicking on the albumart will clear the current playlist and play the selected film or contents of the directory selected.
Selecting a film and clicking add adds it to the playlist.
In the top right you will see scrn1. Clicking this will take you to scrn2.
This is for running two independant vlc's (I have this but haven't been able to test out the audio being on seperate channels yet)

Installation.
-------------------------------------------------------------------------
Unzip the rar file to your ultimate skin directory.
Add the following to all your skin files where you want to control rrvlc (I suggest at least adding it to menu.skin).
They allow the bottom.swf file to know the current status of rrvlc for mute, volume and playing/stopped etc.

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","CUSTOMVLC1STATUS"

You should also have the following line
L,0,0,0,0,0,0,0,0,"arial","RRSCREEN",
This allows the exit button to correctly control what to do rather than just close RR.

In the skin.ini file in the ultimate skin directory add the following line
&DVDplayer=VLC&
&DVDPATH=Your video folder path eg. C:\temp\my_videos\& (you must have the \& on the end)


In the rrscreens.txt add the following line
&screenvideo_browser1=Video Art Browser&

Now decide if you want RRvlc embedded or standalone.

For standalone
---------------------
In the menu.txt file add the following (adjust the mainbut number to match your setup)
this adds a button to show the playlist videoart browser.
&mainbut25=DVDPlaylist@icons\files.png@LOAD;vid eo_ browser1.skin;&

this allows RRVLC to be started from RoadRunner but standalone.
&mainbut15=VlcDVD@icons\dvd.png@RUN;C:\program files\carputer\road runner\rrvlc.exe;",""&


If the video path isn't successful in being set try editing the video_browser1.skin file and changing the
SD,02,2,130,120,"DEFAULT"
/,"*.*",True
lines replacing the "DEFAULT" with your videopath eg
SD,02,2,130,120,"C:\temp\my_videos\","*.*",True

for embedded
---------------------
In the menu.txt file add the following (adjust the mainbut number to match your setup)
this adds a button to show the playlist videoart browser.
&mainbut25=DVDPlaylist@icons\files.png@LOAD;vid eo_ browser1.skin;&

This button starts RRVLC embeded in RoadRunner
&mainbut15=VlcDVD@icons\dvd.png@LOAD;vlc.skin;RUN; C:\program files\road runner\rrvlc.exe;RRVLCscrn1;",""&
to your menu.txt file.

change your rrvlc.ini to be
Height=740
Width=1200

Thats it and good luck
Attached Files
File Type: rar RRVLC-Ultimate.rar (187.6 KB, 72 views)

Last edited by lambosprit; 04-01-2009 at 06:19 PM. Reason: amended for new rrvlc version
lambosprit is offline   Reply With Quote
Old 08-12-2008, 04:57 PM   #36
Newbie
 
Join Date: Apr 2007
Posts: 20
PeterK2003 is an unknown quantity at this point
Anyone get this to work with digitalfx 4.0?
PeterK2003 is offline   Reply With Quote
Old 08-13-2008, 03:04 PM   #37
Variable Bitrate
 
Erwin's Avatar
 
Join Date: Mar 2005
Posts: 301
Erwin is on a distinguished road
I don't even get it working in the Ultimate skin

I do not have a skin.ini in the Ultimate map. I made one myself. I also do not have a rrscreens.txt in the skin map of Ultimate. I also made a rrscreen.txt my self. But I can't get it to work. Can you post a complete skin as a working example?

I think it also helps to write a short manual in the opening post and add all files you need in the first post.

BTW: Did anyone get this VLC plug in running?
__________________
Hardware: Via Epia M10000, 512MB DDR RAM, 3,5" 40 Gig HD, slimline DVD-ROM & CD-R/RW, M1-ATX (PSU).
Software: Roadrunner, Mapmonkey/Freedrive

My Car PC project
FD & MM voices

Last edited by Erwin; 08-13-2008 at 04:22 PM.
Erwin is offline   Reply With Quote
Old 08-20-2008, 01:54 PM   #38
Variable Bitrate
 
lambosprit's Avatar
 
Join Date: Sep 2006
Location: UK
Posts: 447
lambosprit is on a distinguished road
VERSION2 released.

I've been slowly working on this to get it where I want it to be and now I have everything I need so thought I would do another release.

I have just used this cotinuously for a three week holiday and it worked flawlessly but I haven't heard if anyone else is actually using it or got it working. It would be great to hear if someone has because its quite depressing to just hear about it not working.

I am very willing to help anyone getting this working so please just contact me and i will give help.

I have seen that brandensin has embedded the vlc program into rr and used the hotkeys to control it. The problem I found with this is that its hard to load files and there is no playlist functionality. If these issues aren't a problem for you the I recommend this method instead of my plugin. see http://www.mp3car.com/vbulletin/road...73-mpc-rr.html post 10.

I have also posted skins for BMV and freedom ultimate in the thread. It would be good to know if anyone has these working.
lambosprit is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 08-20-2008, 02:02 PM   #39
Variable Bitrate
 
lambosprit's Avatar
 
Join Date: Sep 2006
Location: UK
Posts: 447
lambosprit is on a distinguished road
Quote: Originally Posted by Erwin View Post
I don't even get it working in the Ultimate skin

I do not have a skin.ini in the Ultimate map. I made one myself. I also do not have a rrscreens.txt in the skin map of Ultimate. I also made a rrscreen.txt my self. But I can't get it to work. Can you post a complete skin as a working example?

I think it also helps to write a short manual in the opening post and add all files you need in the first post.

BTW: Did anyone get this VLC plug in running?

Hi sorry to hear its not working.

For RRVLC to work you must have the parameters I listed in post 35 in your skin.ini and rrscreens.txt. I have attached my two files for you but you will have to adjust the DVD PATH to your own settings in the skin.ini. Please tell me if it works for you and if not just contact me.
Attached Files
File Type: rar skins.rar (581 Bytes, 49 views)
lambosprit is offline   Reply With Quote
Old 08-20-2008, 02:03 PM   #40
Variable Bitrate
 
lambosprit's Avatar
 
Join Date: Sep 2006
Location: UK
Posts: 447
lambosprit is on a distinguished road
Quote: Originally Posted by PeterK2003 View Post
Anyone get this to work with digitalfx 4.0?

I tried installing digitalfx but it blew my disk space so didn't manage it. Could have another go if you want.
lambosprit is offline   Reply With Quote
Old 08-20-2008, 02:05 PM   #41
THE EXPERIMENTER
 
carputer1's Avatar
 
Join Date: Sep 2007
Location: UK,Surrey
Posts: 1,358
carputer1 will become famous soon enough
ok downloading will let you know
__________________
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 offline   Reply With Quote
Old 08-20-2008, 03:23 PM   #42
Variable Bitrate
 
Erwin's Avatar
 
Join Date: Mar 2005
Posts: 301
Erwin is on a distinguished road
I copied both files into the Ultimate map, but I can't get it to work. I don't know what goes wrong.

Strange thing is that I hadn't any skin.ini and RRscreens.txt in the ultimate map. I may have an older version of the skin which isn't compatible? Is it possible to upload the complete ultimate skin since I can not find any download link for this skin anymore.
__________________
Hardware: Via Epia M10000, 512MB DDR RAM, 3,5" 40 Gig HD, slimline DVD-ROM & CD-R/RW, M1-ATX (PSU).
Software: Roadrunner, Mapmonkey/Freedrive

My Car PC project
FD & MM voices

Last edited by Erwin; 08-20-2008 at 03:29 PM.
Erwin is offline   Reply With Quote
Old 08-20-2008, 05:09 PM   #43
Variable Bitrate
 
lambosprit's Avatar
 
Join Date: Sep 2006
Location: UK
Posts: 447
lambosprit is on a distinguished road
Quote: Originally Posted by Erwin View Post
I copied both files into the Ultimate map, but I can't get it to work. I don't know what goes wrong.

Strange thing is that I hadn't any skin.ini and RRscreens.txt in the ultimate map. I may have an older version of the skin which isn't compatible? Is it possible to upload the complete ultimate skin since I can not find any download link for this skin anymore.

when you say it doesn't work do you get rrvlc screen opening. You should see a window with a traffic cone in it with the name rrvlcscreen1.

if you see this create a playlist file called RRvlc.m3u in your roadrunner directory. add
#EXTM3U as the first line then the name of a video file e.g.

#EXTM3U
C:\TEMP\MY_VIDEOS\16_BLOCKS\16_Blocks.avi

restart rrvlc and it should play the file.

tell me whether this works then we can work on the ultimate bit
lambosprit is offline   Reply With Quote
Old 08-21-2008, 11:50 AM   #44
Variable Bitrate
 
Erwin's Avatar
 
Join Date: Mar 2005
Posts: 301
Erwin is on a distinguished road
The VLC sreen opens and I see a traffic cone in the VLC window. The name of the window is RRvlcscrn1.

I've already created a M3u file which point to the C:\tmp\test.AVI in the Roadrunner map. When I start RRvlc, Road Runner and the RRvlcscrn starts but unfortunately no video starts to play.
__________________
Hardware: Via Epia M10000, 512MB DDR RAM, 3,5" 40 Gig HD, slimline DVD-ROM & CD-R/RW, M1-ATX (PSU).
Software: Roadrunner, Mapmonkey/Freedrive

My Car PC project
FD & MM voices
Erwin is offline   Reply With Quote
Old 08-21-2008, 03:15 PM   #45
Variable Bitrate
 
lambosprit's Avatar
 
Join Date: Sep 2006
Location: UK
Posts: 447
lambosprit is on a distinguished road
Quote: Originally Posted by Erwin View Post
The VLC sreen opens and I see a traffic cone in the VLC window. The name of the window is RRvlcscrn1.

I've already created a M3u file which point to the C:\tmp\test.AVI in the Roadrunner map. When I start RRvlc, Road Runner and the RRvlcscrn starts but unfortunately no video starts to play.

can you send me your ini file. I have an idea what it may be.
lambosprit 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 05:00 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