Search found 10 matches
- Thu Sep 26, 2013 10:15 pm
- Forum: [C] Software
- Topic: nYouTubeHD3D extended
- Replies: 71
- Views: 110028
Re: nYouTubeHD3D extended
nYoutube is broken again. The player doesn't work. What a pity!
- Sat Sep 14, 2013 3:33 am
- Forum: [C] Software
- Topic: nYouTubeHD3D extended
- Replies: 71
- Views: 110028
Re: nYouTubeHD3D extended
It's back again! Crazy Youtube.karnakio wrote:And new subscriptions screen is broken again. "http://gdata.youtube.com/feeds/api/user ... tionvideos" returns "forbidden" since yesterday.
- Fri Sep 13, 2013 4:17 pm
- Forum: [C] Software
- Topic: nYouTubeHD3D extended
- Replies: 71
- Views: 110028
Re: nYouTubeHD3D extended
And new subscriptions screen is broken again. "http://gdata.youtube.com/feeds/api/user ... tionvideos" returns "forbidden" since yesterday.
- Thu Sep 12, 2013 5:00 pm
- Forum: [C] Software
- Topic: nYouTubeHD3D extended
- Replies: 71
- Views: 110028
Re: nYouTubeHD3D extended
I have tried that before, you simply have to delete the format parameter. While it's true that even all the so-called 'syndicated' videos show up like they do on the website, it's not a given that they all will play on the app nowadays. For the best part of last year it did work wonderfully, even o...
- Thu Sep 12, 2013 2:34 am
- Forum: [C] Software
- Topic: nYouTubeHD3D extended
- Replies: 71
- Views: 110028
Re: nYouTubeHD3D extended
Here is the fixed widget. Have fun!karnakio wrote:I've found the fix for issues in search for videos that never appear in app, but the same search shows the videos in youtube site. I'll post the modified app with this fix soon.
- Wed Sep 11, 2013 7:54 pm
- Forum: [C] Software
- Topic: nYouTubeHD3D extended
- Replies: 71
- Views: 110028
Re: nYouTubeHD3D extended
I've found the fix for issues in search for videos that never appear in app, but the same search shows the videos in youtube site. I'll post the modified app with this fix soon.
- Wed Sep 11, 2013 5:08 pm
- Forum: [C] Software
- Topic: nYouTubeHD3D extended
- Replies: 71
- Views: 110028
Re: nYouTubeHD3D extended
I recommend turn off and turn on the TV after install any user widget. Sometimes my TV freeze if I open the user widget before restart the TV.
- Wed Sep 11, 2013 5:02 am
- Forum: [C] Software
- Topic: nYouTubeHD3D extended
- Replies: 71
- Views: 110028
Re: nYouTubeHD3D extended
Here is the app with fixes for subscriptions videos, videos with o:oo:oo length and position of volume icons in small e full screen.
- Mon Sep 09, 2013 8:22 pm
- Forum: [C] Support
- Topic: Downgrade Plex
- Replies: 3
- Views: 4528
Re: Downgrade Plex
Could you share a link with this version (0.987)?
- Mon Sep 09, 2013 7:21 pm
- Forum: [C] Software
- Topic: nYouTubeHD3D extended
- Replies: 71
- Views: 110028
Re: nYouTubeHD3D extended
Video duration can be recovered by replacing if ( videoType.indexOf("mp4") > -1 ) { with 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. ...