NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Developers v
« Previous 1 … 78 79 80 81 82 … 93 Next »
New DVD2MPEG and Video Archiver Plugins

 
  • 0 Vote(s) - 0 Average
New DVD2MPEG and Video Archiver Plugins
Jeff
Offline

Posting Freak

Posts: 1,933
Threads: 69
Joined: Oct 2004
#111
2005-01-16, 04:56 PM
I also looked in my code and their is a bug here. I store all keys in lower case and when I was checking the list I forgot to incliude a .ToLower() call. I will post an update soon.

Jeff
ryandkg
Offline

Junior Member

Posts: 7
Threads: 1
Joined: Dec 2004
#112
2005-01-16, 05:54 PM
OK, put the Jan1105 version back in the plugin dir, opened the config app, then opened and closed GBPVR. Here is the snippet from the main config.xml

[b Wrote:Quote[/b] ] <VideoArchivePlugin>
<ArchivePath>D:\Video\</ArchivePath>
<ArchiveDays>14</ArchiveDays>
<ConfirmDelete>True</ConfirmDelete>
<VideoSortNewestFirst>True</VideoSortNewestFirst>
<PendingSortFirstToRecordFirst>True</PendingSortFirstToRecordFirst>
<DVDSortAtoZ>True</DVDSortAtoZ>
<DisplayFileSize>False</DisplayFileSize>
<DisplayRecordingDate>True</DisplayRecordingDate>
<DisplayChannel>False</DisplayChannel>
<DisplayPendingByDate>True</DisplayPendingByDate>
<DisplayDateFormat>8</DisplayDateFormat>
<PendingDateFormat>8</PendingDateFormat>
<LowBitRate>3500</LowBitRate>
<MediumBitRate>6000</MediumBitRate>
<HighBitRate>10000</HighBitRate>
<VBLowBitRate>2910</VBLowBitRate>
<VBMediumBitRate>4000</VBMediumBitRate>
<VBHighBitRate>6000</VBHighBitRate>
<VideoPath0>H:\TV Videos\</VideoPath0>
<DVDDecrypterPath>C:\Program Files\DVD Decrypter\</DVDDecrypterPath>
<BesweetPath>C:\Program Files\DVD Tools\</BesweetPath>
<mplexPath>C:\Program Files\DVD Tools\</mplexPath>
<tempDir>H:\Temp\</tempDir>
<AudioStreamIdentifier>0x80</AudioStreamIdentifier>
<DecryptCommandLine>/MODE IFO /SRC {dvdDrive} /VTS 1 /DEMUX 0xE0 0x80 0xA0 /DEST "{tempDir}" /SPLIT NONE /START /OVERWRITE YES /CLOSE</DecryptCommandLine>
<BeSweetPCMCommandLine>-core( -input "{inputfile}" -output "{tempDir}audio.mp2" -logfilea "{tempDir}BeSweet.log" ) ota( -d auto ) -mp2enc( -m s -b 192 -e )</BeSweetPCMCommandLine>
<BeSweetCommandLine>-core( -input "{tempDir}audio.ac3" -output "{tempDir}audio.mp2" -logfilea "{tempDir}BeSweet.log" ) -ota( -d {delayTime} ) -azid( -c normal -g 0.95 -L -3db ) -toolame( -m s -b 192 -e )</BeSweetCommandLine>
<MplexCommandLine>-f 8 -o "{outputfile}" "{tempDir}audio.mp2" "{tempDir}video.m2v"</MplexCommandLine>
<SkipCleanUp>False</SkipCleanUp>
<PanelShowRecordingStatus>True</PanelShowRecordingStatus>
<PanelPendingLeadTime>8</PanelPendingLeadTime>
<PanelDateFormat>8</PanelDateFormat>
<PanelCycleTime>30</PanelCycleTime>
<PanelShowAudioStatus>True</PanelShowAudioStatus>
<FreeSpaceWarningLevel>2000</FreeSpaceWarningLevel>
<UseAggressiveStartup>True</UseAggressiveStartup>
<MonitorSpaceOnPrimaryDrivesOnly>True</MonitorSpaceOnPrimaryDrivesOnly>
<DVDPath>H:\My DVDs\</DVDPath>
<DVDPath2>
</DVDPath2>
<RunArchiveUtility>False</RunArchiveUtility>
<RunDVDUpdateUtility>False</RunDVDUpdateUtility>
</VideoArchivePlugin>
PVR(SWE)
Offline

Junior Member

Posts: 40
Threads: 3
Joined: May 2004
#113
2005-01-18, 04:42 PM
Log from gbpvr.exe
2005-01-18 17:18:19.360 VERBOSE [2] - loading: Seinfeld status:0
2005-01-18 17:18:19.791 ERROR [2] Error initializing menu plugin:
C:\Program\devnz\gbpvr\\plugins\Video Archiver.dll
2005-01-18 17:18:19.791 ERROR [2] Exception has been thrown by the target of an
invocation.
2005-01-18 17:18:19.791 ERROR [2] at
System.RuntimeType.CreateInstanceImpl(Boolean publicOnly)
at System.Activator.CreateInstance(Type type, Boolean nonPublic)
at an..ctor()
2005-01-18 17:18:19.801 ERROR [2] Inner exception: System.ArgumentException:
Item has already been added. Key in dictionary: "c:\myvideos\" Key being
added: "c:\myvideos\"
at System.Collections.Hashtable.Insert(Object key, Object nvalue, Boolean
add)
at System.Collections.Hashtable.Add(Object key, Object value)
at ArchiveVideosPlugin.DirListClass.AddRootDir(String dirPath)
at ArchiveVideosPlugin.ArchiveVideosTask..ctor()
2005-01-18 17:18:19.801 ERROR [2] at
System.Collections.Hashtable.Insert(Object key, Object nvalue, Boolean add)
at System.Collections.Hashtable.Add(Object key, Object value)
at ArchiveVideosPlugin.DirListClass.AddRootDir(String dirPath)
at ArchiveVideosPlugin.ArchiveVideosTask..ctor()

I think the problem is my config.xml file. I will wait to do another full uninstall/install. When the next version/update of gbpvr comes I will do that.
Cheers /Jonas
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

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


Possibly Related Threads…
Thread Author Replies Views Last Post
  Video streaming URL and parameters? cncb 1 2,064 2021-10-22, 06:58 PM
Last Post: sub
  Extras device - using hardware video encoder gdogg371 6 3,769 2021-03-09, 12:18 AM
Last Post: gdogg371
  Loading Local Video Files Syler 25 7,807 2021-03-07, 09:20 PM
Last Post: Syler
  Plugins and NPVR. Where do we start? sub 80 72,384 2020-11-26, 10:02 PM
Last Post: mandai
  Resuming a video imilne 28 15,855 2016-10-30, 09:27 PM
Last Post: mvallevand
  How to tell when video playback has finished in web client? cncb 6 4,641 2015-09-29, 08:07 PM
Last Post: cncb
  VIdeo playback from plugin mvallevand 5 3,861 2015-08-06, 10:43 PM
Last Post: sub
  I want to start developing plugins...but how? OrenShapir 6 4,399 2014-11-18, 10:38 PM
Last Post: mvallevand
  Inset Video - Stop mvallevand 2 2,264 2013-08-07, 09:57 PM
Last Post: mvallevand
  Tuner plugins and client id mvallevand 2 2,257 2013-07-03, 01:39 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