Sponsored links

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


Reply
 
Share Thread Tools Display Modes
Old 08-21-2008, 03:22 PM   #46
Variable Bitrate
 
lambosprit's Avatar
 
Join Date: Sep 2006
Location: UK
Posts: 447
lambosprit is on a distinguished road
I had a go at embedding this app in Freedom ultimate and it works fine. You will still need the files I posted previously but if you also add the following it will work embedded

Add
&mainbut15=VlcDVD@icons\dvd.png@LOAD;vlc.skin;RUN; C:\program files\carputer\road runner\rrvlc.exe;RRVLCscrn1;",""&
to your menu.txt file (dont forget to ammend the button number and path to your setup

add the skin file to your ultimate skin folder.

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

EDIT - added new updated file to post 35 which now contains all files and read me on how to install

Last edited by lambosprit; 08-26-2008 at 06:07 PM. Reason: amended for new rrvlc version
lambosprit is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 08-22-2008, 12:02 AM   #47
FLAC
 
Sal R.'s Avatar
 
Join Date: Aug 2006
Location: Sun Diego
Posts: 1,407
Sal R. is an unknown quantity at this point
I just can't seem to get this to work. I've followed the instructions above w/ no success.

Here's the error I keep getting when using the button code to load a movie w/ the BMV sample skin you provided.



rrvlc.ini:
Code:
[General] # Tells RRvlc if it should run in single or twin screen mode. MultiScreen=False [Screen1Settings] Height=480 Width=800 #Sets the root path for screen 1 audio/video files BasePath=C:\Documents and Settings\Sal\My Documents\My Videos\ #Sets the directx audio device to use for screen 1 (must be an integer i.e. 1 or 2 etc) AudioDevice=2 #sets the default playlist file name. This can be reset and new playlists loaded using VLC1ACTION=LOADPLAYLIST # and VLC1PLAYLIST=playlist name. The file must exist in the folder where rrvlc is. DefaultPlaylist=RRvlc.m3u [Screen2Settings] Height=480 Width=800 #Sets the root path for screen 2 audio/video files BasePath= #Sets the directx audio device to use for screen 2 (must be an integer i.e. 1 or 2 etc) AudioDevice=3 #sets the default playlist file name. This can be reset and new playlists loaded using VLC2ACTION=LOADPLAYLIST # and VLC2PLAYLIST=playlist name. The file must exist in the folder where rrvlc is. DefaultPlaylist=RRvlc2.m3u

I've tried it w/ and w/o the base path and just partial/full paths to the movie, but it just won't play...
__________________
Pico-ITX / nLite'd XP Pro with EWF-HORM / RR v9/22/2009 / Winamp v5.13 / RRMedia v1.2.2

Last edited by Sal R.; 08-22-2008 at 12:32 AM.
Sal R. is offline   Reply With Quote
Old 08-22-2008, 11:08 AM   #48
Variable Bitrate
 
Erwin's Avatar
 
Join Date: Mar 2005
Posts: 301
Erwin is on a distinguished road
Quote: Originally Posted by lambosprit View Post
can you send me your ini file. I have an idea what it may be.

Here is my .ini
Attached Files
File Type: rar Ultimate_VLC.rar (19.3 KB, 46 views)
__________________
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-22-2008 at 11:15 AM.
Erwin is offline   Reply With Quote
Old 08-22-2008, 09:05 PM   #49
Variable Bitrate
 
lambosprit's Avatar
 
Join Date: Sep 2006
Location: UK
Posts: 447
lambosprit is on a distinguished road
Sal r

The latest version automatically loads and plays whatever is in the playlist file. Try following post 43 and add the full path and movie name with the baseurl not set. The movie should then play.

If it does can you post the skin file your using for me to check.
lambosprit is offline   Reply With Quote
Old 08-22-2008, 09:40 PM   #50
FLAC
 
Sal R.'s Avatar
 
Join Date: Aug 2006
Location: Sun Diego
Posts: 1,407
Sal R. is an unknown quantity at this point
I did try your suggestion on 43 and I currently do not have a basepath set.

What did work is the path to the movie in the playlist w/o the #EXTM3U for the first line.

As soon as I hit the button with the following code:

Code:
SETVAR;VLC1MOVIENAME;C:\Documents and Settings\Sal\My Documents\My Videos\Final Fantasy Vii - Advent Children\Final Fantasy Vii - Advent Children.avi||SETVAR;VLC1ADDMOVIE;add .

I get the error I posted above.
__________________
Pico-ITX / nLite'd XP Pro with EWF-HORM / RR v9/22/2009 / Winamp v5.13 / RRMedia v1.2.2
Sal R. is offline   Reply With Quote
Old 08-22-2008, 10:03 PM   #51
FLAC
 
Sal R.'s Avatar
 
Join Date: Aug 2006
Location: Sun Diego
Posts: 1,407
Sal R. is an unknown quantity at this point
Seeing as I got this far, adding movies to the playlist via "ADDTOFILE," then restarting rrvlc updates the playlist and the movies play.

Also, despite setting the height & width, it does not change the resolution of the rrvlc window and it can't be resized.
__________________
Pico-ITX / nLite'd XP Pro with EWF-HORM / RR v9/22/2009 / Winamp v5.13 / RRMedia v1.2.2
Sal R. is offline   Reply With Quote
Old 08-23-2008, 11:36 AM   #52
Variable Bitrate
 
lambosprit's Avatar
 
Join Date: Sep 2006
Location: UK
Posts: 447
lambosprit is on a distinguished road
Quote: Originally Posted by Sal R. View Post
Seeing as I got this far, adding movies to the playlist via "ADDTOFILE," then restarting rrvlc updates the playlist and the movies play.

Also, despite setting the height & width, it does not change the resolution of the rrvlc window and it can't be resized.

I've created a debug version. Its not much but it might help.

Add the following to you rrvlc.ini file under [General]
Debug=True

Then unzip the attached file.

Last edited by lambosprit; 08-23-2008 at 03:30 PM.
lambosprit is offline   Reply With Quote
Old 08-23-2008, 11:38 AM   #53
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
Here is my .ini

Erwin. Can you post your RRVLC.ini file. Its not in the zip file
lambosprit is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 08-23-2008, 11:46 AM   #54
FLAC
 
Sal R.'s Avatar
 
Join Date: Aug 2006
Location: Sun Diego
Posts: 1,407
Sal R. is an unknown quantity at this point
The RRVLC.exe w/ debug is working, but it's still not sizing properly. How do I get it view full screen?

__________________
Pico-ITX / nLite'd XP Pro with EWF-HORM / RR v9/22/2009 / Winamp v5.13 / RRMedia v1.2.2

Last edited by Sal R.; 08-23-2008 at 11:57 AM.
Sal R. is offline   Reply With Quote
Old 08-23-2008, 03:42 PM   #55
Variable Bitrate
 
lambosprit's Avatar
 
Join Date: Sep 2006
Location: UK
Posts: 447
lambosprit is on a distinguished road
Quote: Originally Posted by Sal R. View Post
The RRVLC.exe w/ debug is working, but it's still not sizing properly. How do I get it view full screen?


from your screen shot it doesn't look like its embedded properly (the screen name to capture is RRVLCscrn1). Full screen is got by double clicking on it but it will go full screen not just 800*480.

Heres another debug version with output for hieght and width found.
Attached Files
File Type: rar RRvlc_debug.rar (21.7 KB, 17 views)
lambosprit is offline   Reply With Quote
Old 08-24-2008, 01:43 PM   #56
Variable Bitrate
 
Erwin's Avatar
 
Join Date: Mar 2005
Posts: 301
Erwin is on a distinguished road
Quote: Originally Posted by lambosprit View Post
Erwin. Can you post your RRVLC.ini file. Its not in the zip file

2nd attempt
Attached Files
File Type: rar RRvlc.rar (141 Bytes, 26 views)
__________________
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-25-2008, 03:44 PM   #57
FLAC
 
Sal R.'s Avatar
 
Join Date: Aug 2006
Location: Sun Diego
Posts: 1,407
Sal R. is an unknown quantity at this point
Any plans on enabling VLC to remember video position once exitting the player?
__________________
Pico-ITX / nLite'd XP Pro with EWF-HORM / RR v9/22/2009 / Winamp v5.13 / RRMedia v1.2.2
Sal R. is offline   Reply With Quote
Old 08-25-2008, 03:50 PM   #58
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
2nd attempt

ok. Still not sure. I noticed you've added a Path setting. This does nothing.Its actually BasePath.However the BasePath setting adds to your text in the playlist file so what you'd be asking rrvlc to look for is d:\tmp\d:\temp\test.avi.

There are very few reasons for using the BasePath setting when using RoadRunner skinning. I only put it in there because it was a feature of the dll I am using. For normal skinning you would use the DLPATH and DLTEXT in combination to get the path to the file or directory you want to play. RR never gives you a relative path, its always an absolute path so the BasePath feature of rrvlc is normally redundant.

Does that make sense?

Anyway I have made an even more verbose debug exe. Just add Debug=True to your RRVLC.ini under the [General] section. It creates a debug log file in your rrvlc directory and pops up some message boxes when things are really important.

I've added it to the first post.

I've added some new features as well.
lambosprit is offline   Reply With Quote
Old 08-26-2008, 01:49 PM   #59
Variable Bitrate
 
Erwin's Avatar
 
Join Date: Mar 2005
Posts: 301
Erwin is on a distinguished road
THNX! It seems to work now with the new files you posted. I can now play the files I listed in the RRvlc.m3u file. You forgot to put '[' and ']' around general in the RRvlc.ini file. I'm also getting the following error when I exit RR: Run-time error '-2147417848 (80010108)': Automation error.

I'm now trying to integrate VLC player into the Ultimate skin as you describe in post #46. I put the VLC.ini into the ultimate skin map and I added the following text string into the menu.txt:
&mainbut2=VlcDVD@icons\dvd.png@LOAD;vlc.skin;RU N; C:\program files\road runner\rrvlc.exe;RRVLCscrn1;",""&

When I press the second menu button some kind of transparent background (same as post #54) appears but RRvlc does not start. Any idea what causes this problem?
__________________
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-26-2008 at 02:05 PM.
Erwin is offline   Reply With Quote
Old 08-26-2008, 04:01 PM   #60
Variable Bitrate
 
lambosprit's Avatar
 
Join Date: Sep 2006
Location: UK
Posts: 447
lambosprit is on a distinguished road
Hurray. Somebody has it working. Great.

I will correct the ini file. (I was testing what happens when its goes wrong)
The automation run time error is when roadrunner closes and rrvlc cannot talk to it. Its a vb6 thing that I haven't found out how to fix. If anyone has any ideas they would e greatly received.

For the ultimate problems.

First the RRvlc.ini should be in the same place as your rrvlc.
If you still have the files in your play list that worked then it should load them and start playig without needing to do anything.

what does the debug log say. It should have output matching the time you pressed your menu2 button.

I will also check it still works for me as I have made some changes.
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 04:09 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