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) Old Stuff (Legacy) v
« Previous 1 2 3 4 5 … 125 Next »
New Videos Library Plugin

 
  • 0 Vote(s) - 0 Average
New Videos Library Plugin
whurlston
Offline

Posting Freak

Posts: 7,885
Threads: 102
Joined: Nov 2006
#161
2009-11-30, 08:09 AM
Great. I'm still going through the code so I haven't got quite up to speed on it yet (holidays can be busier than I like).
7ore
Offline

Senior Member

Posts: 598
Threads: 68
Joined: Mar 2006
#162
2009-12-10, 09:57 AM
It is great that this plugin have found a new parent!
I look forward to your improvements!

If you need test resources I will gladly help out.
spotty
Offline

Member

Posts: 121
Threads: 35
Joined: Jan 2009
#163
2010-01-05, 12:06 PM
I was quite happily using Videos Library in the previous version of gbpvr with the slick skin but since changing to 1.4.7 it seems the blue and slick skin dont work(causes program to crash). The Community skin does work though. Is there any easy quick fix for this? could I somehow use the community skin for videos library and the slick one for other screens?
[SIZE="1"]WinXP SP3, Asus M4A785D-M Pro, tinytwin DVB-T usb tuner (AF9015), mce remote, Saf, NPVR[/SIZE]
whurlston
Offline

Posting Freak

Posts: 7,885
Threads: 102
Joined: Nov 2006
#164
2010-01-05, 12:11 PM
spotty Wrote:I was quite happily using Videos Library in the previous version of gbpvr with the slick skin but since changing to 1.4.7 it seems the blue and slick skin dont work(causes program to crash). The Community skin does work though. Is there any easy quick fix for this? could I somehow use the community skin for videos library and the slick one for other screens?

Does the crash give an error message? I've leaned that you need to have at least one video file in the main Library folder or it will crash. I intend to fix this the first chance I get. I just haven't gotten to it due to other obligations.
7ore
Offline

Senior Member

Posts: 598
Threads: 68
Joined: Mar 2006
#165
2010-01-05, 12:12 PM
There is probably something missing that Videos Library wants to load, like a background image or something like that.

Check what the exception says (Copy and paste it to Notepad to make it easier to read). Probably you will find that there is some element (like an image) that can't be found. See if you can find another file with the same name in another folder and copy it to the location that the exception states.

Or, if you can't find any reason for the crash, post the exception here.

Edit: one minute late... Smile
spotty
Offline

Member

Posts: 121
Threads: 35
Joined: Jan 2009
#166
2010-01-06, 11:02 PM
Its one of those windows errors-
"PVRX2 has encountered a problem and needs to close" so it doesnt tell you as much as the .NET thing.
Anyway If I click on 'show details' I get the following-

slick skin-
error signature
EventType : clr20r3 P1 : pvrx2.exe P2 : 1.0.0.0 P3 : 39
P4 : videoslibrary P5 : 1.6.1.0 P6 : 4a46971c P7 : 5d P8 : b
P9 : system.invalidoperationexception

blue skin-
error signature
EventType : clr20r3 P1 : pvrx2.exe P2 : 1.0.0.0 P3 : 39
P4 : videoslibrary P5 : 1.6.1.0 P6 : 4a46971c P7 : 447 P8 : 52
P9 : system.argumentnullexception

Community skin - no error

Note that if the error screen is ignored the program keeps going fine.
[SIZE="1"]WinXP SP3, Asus M4A785D-M Pro, tinytwin DVB-T usb tuner (AF9015), mce remote, Saf, NPVR[/SIZE]
stampee
Offline

Junior Member

Posts: 8
Threads: 2
Joined: Apr 2006
#167
2010-01-07, 05:25 PM
hello: I also crash when running videos library on gbpvr version 1.4.7 in the blue skin. GBPVR main menu crashes when I use the slick skin also on my system now.
I thought you would like to know it is not an isolated problem.
I do not have the community skin installed to test.
-Stampee
kirschey
Offline

Member

USA
Posts: 222
Threads: 59
Joined: May 2005
#168
2010-02-04, 10:21 PM
I have the same issue. I have been using videos library with 1.4.7 for months. My whole setup crashed about a week ago and I had to do a fresh install. Now the skin seems to be giving me problems.
Intel NUC8i7BEH

OLD
Intel Core i3-530 Clarkdale 2.93GHz, ASUS P7H55D-M, 4GB DDR3 SDRAM DDR3 1333, 1.5TB SATA 3.0 HD, Windows 10 Pro, Hauppauge WinTV-HVR-2250 (depreciated), SiliconDust HDHomerun Prime, Harmony One
7ore
Offline

Senior Member

Posts: 598
Threads: 68
Joined: Mar 2006
#169
2010-02-07, 07:54 AM
I don't know whats going on here. I thought I did but it was not that easy (is it ever).

On my XP, I did a clean install of Videos Library and it works fine with the blue skin. On my win7 x64 it works fine with Community but it crashes with the blue skin.
Looks like the plugin loops on the folder images until it crashes.
In the log there are about 1000 lines for rendering and caching folder images again and again until this error is shown:
Code:
2010-02-07 08:20:32.934    ERROR    [11]    FATAL UNHANDLED EXCEPTION:: System.InvalidOperationException: Enumerable contains no matching element
   at System.Linq.Enumerable.ThrowNoMatches()
   at System.Linq.Enumerable.First[TSource](IEnumerable`1 source, Func`2 predicate, Boolean orDefault)
   at System.Linq.Enumerable.First[TSource](IEnumerable`1 source, Func`2 predicate)
   at VideosLibraryPlugin.VideosLibrary.GetPathInfo(String path) in C:\Users\XXX\Desktop\VideosLibraryProject\VideosLibrary\VideosLibrary\VideosLibrary.cs:line 801
   at VideosLibraryPlugin.VideosLibrary.CacheImage(ImageType imgType, String path, Int32 width, Int32 height) in C:\Users\XXX\Desktop\VideosLibraryProject\VideosLibrary\VideosLibrary\VideosLibrary.cs:line 1434
   at VideosLibraryPlugin.VideosLibrary.<>c__DisplayClass20.<CacheImages>b__1e() in C:\Users\XXX\Desktop\VideosLibraryProject\VideosLibrary\VideosLibrary\VideosLibrary.cs:line 1385
   at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
   at System.Threading.ThreadHelper.ThreadStart()
whurlston
Offline

Posting Freak

Posts: 7,885
Threads: 102
Joined: Nov 2006
#170
2010-02-07, 08:56 AM
I'll look into this on Monday. Does this crash occur if there are video files in the main folder or only when there are no files just subfolders?
« Next Oldest | Next Newest »

Users browsing this thread: 3 Guest(s)

Pages (21): « Previous 1 … 15 16 17 18 19 … 21 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  BBC Iplayer Downloader Plugin - Beta + Support smiler 420 115,769 2012-01-20, 12:15 PM
Last Post: martint123
  Un-installation of the Weather plugin rkircher 1 12,744 2011-05-20, 08:40 PM
Last Post: scb147
  Anime Library - Support Thread Ommina 167 71,830 2011-05-07, 06:41 AM
Last Post: mvallevand
  software recorder, any plugin like it for npvr? chesterusob 2 13,341 2011-04-11, 07:28 AM
Last Post: chesterusob
  Video Library Plugins? reven 1 13,068 2011-03-17, 08:02 PM
Last Post: gEd
  Caller ID Plugin elbryyan 3 13,453 2011-02-23, 01:17 AM
Last Post: smajor
  Newest IMon display-hardware finally gets Plugin-mode back mila06 1 4,326 2011-01-01, 05:37 PM
Last Post: kindt nick
  Freazing up trying to watch live TV or access System plugin dspdrew 2 2,753 2010-11-03, 07:52 AM
Last Post: johnsonx42
  Music plugin support thread MixMan 103 29,631 2010-08-31, 09:46 PM
Last Post: povarotti
  videos library plugin crashes pvrx2 on fanart... cs4 no crash and no fan art why??. tvshowman 2 3,261 2010-04-01, 09:59 PM
Last Post: tvshowman

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

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

Linear Mode
Threaded Mode