Page 3 of 8

Re: nYouTubeHD3D extended

Posted: Sun Jun 30, 2013 10:31 am
by tomt6100
I am still looking into that

Re: nYouTubeHD3D extended

Posted: Thu Jul 04, 2013 1:28 am
by twbolek2
tomt6100 wrote:I am still looking into that
Great, thank you very much. Thanks to your modifications this player became really useful and powerful, and the search results issue is actually the only problem remaining.

Keep up the good work!

Re: nYouTubeHD3D extended

Posted: Fri Aug 30, 2013 1:54 am
by twbolek2
tomt6100 wrote:I am still looking into that
I guess it would be naive to still expect an updated version....?

Re: nYouTubeHD3D extended

Posted: Fri Sep 06, 2013 4:39 am
by twbolek2
All YouTube clients (both the official one and all modifications) on C series have just stopped working. All you get is "No search results". Any solution?

Re: nYouTubeHD3D extended

Posted: Fri Sep 06, 2013 5:36 am
by zeninguem
I noticied too, ATM im using PLEX app to see Youtube videos, but the latest version (v1.005 for C series) is painfully slow. Perhaps exits another solution for this.

Re: nYouTubeHD3D extended

Posted: Fri Sep 06, 2013 8:46 am
by mick80
There you go. I've restored the search function but I've also noticed that most videos now return the timecode 0:00:00 both while using the search feature and when displaying the results of the different subcategories. I haven't checked but they might not be playing.

Re: nYouTubeHD3D extended

Posted: Sat Sep 07, 2013 8:22 pm
by demaciado
Video duration can be recovered by replacing

Code: Select all

if ( videoType.indexOf("mp4") > -1  ) {
with

Code: Select all

if ( videoType.indexOf("mp4") > -1  || videoType.indexOf("3gp")>-1 ) {
in file ucc.js ...

Now, only TV library is not working...

Re: nYouTubeHD3D extended

Posted: Sun Sep 08, 2013 10:27 am
by mick80
Thanks Demaciado. Here it is.

Re: nYouTubeHD3D extended

Posted: Mon Sep 09, 2013 7:21 pm
by karnakio
demaciado wrote:Video duration can be recovered by replacing

Code: Select all

if ( videoType.indexOf("mp4") > -1  ) {
with

Code: Select all

if ( videoType.indexOf("mp4") > -1  || videoType.indexOf("3gp")>-1 ) {
in file ucc.js ...

Now, only TV library is not working...
With this modification, the app works like a charm. Thanks! But when i login in InternetTV and enter in app to view my channels subscriptions, the screen is empty.

Re: nYouTubeHD3D extended

Posted: Tue Sep 10, 2013 3:15 pm
by aktuls2
OH CRAP! Shits just hit the fan...
I also had the Youtube problem, not able to see the videos, nothing... the default widget wouldnt do nothing.
Removed the widget, whipped up the nYouTubeHD3Dv13.zip widget from this thread to my XAMPP, seemingly succesfull install of the widget BUT...
Big BUT... now the TV (C7705, 2010 model) reboots itself every couple of minutes! Internet@TV is unaccessible too.
What now? What went wrong and any advice how to recover from this situation? I have rooted the TV and have had SamyGO extensions running for few years.

Looks like FTP'ing and SSH is available... widgets/YouTubeHD -folder exist... what to delete, or just upgrade FW to safety?