NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support Legacy (v4.x and earlier) v
« Previous 1 … 358 359 360 361 362 … 433 Next »
Open Issues for nPVR 1.5.33

Open Issues for nPVR 1.5.33
drugstore_cowboy
Offline

Member

Posts: 151
Threads: 11
Joined: Jul 2005
#61
2010-11-08, 02:37 AM
I also tried out the patch and it worked for ISO!! Would it be possible to also include .CUE as well? I attempted this by enabling .cue extensions within DT as well as adding the ext. type to the config.xml file - unfortunately no luck.

Thanks,
_______________________________
Drugstore_Cowboy
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 107,023
Threads: 771
Joined: Nov 2003
#62
2010-11-08, 02:48 AM
drugstore_cowboy Wrote:I also tried out the patch and it worked for ISO!! Would it be possible to also include .CUE as well? I attempted this by enabling .cue extensions within DT as well as adding the ext. type to the config.xml file - unfortunately no luck.

Thanks,
I'll try to add this in a future release.
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,581
Threads: 964
Joined: May 2006
#63
2010-11-08, 04:37 AM
sub Wrote:I'll try to add this in a future release.

Just as a word of caution, .CUE files likely are most often used for music, so the change should only be in the Video Library.

Martin
ShiningDragon
Offline

Posting Freak

Germany
Posts: 1,493
Threads: 146
Joined: Sep 2005
#64
2010-12-26, 11:47 PM
sub Wrote:I've added some logic for the next release that should give you a warning when permissions mean that browsing a directory isnt possible.

As far i can see, the logic won't work. I get with 1.5.36 an exception if i try to access a denied folder.
You like nPVR? Then please help pay the bills, and keep the project alive!

My happy NextPVR family

Frei nach Dieter Nuhr: Wenn man keine Ahnung hat, einfach mal die Fresse halten.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 107,023
Threads: 771
Joined: Nov 2003
#65
2010-12-26, 11:48 PM
ShiningDragon Wrote:As far i can see, the logic won't work. I get with 1.5.36 an exception if i try to access a denied folder.
What does the text and stack trace say?
ShiningDragon
Offline

Posting Freak

Germany
Posts: 1,493
Threads: 146
Joined: Sep 2005
#66
2010-12-27, 12:00 AM
Ups, sorry. The above posting was from a nPVR 1.5.33 installation. nPVR 1.5.36 brings this one:

"Der Zugriff auf den Pfad H:\Videos\Filme\Spielfilm\FSK 18 wurde verweigert" <Denied the access path H:\Videos\Filme\Spielfilm\FSK 18> (this is not an unc path, just a normal path on a local harddisk)
Code:
Informationen über das Aufrufen von JIT-Debuggen
anstelle dieses Dialogfelds finden Sie am Ende dieser Meldung.

************** Ausnahmetext **************
System.UnauthorizedAccessException: Der Zugriff auf den Pfad "H:\Videos\Filme\Spielfilm\FSK 18" wurde verweigert.
   bei System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
   bei System.IO.Directory.InternalGetFileDirectoryNames(String path, String userPathOriginal, String searchPattern, Boolean includeFiles, Boolean includeDirs, SearchOption searchOption)
   bei System.IO.Directory.GetDirectories(String path, String searchPattern, SearchOption searchOption)
   bei System.IO.Directory.GetDirectories(String path)
   bei NextPVR.Libraries.BaseLibrary.LoadList(Boolean shuffle)
   bei NextPVR.Libraries.BaseLibrary.LoadList()
   bei NextPVR.Libraries.BaseLibrary.ActivateItem(ListObject selectedObject)
   bei NextPVR.Libraries.VideoLibrary.ActivateItem(ListObject selectedObject)
   bei NUtility.Controls.ListRenderers.UiListCovers.OnKeyDown(KeyEventArgs e)
   bei NUtility.Controls.UiList.OnKeyDown(KeyEventArgs e)
   bei NextPVR.Libraries.BaseLibrary.OnKeyDown(KeyEventArgs e)
   bei NextPVR.Libraries.VideoLibrary.OnKeyDown(KeyEventArgs e)
   bei NextPVR.ControllerForm.OnKeyDown(Object sender, KeyEventArgs e)
   bei System.Windows.Forms.Control.OnKeyDown(KeyEventArgs e)
   bei System.Windows.Forms.Control.ProcessKeyEventArgs(Message& m)
   bei System.Windows.Forms.Control.ProcessKeyMessage(Message& m)
   bei System.Windows.Forms.Control.WmKeyChar(Message& m)
   bei System.Windows.Forms.Control.WndProc(Message& m)
   bei System.Windows.Forms.ScrollableControl.WndProc(Message& m)
   bei System.Windows.Forms.ContainerControl.WndProc(Message& m)
   bei System.Windows.Forms.Form.WndProc(Message& m)
   bei NextPVR.ControllerForm.WndProc(Message& m)
   bei System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   bei System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   bei System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Geladene Assemblys **************
mscorlib
    Assembly-Version: 2.0.0.0.
    Win32-Version: 2.0.50727.4952 (win7RTMGDR.050727-4900).
    CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll.
----------------------------------------
NextPVR
    Assembly-Version: 1.0.0.0.
    Win32-Version: 1.0.0.0.
    CodeBase: file:///C:/Program%20Files%20(x86)/MEDIA/nPVR/NextPVR.exe.
----------------------------------------
NShared
    Assembly-Version: 1.0.0.0.
    Win32-Version: 1.0.0.0.
    CodeBase: file:///C:/Program%20Files%20(x86)/MEDIA/nPVR/NShared.DLL.
----------------------------------------
NUtility
    Assembly-Version: 1.0.0.0.
    Win32-Version: 1.0.0.0.
    CodeBase: file:///C:/Program%20Files%20(x86)/MEDIA/nPVR/NUtility.DLL.
----------------------------------------
System.Data
    Assembly-Version: 2.0.0.0.
    Win32-Version: 2.0.50727.4927 (NetFXspW7.050727-4900).
    CodeBase: file:///C:/Windows/assembly/GAC_32/System.Data/2.0.0.0__b77a5c561934e089/System.Data.dll.
----------------------------------------
System
    Assembly-Version: 2.0.0.0.
    Win32-Version: 2.0.50727.4927 (NetFXspW7.050727-4900).
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll.
----------------------------------------
System.Windows.Forms
    Assembly-Version: 2.0.0.0.
    Win32-Version: 2.0.50727.4927 (NetFXspW7.050727-4900).
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll.
----------------------------------------
System.Drawing
    Assembly-Version: 2.0.0.0.
    Win32-Version: 2.0.50727.4927 (NetFXspW7.050727-4900).
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll.
----------------------------------------
System.Data.SQLite
    Assembly-Version: 1.0.65.0.
    Win32-Version: 1.0.65.0.
    CodeBase: file:///C:/Program%20Files%20(x86)/MEDIA/nPVR/System.Data.SQLite.DLL.
----------------------------------------
System.Xml
    Assembly-Version: 2.0.0.0.
    Win32-Version: 2.0.50727.4927 (NetFXspW7.050727-4900).
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll.
----------------------------------------
System.Data.Entity
    Assembly-Version: 3.5.0.0.
    Win32-Version: 3.5.30729.4926 built by: NetFXw7.
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Data.Entity/3.5.0.0__b77a5c561934e089/System.Data.Entity.dll.
----------------------------------------
System.Core
    Assembly-Version: 3.5.0.0.
    Win32-Version: 3.5.30729.4926 built by: NetFXw7.
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll.
----------------------------------------
System.Runtime.Remoting
    Assembly-Version: 2.0.0.0.
    Win32-Version: 2.0.50727.4927 (NetFXspW7.050727-4900).
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Runtime.Remoting/2.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll.
----------------------------------------
TV Listings
    Assembly-Version: 3.1.2.17499.
    Win32-Version: 1.0.0.0.
    CodeBase: file:///C:/Program%20Files%20(x86)/MEDIA/nPVR/NUtility.dll.
----------------------------------------
SlimDX
    Assembly-Version: 2.0.8.42.
    Win32-Version: .
    CodeBase: file:///C:/Program%20Files%20(x86)/MEDIA/nPVR/SlimDX.DLL.
----------------------------------------
msvcm90
    Assembly-Version: 9.0.30729.4926.
    Win32-Version: 9.00.30729.4926.
    CodeBase: file:///C:/Windows/WinSxS/x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.4926_none_508ed732bcbc0e5a/msvcm90.dll.
----------------------------------------
taglib-sharp
    Assembly-Version: 2.0.3.0.
    Win32-Version: 2.0.3.0.
    CodeBase: file:///C:/Program%20Files%20(x86)/MEDIA/nPVR/taglib-sharp.DLL.
----------------------------------------
mscorlib.resources
    Assembly-Version: 2.0.0.0.
    Win32-Version: 2.0.50727.4952 (win7RTMGDR.050727-4900).
    CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll.
----------------------------------------
System.Windows.Forms.resources
    Assembly-Version: 2.0.0.0.
    Win32-Version: 2.0.50727.4927 (NetFXspW7.050727-4900).
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms.resources/2.0.0.0_de_b77a5c561934e089/System.Windows.Forms.resources.dll.
----------------------------------------

************** JIT-Debuggen **************
Um das JIT-Debuggen (Just-In-Time) zu aktivieren, muss in der
Konfigurationsdatei der Anwendung oder des Computers
(machine.config) der jitDebugging-Wert im Abschnitt system.windows.forms festgelegt werden.
Die Anwendung muss mit aktiviertem Debuggen kompiliert werden.

Zum Beispiel:

<configuration>
    <system.windows.forms jitDebugging="true" />
</configuration>

Wenn das JIT-Debuggen aktiviert ist, werden alle nicht behandelten
Ausnahmen an den JIT-Debugger gesendet, der auf dem
Computer registriert ist, und nicht in diesem Dialogfeld behandelt.
You like nPVR? Then please help pay the bills, and keep the project alive!

My happy NextPVR family

Frei nach Dieter Nuhr: Wenn man keine Ahnung hat, einfach mal die Fresse halten.
ShiningDragon
Offline

Posting Freak

Germany
Posts: 1,493
Threads: 146
Joined: Sep 2005
#67
2011-06-07, 09:48 PM
*bumping*

I'll get even with latest nPVR and all hotfixes an exception if i try to access to an restricted folder. Menu looks like as this:

(...)
Spielfilme
=====FSK 00 (no restrictions on server)
=====FSK 06 (no restrictions on server)
=====FSK 12 (no restrictions on server)
=====FSK 16 (forbidden for 2 user accounts on server)
=====FSK 18 (forbidden for 2 user accounts on server)

I am using the security features of folders under Windows 7 SP 1 64-Bit on the server. While settings are respected by windows explorer and nPVR itself, nPVR show those folders. If i try to enter them, i'll get an exception:
Code:
Details of the calls of the JIT debugging
instead of this dialog box, you will find at the end of this message.


* Exception text *.
System.IO.IOException: Incorrect parameter.


at System.IO.__Error.WinIOError (Int32 errorCode, string maybeFullPath)
at System.IO.Directory.InternalGetFileDirectoryNames (string path, string userPathOriginal, string searchPattern, Boolean includeFiles, Boolean includeDirs, searchOption SearchOption)
at System.IO.Directory.GetDirectories (string path, string searchPattern, SearchOption searchOption)
at System.IO.Directory.GetDirectories (string path)
at NextPVR.Libraries.BaseLibrary.LoadList (Boolean shuffle)
at NextPVR.Libraries.VideoLibrary.LoadList()
at NextPVR.Libraries.BaseLibrary.ActivateItem (selectedObject ListObject)
at NextPVR.Libraries.VideoLibrary.ActivateItem (selectedObject ListObject)
at NUtility.Controls.ListRenderers.UiListList.OnKeyDown (KeyEventArgs e)
at NUtility.Controls.UiList.OnKeyDown (KeyEventArgs e)
at NextPVR.Libraries.BaseLibrary.OnKeyDown (KeyEventArgs e)
bei NextPVR.Libraries.VideoLibrary.OnKeyDown(KeyEventArgs e)
bei NextPVR.ControllerForm.OnKeyDown(Object sender, KeyEventArgs e)
bei System.Windows.Forms.Control.OnKeyDown(KeyEventArgs e)
bei System.Windows.Forms.Control.ProcessKeyEventArgs(Message& m)
bei System.Windows.Forms.Control.ProcessKeyMessage(Message& m)
bei System.Windows.Forms.Control.WmKeyChar(Message& m)
bei System.Windows.Forms.Control.WndProc(Message& m)
bei System.Windows.Forms.ScrollableControl.WndProc(Message& m)
bei System.Windows.Forms.ContainerControl.WndProc(Message& m)
bei System.Windows.Forms.Form.WndProc(Message& m)
bei NextPVR.ControllerForm.WndProc(Message& m)
bei System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
bei System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
bei System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)



************** Geladene Assemblys **************
mscorlib
Assembly-Version: 2.0.0.0.
Win32-Version: 2.0.50727.5444 (Win7SP1GDR.050727-5400).
CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll.
----------------------------------------
NextPVR
Assembly-Version: 1.0.0.0.
Win32-Version: 1.0.0.0.
CodeBase: file:///C:/Program%20Files/MEDIA/nPVR/NextPVR.exe.
----------------------------------------
NShared
Assembly-Version: 1.0.0.0.
Win32-Version: 1.0.0.0.
CodeBase: file:///C:/Program%20Files/MEDIA/nPVR/NShared.DLL.
----------------------------------------
NUtility
Assembly-Version: 1.0.0.0.
Win32-Version: 1.0.0.0.
CodeBase: file:///C:/Program%20Files/MEDIA/nPVR/NUtility.DLL.
----------------------------------------
System.Data
Assembly-Version: 2.0.0.0.
Win32-Version: 2.0.50727.5420 (Win7SP1.050727-5400).
CodeBase: file:///C:/Windows/assembly/GAC_32/System.Data/2.0.0.0__b77a5c561934e089/System.Data.dll.
----------------------------------------
System
Assembly-Version: 2.0.0.0.
Win32-Version: 2.0.50727.5420 (Win7SP1.050727-5400).
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll.
----------------------------------------
System.Windows.Forms
Assembly-Version: 2.0.0.0.
Win32-Version: 2.0.50727.5420 (Win7SP1.050727-5400).
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll.
----------------------------------------
System.Drawing
Assembly-Version: 2.0.0.0.
Win32-Version: 2.0.50727.5420 (Win7SP1.050727-5400).
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll.
----------------------------------------
System.Data.SQLite
Assembly-Version: 1.0.65.0.
Win32-Version: 1.0.65.0.
CodeBase: file:///C:/Program%20Files/MEDIA/nPVR/System.Data.SQLite.DLL.
----------------------------------------
System.Xml
Assembly-Version: 2.0.0.0.
Win32-Version: 2.0.50727.5420 (Win7SP1.050727-5400).
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll.
----------------------------------------
System.Data.Entity
Assembly-Version: 3.5.0.0.
Win32-Version: 3.5.30729.5420 built by: Win7SP1.
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Data.Entity/3.5.0.0__b77a5c561934e089/System.Data.Entity.dll.
----------------------------------------
System.Core
Assembly-Version: 3.5.0.0.
Win32-Version: 3.5.30729.5420 built by: Win7SP1.
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll.
----------------------------------------
System.Runtime.Remoting
Assembly-Version: 2.0.0.0.
Win32-Version: 2.0.50727.5420 (Win7SP1.050727-5400).
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Runtime.Remoting/2.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll.
----------------------------------------
System.Configuration
Assembly-Version: 2.0.0.0.
Win32-Version: 2.0.50727.5420 (Win7SP1.050727-5400).
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll.
----------------------------------------
TV Listings
Assembly-Version: 3.4.1.21563.
Win32-Version: 1.0.0.0.
CodeBase: file:///C:/Program%20Files/MEDIA/nPVR/NUtility.dll.
----------------------------------------
System.Transactions
Assembly-Version: 2.0.0.0.
Win32-Version: 2.0.50727.4927 (NetFXspW7.050727-4900).
CodeBase: file:///C:/Windows/assembly/GAC_32/System.Transactions/2.0.0.0__b77a5c561934e089/System.Transactions.dll.
----------------------------------------
System.EnterpriseServices
Assembly-Version: 2.0.0.0.
Win32-Version: 2.0.50727.5420 (Win7SP1.050727-5400).
CodeBase: file:///C:/Windows/assembly/GAC_32/System.EnterpriseServices/2.0.0.0__b03f5f7f11d50a3a/System.EnterpriseServices.dll.
----------------------------------------
SlimDX
Assembly-Version: 2.0.8.42.
Win32-Version: .
CodeBase: file:///C:/Program%20Files/MEDIA/nPVR/SlimDX.DLL.
----------------------------------------
msvcm90
Assembly-Version: 9.0.30729.4940.
Win32-Version: 9.00.30729.4940.
CodeBase: file:///C:/Windows/WinSxS/x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.4940_none_50916076bcb9a742/msvcm90.dll.
----------------------------------------
taglib-sharp
Assembly-Version: 2.0.3.0.
Win32-Version: 2.0.3.0.
CodeBase: file:///C:/Program%20Files/MEDIA/nPVR/taglib-sharp.DLL.
----------------------------------------
mscorlib.resources
Assembly-Version: 2.0.0.0.
Win32-Version: 2.0.50727.5444 (Win7SP1GDR.050727-5400).
CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll.
----------------------------------------
System.Windows.Forms.resources
Assembly-Version: 2.0.0.0.
Win32-Version: 2.0.50727.4927 (NetFXspW7.050727-4900).
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms.resources/2.0.0.0_de_b77a5c561934e089/System.Windows.Forms.resources.dll.
----------------------------------------


************** JIT-Debuggen **************
Um das JIT-Debuggen (Just-In-Time) zu aktivieren, muss in der
Konfigurationsdatei der Anwendung oder des Computers
(machine.config) the jitDebugging value in the section system.windows.forms be set.
The application must be compiled with debugging enabled.


For example:


< configuration >
< system.windows.forms jitDebugging = "true" / >
< / configuration >


If the JIT debugging is enabled, any unhandled be
Exceptions to the JIT debugger on the sent,
Computer is registered, and not in this dialog box.

Were it possible to fix this exception? Perfect solution were to HIDE those restricted folders, but i think this would need any type of extra logic. At least it should no exception produced, if someone prohibted trys to open of of those folders.

Thank you in advance, sub. Smile
You like nPVR? Then please help pay the bills, and keep the project alive!

My happy NextPVR family

Frei nach Dieter Nuhr: Wenn man keine Ahnung hat, einfach mal die Fresse halten.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 107,023
Threads: 771
Joined: Nov 2003
#68
2011-06-08, 05:10 AM
If you bump the thread in a week and a bit when I'm back in NZ, I'll take a look.
ShiningDragon
Offline

Posting Freak

Germany
Posts: 1,493
Threads: 146
Joined: Sep 2005
#69
2011-06-26, 05:18 PM
bunga, bunga Big Grin
You like nPVR? Then please help pay the bills, and keep the project alive!

My happy NextPVR family

Frei nach Dieter Nuhr: Wenn man keine Ahnung hat, einfach mal die Fresse halten.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 107,023
Threads: 771
Joined: Nov 2003
#70
2011-06-26, 05:43 PM
Ok, I've fixed this for the next release.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (8): « Previous 1 … 4 5 6 7 8 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  npvr is not responding johndutcher 3 1,771 2022-05-05, 07:57 PM
Last Post: sub
  NPVR 4.2.4 Video Library No Longer Shows folder.jpg Lao Pan 12 4,545 2022-04-14, 04:33 AM
Last Post: Antmannz
  nPVR Continually Wakes PC bfos 23 12,409 2022-02-17, 03:48 PM
Last Post: sub
  Can't find tuner filter in NPVR 4.05 on old XP machine (eee 701) with RTL2832U iamanotheruser 3 2,055 2022-01-03, 04:45 AM
Last Post: mvallevand
  tsreader4 skipping issues dlindyds 63 16,585 2021-09-05, 03:23 AM
Last Post: rizarefaldi
  Fast-forward and comskip issues manic_biker 11 4,427 2021-07-12, 02:17 AM
Last Post: Robazz
  Issues with Signal? Tularis 6 2,715 2021-05-01, 11:09 AM
Last Post: shspvr
  Streaming Services with NPVR tesla1886 4 3,087 2021-01-04, 02:58 AM
Last Post: tesla1886
  NPVR choosing incorrect xml guide display-name after reboot drlava 7 3,671 2020-12-27, 02:27 AM
Last Post: sub
  Can NPVR offset only 3 channel listings in EPG? acemib 20 8,087 2020-04-27, 01:28 PM
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