I've been swamped this week preparing for vacation so I haven't had time to patch this. I'll take care of it as soon as I get back (I promised my wife that this would be a non-working vacation).
whurlston Wrote:I've been swamped this week preparing for vacation so I haven't had time to patch this. I'll take care of it as soon as I get back (I promised my wife that this would be a non-working vacation).
No panic - there's WAF and then there's WAF - have a great vacation...
ForestKlown Wrote:Well it's been over a day and still no crash. Did this work for anybody else?
Not for me - I just installed videos library for the first time today, but as soon as I select it from the main menu, PVRX2 crashes. I only had one directory path to video in config, and I tried putting a video in the root (so not just folders). I use the slick skin and using Win7-64bit
Lounge media center; Asus UEFI mobo-Intel Core i5-GeForce GTX970-Samsung EVO SSD 256gb-2x Samsung F1 1tb-NovaT USB-Nova HDS2-Samsung 51" plasma
jwb5463 Wrote:Not sure if this is already possible...
Using the Slick skin and xml from WizMetadataGrabber, I get the episode duration <RunningTime> showing top right.
I'd prefer to see the transmission date <ProductionYear>
Can this be done? I suspect VideosLibrary may need a tweak to make the variable 'visible' to the skin
Was there ever any progress on this and the suggestions from 7ore?
Just joined, just installed GBPVR with the "Videos Library" plugin, encountered the 1.4.7 crash when using multiple directories, just as described above. Found the bug in the source code, VideoLibrary.cs, line 1084 needs to be changed from "if (entryModel.TopDirs.Count == 1)" to "if (entryModel.TopDirs.Count > 1)". The problem might have already been solved since it appears to be a few months old, but figured if not, this might be helpful.
arby50 Wrote:Just joined, just installed GBPVR with the "Videos Library" plugin, encountered the 1.4.7 crash when using multiple directories, just as described above. Found the bug in the source code, VideoLibrary.cs, line 1084 needs to be changed from "if (entryModel.TopDirs.Count == 1)" to "if (entryModel.TopDirs.Count > 1)". The problem might have already been solved since it appears to be a few months old, but figured if not, this might be helpful.
Thanks. I'll patch it and post a build tomorrow.
ForestKlown Wrote:Will this plugin work with NPVR? If not, is it in the process of being modified to work with NPVR?
It won't work with NPVR due to changes in the plugin architecture of NPVR. I will be starting to port it over sometime next week though. Can't give you a timeframe on completion yet.