Sponsored links

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


Reply
 
Share Thread Tools Display Modes
Old 04-29-2009, 12:37 PM   #76
THE EXPERIMENTER
 
carputer1's Avatar
 
Join Date: Sep 2007
Location: UK,Surrey
Posts: 1,358
carputer1 will become famous soon enough
so far so good, fast search and load, i'll make some changes and try the dl'ed a video , but i'm sure its ok,

EDIT all cmds in you dl exectble work, tagtoyt works and awtoyt works, download works as long as you let the video buff up 1st , well so far in my tests it seems that way,

Cheers el can't wait to see whats next

Last edited by carputer1; 04-29-2009 at 01:06 PM.
carputer1 is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 05-15-2009, 08:29 PM   #77
FLAC
 
EL CAMINO's Avatar
 
Join Date: Jul 2005
Location: upland california us
Posts: 1,012
EL CAMINO is on a distinguished road
plugin updated to take advantage of the new feature in custom lists(Big thankyou to gunio), now all thumbnails are inside the list.
EL CAMINO is offline   Reply With Quote
Old 05-17-2009, 08:32 AM   #78
THE EXPERIMENTER
 
carputer1's Avatar
 
Join Date: Sep 2007
Location: UK,Surrey
Posts: 1,358
carputer1 will become famous soon enough
woo hoo testing time again.
carputer1 is offline   Reply With Quote
Old 07-02-2009, 12:39 AM   #79
FLAC
 
EL CAMINO's Avatar
 
Join Date: Jul 2005
Location: upland california us
Posts: 1,012
EL CAMINO is on a distinguished road
Updated version available,
EL CAMINO is offline   Reply With Quote
Old 07-02-2009, 01:16 AM   #80
THE EXPERIMENTER
 
carputer1's Avatar
 
Join Date: Sep 2007
Location: UK,Surrey
Posts: 1,358
carputer1 will become famous soon enough
cheers El works great as usual
carputer1 is offline   Reply With Quote
Old 07-03-2009, 12:49 AM   #81
Super Moderator
 
JohnWPB's Avatar
 
Join Date: Sep 2005
Location: West Palm Beach, Florida
Posts: 3,745
JohnWPB is a jewel in the roughJohnWPB is a jewel in the roughJohnWPB is a jewel in the rough
New version is working great! Thanks for the fantastic work on this!

Is there a way to display the thumbnail that is in the list to the album image when clicked on? The same way the AutoIt script worked. I would like to remove the thumbnails from the list, and when one is clicked on in the list, display the thumb elsewhere on the skin.

If I may make one suggestion... It's my fault, but it may happen to someone else.... who knows

Whenever I install a plugin, I copy the "skin" folder contents to my skin folder. Well I did that without looking, and overwrote my exectbl.ini as well as my skin.ini. May I suggest renaming the files to AddToExectblIni.txt and AddToSkinIni.txt.
__________________
Front End of Choice: Ride Runner (Is there anything else??? ) & Powered by the DigitalFX 4.0 Skin Available at www.JohnWPB.com

My Fiero Build Thread

Last edited by JohnWPB; 07-03-2009 at 12:58 AM.
JohnWPB is offline   Reply With Quote
Old 07-03-2009, 01:37 AM   #82
FLAC
 
EL CAMINO's Avatar
 
Join Date: Jul 2005
Location: upland california us
Posts: 1,012
EL CAMINO is on a distinguished road
sure thing, i can add something to the code to check if text mode is on, then use the Art Indicator to show the selected video, for now i check if iList mode is on only. your suggestion has a very good point i'll change that sorry for the issues.
EL CAMINO is offline   Reply With Quote
Old 07-03-2009, 12:48 PM   #83
Super Moderator
 
JohnWPB's Avatar
 
Join Date: Sep 2005
Location: West Palm Beach, Florida
Posts: 3,745
JohnWPB is a jewel in the roughJohnWPB is a jewel in the roughJohnWPB is a jewel in the rough
No! No issues at all, just was asking was all I did some creative skin coding with some buttons on the YouTube screen

By tapping the Full screen and back buttons, you can toggle between the 2 seamlessly.

Is there a command that can be used to stop the YouTube video playback?

I still have to clean the skins up, align things and such, but here is how it is starting to look:





__________________
Front End of Choice: Ride Runner (Is there anything else??? ) & Powered by the DigitalFX 4.0 Skin Available at www.JohnWPB.com

My Fiero Build Thread
JohnWPB is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 07-04-2009, 08:07 PM   #84
FLAC
 
EL CAMINO's Avatar
 
Join Date: Jul 2005
Location: upland california us
Posts: 1,012
EL CAMINO is on a distinguished road
test this for fullscreen, i added a pause command, works just like audio player, if selected video is playing and you click on "YT_Play" video will pause. if selected video is not playing will load the video.(still testing this part)

Code:
"YT_FW" "YT_RW" "YT_Fullscreen"

Whoever downloaded the test dll redownload again, fullscreen mode is improved,(i uploaded the wrong dll)

Last edited by EL CAMINO; 07-13-2009 at 11:47 AM.
EL CAMINO is offline   Reply With Quote
Old 07-12-2009, 03:18 AM   #85
Super Moderator
 
JohnWPB's Avatar
 
Join Date: Sep 2005
Location: West Palm Beach, Florida
Posts: 3,745
JohnWPB is a jewel in the roughJohnWPB is a jewel in the roughJohnWPB is a jewel in the rough
Ok, just ran into a slight problem Your YouTube plugin is preventing sliders in any other extension plugin from working

You probably just used the old Extension example source code. Quite a few changes were made to help prevent plugins from interfering with each other.

In your plugin source, in the sliders section, you need to make sure you have this line:

'This tells RR that the Slider was not processed in this plugin
ReturnSlider = -1

You may have something that looks like this if it is older code:

ReturnSlider = 1000! * Val(Format(Time, "SS"))
__________________
Front End of Choice: Ride Runner (Is there anything else??? ) & Powered by the DigitalFX 4.0 Skin Available at www.JohnWPB.com

My Fiero Build Thread
JohnWPB is offline   Reply With Quote
Old 07-12-2009, 10:14 AM   #86
FLAC
 
EL CAMINO's Avatar
 
Join Date: Jul 2005
Location: upland california us
Posts: 1,012
EL CAMINO is on a distinguished road
Indeed, looking at the new source, the function has changed, from SetSlider to ReturnSlider. try this.

Last edited by EL CAMINO; 07-13-2009 at 11:47 AM.
EL CAMINO is offline   Reply With Quote
Old 07-12-2009, 11:36 AM   #87
Super Moderator
 
JohnWPB's Avatar
 
Join Date: Sep 2005
Location: West Palm Beach, Florida
Posts: 3,745
JohnWPB is a jewel in the roughJohnWPB is a jewel in the roughJohnWPB is a jewel in the rough
That fixed it, I would go ahead and update the first post with that .dll, before others start pulling their hair out as I did hahah.

So many little things have changed over the past year it's hard to keep track! All in all though, the YouTube plugin is working perfectly now!
__________________
Front End of Choice: Ride Runner (Is there anything else??? ) & Powered by the DigitalFX 4.0 Skin Available at www.JohnWPB.com

My Fiero Build Thread
JohnWPB is offline   Reply With Quote
Old 07-13-2009, 01:38 AM   #89
The Curator
 
Blue ZX3's Avatar
 
Join Date: Aug 2004
Location: Chicago area,IL
Posts: 3,565
Blue ZX3 will become famous soon enoughBlue ZX3 will become famous soon enough
Quote:
Indeed, looking at the new source, the function has changed, from SetSlider to ReturnSlider. try this

Small correction.... Those are two different functions,
The ReturnSlider is used to set a slider from the PI
The SetSlider is used to set something inside the PI..ie video position.

And your PI should have both regardless if U use it or not..
__________________
RideRunner...The #1 FE, PERIOD.

RR Media >>HERE <<

RRExtended Plugin
Updated RR Config (Current Ver 1.0.2.0)
Old RR Versions
Complete CFX PSD Set
RRSkinEditor v.76c
DFX Btn Editor
Blue ZX3 is offline   Reply With Quote
Old 07-13-2009, 02:09 AM   #90
FLAC
 
EL CAMINO's Avatar
 
Join Date: Jul 2005
Location: upland california us
Posts: 1,012
EL CAMINO is on a distinguished road
thanks for the info..
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




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