NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Add-ons (3rd party plugins, utilities and skins) v
« Previous 1 2 3 4 5 6 … 20 Next »
YouTube Plugin

 
  • 0 Vote(s) - 0 Average
YouTube Plugin
jksmurf
Offline

Posting Freak

HK (DMBTH)
Posts: 3,590
Threads: 410
Joined: Jul 2005
#351
2012-05-12, 06:24 AM (This post was last modified: 2012-05-12, 06:51 AM by jksmurf.)
Nice plugin thanks!!!

I have it playing fine on the PC now...but I have the "Object Reference not set..." exception (like Sheik Yerbouti) on the NMT.
Any ideas?

k.

One thing in a log (MVP.log.1) is a hard coded path ... F:\Projects\NextPVR\YouTube\Yutube (I don't have that)....

"YouTube: Error getting video streams:Object reference not set to an instance of an object.
at NextPVR.YouTube.YouTubePlugin.thisVs_GetVideoStrea msCompleted(Object sender, GetVideoStreamsCompletedEventArgs e) in F:\Projects\NextPVR\YouTube\YouTube\NewStyleButton ListPlugin.cs:line 563
at NextPVR.YouTube.VideoStream.OnGetVideoStreamsCompl eted(GetVideoStreamsCompletedEventArgs e) in F:\Projects\NextPVR\YouTube\YouTube\VideoStream.cs :line 177
at NextPVR.YouTube.VideoStream.wc_DownloadStringCompl eted(Object sender, DownloadStringCompletedEventArgs e) in F:\Projects\NextPVR\YouTube\YouTube\VideoStream.cs :line 77"
ASUS STRIX X470-F AMD 2700x 4GHz | Win10Prox64 | 32GB | NVIDIA GEforce GT1030 Fanless | WinTV DMB-TH | WinTV HVR-1280 | Hauppauge Colossus | AC86U/AC68U | USB-UIRT | RPi4 Libreelec | Sony Bravia LCD X9000F Android TV |
imilne
Offline

Posting Freak

Posts: 2,423
Threads: 135
Joined: Feb 2008
#352
2012-05-12, 07:16 AM
The paths are just references to where the error occurred in the original source code. They won't mean anything to you, but will help whurlston debug whatever's going wrong.

Iain
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,192
Threads: 958
Joined: May 2006
#353
2012-05-12, 01:32 PM
jksmurf Wrote:I have it playing fine on the PC now...but I have the "Object Reference not set..." exception (like Sheik Yerbouti) on the NMT.
Any ideas?

Looking at your YouTube.xml you aren't using ffmpeg it is using raw streaming for both the PC and NMT. Change these to true for ffmpeg.

useBufferForNMT="false" useBufferForPC="false"

Native streaming worked on the NMT originally, I haven't tried it recently.

Martin
jksmurf
Offline

Posting Freak

HK (DMBTH)
Posts: 3,590
Threads: 410
Joined: Jul 2005
#354
2012-05-12, 02:15 PM
<General hqThumbs="true" useBufferForNMT="false" useBufferForPC="false" sticky="true">

to

<General hqThumbs="true" useBufferForNMT="true" useBufferForPC="true" sticky="true">

So these changes
ASUS STRIX X470-F AMD 2700x 4GHz | Win10Prox64 | 32GB | NVIDIA GEforce GT1030 Fanless | WinTV DMB-TH | WinTV HVR-1280 | Hauppauge Colossus | AC86U/AC68U | USB-UIRT | RPi4 Libreelec | Sony Bravia LCD X9000F Android TV |
jksmurf
Offline

Posting Freak

HK (DMBTH)
Posts: 3,590
Threads: 410
Joined: Jul 2005
#355
2012-05-13, 12:03 AM
Hmmm... no joy....

After changing both settings to true, I ran on PC, then NMT.

Unfortunately while I can see the file grow in the buffer, which it did not do before, song plays, but jumps out after about 20secs, on both.

Changing buffer to false on the PC works fine again (which I did in between the PC and NMT runs).

k.
ASUS STRIX X470-F AMD 2700x 4GHz | Win10Prox64 | 32GB | NVIDIA GEforce GT1030 Fanless | WinTV DMB-TH | WinTV HVR-1280 | Hauppauge Colossus | AC86U/AC68U | USB-UIRT | RPi4 Libreelec | Sony Bravia LCD X9000F Android TV |
jksmurf
Offline

Posting Freak

HK (DMBTH)
Posts: 3,590
Threads: 410
Joined: Jul 2005
#356
2012-05-27, 06:35 AM
Something else that happens, is if I hover my mouse pointer over the YouTube/Bufffer dir, it crashes windows explorer without fail. Below the Event Viewer error. Anyone else seen or experienced this?

Code:
Faulting application explorer.exe, version 6.0.6002.18005, time stamp 0x49e01da5, faulting module qedit.dll, version 6.6.6002.18005, time stamp 0x49e037dc, exception code 0xc0000005, fault offset 0x0005badf, process id 0x1f78, application start time 0x01cd364671743f7b.

k.
ASUS STRIX X470-F AMD 2700x 4GHz | Win10Prox64 | 32GB | NVIDIA GEforce GT1030 Fanless | WinTV DMB-TH | WinTV HVR-1280 | Hauppauge Colossus | AC86U/AC68U | USB-UIRT | RPi4 Libreelec | Sony Bravia LCD X9000F Android TV |
gEd
Offline

Posting Freak

London
Posts: 3,518
Threads: 100
Joined: Jan 2005
#357
2012-05-27, 02:20 PM
Explorer will crash if trying to render the thumbnail for an invalid/corrupt video file. Windows has had this problem for years. I think there is a registry setting to disable the thumbnail generation feature (or don't browse that folder)
“If this is the way Queen Victoria treats her prisoners, she doesn't deserve to have any.”
jksmurf
Offline

Posting Freak

HK (DMBTH)
Posts: 3,590
Threads: 410
Joined: Jul 2005
#358
2012-05-27, 10:50 PM
OK Thanks, will try and find that setting. The YouTube plugin does seem to generate more invalid files than most though, if buffering is used.

k.
ASUS STRIX X470-F AMD 2700x 4GHz | Win10Prox64 | 32GB | NVIDIA GEforce GT1030 Fanless | WinTV DMB-TH | WinTV HVR-1280 | Hauppauge Colossus | AC86U/AC68U | USB-UIRT | RPi4 Libreelec | Sony Bravia LCD X9000F Android TV |
jksmurf
Offline

Posting Freak

HK (DMBTH)
Posts: 3,590
Threads: 410
Joined: Jul 2005
#359
2012-06-02, 04:33 AM
My previously working feed to a track is now throwing an exception; I tried one or two others, some work but some have the same problem?
Another query - The buffer file is in the Buffer dir and works using VLC. Is it supposed to use that if it is there and of so, why doesn't it play it without an exception?
I took out the file to see if it would work without the buffered version - no dice?

A second question - is there a way to make a playlist of your own, from indivdual tracks? I guess it's called a "feed"
Apologies for my ignorance, but I've just been using saved searches, however these take a long time to download the list each time, when I only want one song.

k.
ASUS STRIX X470-F AMD 2700x 4GHz | Win10Prox64 | 32GB | NVIDIA GEforce GT1030 Fanless | WinTV DMB-TH | WinTV HVR-1280 | Hauppauge Colossus | AC86U/AC68U | USB-UIRT | RPi4 Libreelec | Sony Bravia LCD X9000F Android TV |
kayphoonstar
Offline

Junior Member

Posts: 40
Threads: 1
Joined: Mar 2008
#360
2012-06-03, 08:51 PM
I also have the exception being thrown but I think I uninstalled QT so I putting that back to see if it helps.

For a playlist, I use the feed to my YouTube account favorites in the Custom URLs:

"https://gdata/youtube.com/feeds/API/users/MyUserName/favorites?v=2"
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (65): « Previous 1 … 34 35 36 37 38 … 65 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  Using R5000-HD with Network Recorder Plugin checkbin99 255 52,584 2021-08-24, 07:50 PM
Last Post: checkbin99
  how to configure RemoteRecorder Plugin to use remote NextPVR instance? bm_00 5 3,141 2020-10-06, 12:32 PM
Last Post: mvallevand
  Connecting NVPR to Emby Plugin NVPR Geek 0 1,372 2018-06-10, 12:32 AM
Last Post: NVPR Geek
  Newb here: Can someone help with a Plex Plugin issue? wepham 1 3,244 2017-02-07, 07:10 AM
Last Post: petenshari
  System Plugin Confused by New NPVR Naming Scheme Lao Pan 1 2,746 2016-09-25, 08:26 AM
Last Post: imilne
  Movies2 Plugin Problem... Anyone using it? ga_mueller 5 4,498 2016-08-22, 07:02 PM
Last Post: ga_mueller
  Plex Plugin Nikkie300 4 6,210 2016-01-24, 05:59 PM
Last Post: Nikkie300
  NextPVR Plex plugin, no live TV ajmast 15 9,699 2015-10-29, 03:45 AM
Last Post: ajmast
  Cant restart record service using System plugin on 3.4.8 shaunpatrick77 3 2,849 2015-05-19, 02:20 PM
Last Post: imilne
  Files Plugin crashes when there is an ' in the file name. cbgifford 89 29,789 2015-01-28, 05:19 AM
Last Post: mvallevand

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode