Page 9 of 22 FirstFirst 12345678910111213141516171819 ... LastLast
Results 81 to 90 of 217

Thread: RRTubeEx [Youtube Plugin]

  1. #81
    Super Moderator
    Auto Apps:loading...
    JohnWPB's Avatar
    Join Date
    Sep 2005
    Location
    West Palm Beach, Florida
    Posts
    4,658
    Blog Entries
    1
    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 DFX5.1 Skin Available in the Mobile App Mart

    My Fiero Build Thread

  2. #82
    FLAC
    Auto Apps:loading...
    EL CAMINO's Avatar
    Join Date
    Jul 2005
    Location
    upland california us
    Posts
    1,216
    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.

  3. #83
    Super Moderator
    Auto Apps:loading...
    JohnWPB's Avatar
    Join Date
    Sep 2005
    Location
    West Palm Beach, Florida
    Posts
    4,658
    Blog Entries
    1
    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 DFX5.1 Skin Available in the Mobile App Mart

    My Fiero Build Thread

  4. #84
    FLAC
    Auto Apps:loading...
    EL CAMINO's Avatar
    Join Date
    Jul 2005
    Location
    upland california us
    Posts
    1,216
    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)

  5. #85
    Super Moderator
    Auto Apps:loading...
    JohnWPB's Avatar
    Join Date
    Sep 2005
    Location
    West Palm Beach, Florida
    Posts
    4,658
    Blog Entries
    1
    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 DFX5.1 Skin Available in the Mobile App Mart

    My Fiero Build Thread

  6. #86
    FLAC
    Auto Apps:loading...
    EL CAMINO's Avatar
    Join Date
    Jul 2005
    Location
    upland california us
    Posts
    1,216
    Indeed, looking at the new source, the function has changed, from SetSlider to ReturnSlider. try this.

  7. #87
    Super Moderator
    Auto Apps:loading...
    JohnWPB's Avatar
    Join Date
    Sep 2005
    Location
    West Palm Beach, Florida
    Posts
    4,658
    Blog Entries
    1
    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 DFX5.1 Skin Available in the Mobile App Mart

    My Fiero Build Thread

  8. #88
    FLAC
    Auto Apps:loading...
    EL CAMINO's Avatar
    Join Date
    Jul 2005
    Location
    upland california us
    Posts
    1,216
    already done sir.

  9. #89
    The Curator
    Auto Apps:loading...
    Blue ZX3's Avatar
    Join Date
    Aug 2004
    Location
    Chicago area,IL
    Posts
    4,849
    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.

    Current Project: DFXVoice [Beta Released]
    Next in line: RRMedia v2.0

    DFX 5.1.1 Skin
    Appstore Link

    My RideRunner Plugins
    RRMedia
    RRExtended
    DFXVoice

  10. #90
    FLAC
    Auto Apps:loading...
    EL CAMINO's Avatar
    Join Date
    Jul 2005
    Location
    upland california us
    Posts
    1,216
    thanks for the info..

Similar Threads

  1. Replies: 15
    Last Post: 12-04-2009, 04:47 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •