NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Information Community Announcements v
« Previous 1 … 19 20 21 22 23 … 56 Next »
Video Archive Plug-in - New .NET 2.0 Version

 
  • 0 Vote(s) - 0 Average
Video Archive Plug-in - New .NET 2.0 Version
Jeff
Offline

Posting Freak

Posts: 1,933
Threads: 69
Joined: Oct 2004
#91
2007-03-13, 02:53 PM
You can disable the use of ffmeg to create directory and file posters by adding the entry

<AutoCreatePosters>False</AutoCreatePosters>

under the <VideoArchivePlugin> section of your config.xml file.

Jeff
cameluk
Offline

Senior Member

Posts: 255
Threads: 13
Joined: Oct 2004
#92
2007-03-16, 10:33 PM
My MDB file was around 2mb, upgraded the DB3 version and it jumped to 6mb, and now its grown to 12mb, will keep an eye for the next few days.

Love the way it grabs an image from the file and creates a thumbnail, especially for TV programs that don't have information on the net Smile
Jeff
Offline

Posting Freak

Posts: 1,933
Threads: 69
Joined: Oct 2004
#93
2007-03-17, 03:43 AM
You could try vacuuming the database using something like SQLiteSpy. I just tried that and it cut my database in half.

Jeff
agerdin
Offline

Senior Member

Posts: 692
Threads: 96
Joined: Sep 2004
#94
2007-04-02, 08:09 PM
agerdin Wrote:Jeff, an issues related to the IMDB lookup i that it downloads a litte bit too much information to put in the "description". Might be related to IMDBs rearrangement on the site.

\\Agerdin


Exampel:

Code:
Alexander, the King of Macedonia and one of the greatest military leaders in the history of warfare, conquers much of the known world. more
Plot Keywords:Historical
/
Battle Scene
/
Character Name In Title
/
Battle
/
Epic more
Awards:2 wins & 9 nominations more
User Comments:My take on this more

agerdin Wrote:Jeff, log is attached, it also seem to fail to download rating and tagline.

\\Agerdin

Jeff, have you had the chance to look at this problem I have?

Logs are attached in this post

http://forums.nextpvr.com/showthread.php...post183553

TIA

\\Agerdin
Jeff
Offline

Posting Freak

Posts: 1,933
Threads: 69
Joined: Oct 2004
#95
2007-04-02, 09:40 PM
Yes, it is fixed in the next version, which I hope to post some time later this week.

Jeff
agerdin
Offline

Senior Member

Posts: 692
Threads: 96
Joined: Sep 2004
#96
2007-04-02, 09:52 PM
Much appreciated, looking forward to the next release.

Thx,

\\Agerdin
Jeff
Offline

Posting Freak

Posts: 1,933
Threads: 69
Joined: Oct 2004
#97
2007-04-05, 03:01 AM
New test version posted. From the release notes:
  • The plug-in will now attempt to fetch episode number and season number information from recorded shows from tvdb.zsori.com. Added @SeasonNumber and @EpisodeNumber to the list of tags that can be included in the detailed description for the selected item.
  • Added Sort by Episode option for video files. Recordings without episode information are listed alphabetically from A to Z at the start of the list.
  • The plug-in will now attempt to extract a jpeg image from recordings using FFMPEG to use as the poster image for TV recordings or DVDs if one is not found via the Internet lookup. The images should appear within a few minutes of navigating into a directory that currently does not have images.
  • Convert to SQLite for the database. This both improves performance and allows you to browse the database using free SQLite tools (rather than having to buy Microsoft Access). The conversion is run automatically at the end of the installation process. Depending upon the size of your archive database this one-time process may take a while. If the conversion does not run automatically, you can manually run it using the ConvertVADatabase.exe utility.
  • Made the “remember last user login” setting persistent across restarts of GBPVR. This is tracked per client ID, so since each MVP has a unique client ID it will be unique per MVP. On PCs the client ID is a function of the render type selected (e.g., VMR9) so I think for PC clients it will be the last one that sets the default to be used after restarts.
  • Added rating, cast, director, user rating and votes to the list of information that is retrieved from the Internet for DVDs and available to skins. User rating and votes are only fetched if the movie is found on IMDB.com; they are not fetched from amazon.com,
  • Enhanced the Internet lookup for DVDs to ignore ending text such as Disk1, Disc2, D3 so that the lookup works better for multi-volume DVDs.
  • Updated the archive utility to support archiving of all defined video types, not just mpg files
  • Fixed various bugs that prevented the plug-in from starting properly for first-time users
  • Fixed a bug that would cause deleted files to still appear in the list
  • Fixed a bug that would in some cases cause folders to disappear from the UI when deleting files
  • Fixed a bug that prevented the plug-in from automatically responding to files being added or removed from non-Windows NAS drives
  • Fixed a few bugs related the plug-in running on a client where it was looking at its local gbpvr database rather than the database on the server.
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#98
2007-04-08, 02:55 AM
Jeff Wrote:New test version posted. From the release notes:
  • The plug-in will now attempt to fetch episode number and season number information from recorded shows from tvdb.zsori.com. Added @SeasonNumber and @EpisodeNumber to the list of tags that can be included in the detailed description for the selected item.
  • Added Sort by Episode option for video files. Recordings without episode information are listed alphabetically from A to Z at the start of the list.
  • The plug-in will now attempt to extract a jpeg image from recordings using FFMPEG to use as the poster image for TV recordings or DVDs if one is not found via the Internet lookup. The images should appear within a few minutes of navigating into a directory that currently does not have images.
  • Convert to SQLite for the database. This both improves performance and allows you to browse the database using free SQLite tools (rather than having to buy Microsoft Access). The conversion is run automatically at the end of the installation process. Depending upon the size of your archive database this one-time process may take a while. If the conversion does not run automatically, you can manually run it using the ConvertVADatabase.exe utility.
  • Made the “remember last user login” setting persistent across restarts of GBPVR. This is tracked per client ID, so since each MVP has a unique client ID it will be unique per MVP. On PCs the client ID is a function of the render type selected (e.g., VMR9) so I think for PC clients it will be the last one that sets the default to be used after restarts.
  • Added rating, cast, director, user rating and votes to the list of information that is retrieved from the Internet for DVDs and available to skins. User rating and votes are only fetched if the movie is found on IMDB.com; they are not fetched from amazon.com,
  • Enhanced the Internet lookup for DVDs to ignore ending text such as Disk1, Disc2, D3 so that the lookup works better for multi-volume DVDs.
  • Updated the archive utility to support archiving of all defined video types, not just mpg files
  • Fixed various bugs that prevented the plug-in from starting properly for first-time users
  • Fixed a bug that would cause deleted files to still appear in the list
  • Fixed a bug that would in some cases cause folders to disappear from the UI when deleting files
  • Fixed a bug that prevented the plug-in from automatically responding to files being added or removed from non-Windows NAS drives
  • Fixed a few bugs related the plug-in running on a client where it was looking at its local gbpvr database rather than the database on the server.

Jeff...so far so good.....however.....I did not see anything in the config that addresses the first two bullets.....are they in this release? If so, how do you set the info to show?
Intel Core i7 @ 4.00GHz Skylake 14nm
ASUSTeK COMPUTER INC. Z170-DELUXE
Windows 10 Pro x64
PVR Software: NPVR 5.1.1
SiliconDust HDHomeRun HDHR5-4US Connect Quatro 4 Channel Tuner
Roku Ultra
2 PCH A-100's
Jeff
Offline

Posting Freak

Posts: 1,933
Threads: 69
Joined: Oct 2004
#99
2007-04-08, 03:40 AM
If you installed an earlier version of the test version you may need to manual edit the database to change the field type of the SeasonNumber and EpisodeNumber columns in the ArchiveTable from STRING to TEXT. I used SQLite Expert Personal to do this at home. Once I figure out how to do this programmaticlly I'll make the change on install.

The information should be fetched in the background when you view lists. To keep the CPU load low it fetches at a very slow rate. There is also a utility called GetTVInfo that you can run to fetch information for all shows in your database. This only needs to be done once. You can also manually fetth information by viewing a video file form the list (select the file to get to the window that shows the play, delete, and archive options) and then press the menu button.

To see the sort order, press the red button. The 5th option is sort by episode.

Jeff
Jeff
Offline

Posting Freak

Posts: 1,933
Threads: 69
Joined: Oct 2004
#100
2007-04-08, 03:49 AM
I just uploaded a new test version. It fixes some bugs and adds some new options to the Video Info Dialog skin.xml skin file. See the blue skin for an example and details.

Jeff
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (12): « Previous 1 … 8 9 10 11 12 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  Generate missing thumbnails for video files imported into NextPVR Jimixter 0 2,708 2019-12-16, 07:28 PM
Last Post: Jimixter
  AutoRefresh - Dynamically switches video output rate to match media rate imilne 34 10,887 2011-09-25, 03:07 PM
Last Post: imilne
  Next version of the Community Skin McBainUK 0 1,504 2009-10-18, 07:57 PM
Last Post: McBainUK
  Next version of Music Plugin and MediaScanner MixMan 11 5,216 2009-10-01, 09:54 PM
Last Post: MixMan
  New version of StartPVRX2: v2.0.0 liteswap 6 3,345 2009-08-11, 05:07 PM
Last Post: liteswap
  New Release of the MDAPIFilter version 2.1 heerfordt 37 47,172 2009-07-28, 09:41 PM
Last Post: cybermaus
  Cinema Plugin - next version McBainUK 15 5,981 2009-07-21, 09:08 AM
Last Post: McBainUK
  CommunitySkin and SkinPlugin Version 4 released! McBainUK 13 5,174 2009-04-13, 01:11 AM
Last Post: steeb
  New version of StartPVRX2 liteswap 0 1,550 2009-04-07, 12:32 AM
Last Post: liteswap
  UltraXMLTV Enhancer Version 2 - Release Candidate zehd 0 1,327 2009-04-03, 06:01 PM
Last Post: zehd

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

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

Linear Mode
Threaded Mode