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.
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
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.
BASSRR ==> [Audio Player/MusicDB/Cd Player/Ripper/Rate/Internet Radio/Audio Capture/Youtube Video]
RRTube ==> [View/Download Youtube Videos]
WifiMan ==> [Wifi Manager]
RRec ==> [Audio Capture]
If You Want To Be Given Everything, Give Everything Up ...
Bird York -- In The Deep --
No! No issues at all, just was asking was allI 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
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)
Whoever downloaded the test dll redownload again, fullscreen mode is improved,(i uploaded the wrong dll)Code:"YT_FW" "YT_RW" "YT_Fullscreen"
BASSRR ==> [Audio Player/MusicDB/Cd Player/Ripper/Rate/Internet Radio/Audio Capture/Youtube Video]
RRTube ==> [View/Download Youtube Videos]
WifiMan ==> [Wifi Manager]
RRec ==> [Audio Capture]
If You Want To Be Given Everything, Give Everything Up ...
Bird York -- In The Deep --
Ok, just ran into a slight problemYour 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
Indeed, looking at the new source, the function has changed, from SetSlider to ReturnSlider. try this.
BASSRR ==> [Audio Player/MusicDB/Cd Player/Ripper/Rate/Internet Radio/Audio Capture/Youtube Video]
RRTube ==> [View/Download Youtube Videos]
WifiMan ==> [Wifi Manager]
RRec ==> [Audio Capture]
If You Want To Be Given Everything, Give Everything Up ...
Bird York -- In The Deep --
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
already done sir.
BASSRR ==> [Audio Player/MusicDB/Cd Player/Ripper/Rate/Internet Radio/Audio Capture/Youtube Video]
RRTube ==> [View/Download Youtube Videos]
WifiMan ==> [Wifi Manager]
RRec ==> [Audio Capture]
If You Want To Be Given Everything, Give Everything Up ...
Bird York -- In The Deep --
Small correction.... Those are two different functions,Indeed, looking at the new source, the function has changed, from SetSlider to ReturnSlider. try this
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
thanks for the info..
BASSRR ==> [Audio Player/MusicDB/Cd Player/Ripper/Rate/Internet Radio/Audio Capture/Youtube Video]
RRTube ==> [View/Download Youtube Videos]
WifiMan ==> [Wifi Manager]
RRec ==> [Audio Capture]
If You Want To Be Given Everything, Give Everything Up ...
Bird York -- In The Deep --
Bookmarks