NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Developers v
« Previous 1 … 4 5 6 7 8 … 93 Next »
How to get edl information for videos in a web client?

 
  • 0 Vote(s) - 0 Average
How to get edl information for videos in a web client?
fred250
Offline

Senior Member

Posts: 457
Threads: 10
Joined: Jul 2006
#21
2014-12-07, 10:32 PM
mvallevand Wrote:I just dropped an edl file on a playing recording and I didn't see it register in NextPVR and didn't see any comskip show up on the timeline. I know mvpmcx2 is completely driven by NextPVR. The big difference in NextPVR on in-progress vs completed recordings is the accurate seeking with Timing.Info.

Martin

Well, I can't tell when comskip is reloaded on NMT just that it does. Maybe skipping initiates a reload?.
Anyway I think it's the way it should work, since it saves the user from a stop/play to get get comskip timeline loaded.


/Fred
fred250
Offline

Senior Member

Posts: 457
Threads: 10
Joined: Jul 2006
#22
2014-12-09, 10:56 PM
sub Wrote:Sorry - I should have been more clear. There is several different requests in this post. That patch only addressed changing the web client logging to webclient.log.

Earlier I had also added a "method=system.log&type=error&msge=asdasdasdasdasd" mechanism. I've attached that. I should point out that goes to web.log though, not this new webclient.log, because where all these "/service?method=" calls are processed. If you want something similar, but pushed all the way through to webclient.log, it'll probably need to be with the next releases, since it'll need a change to an interface between components.

Thanks sub, but I can't get it to work.
I either get "Invalid session" or "Invalid Args" if I try to pass a "Sid".
What am I doing wrong?

Code:
2014-12-09 23:25:35.041    [DEBUG][81]    Got Web Request (192.168.0.106): /service    method=session.initiate&ver=1.0&device=xbmc
2014-12-09 23:25:35.042    [DEBUG][81]    method=session.initiate
2014-12-09 23:25:35.042    [DEBUG][81]    parameters:
2014-12-09 23:25:35.042    [DEBUG][81]       method: session.initiate
2014-12-09 23:25:35.042    [DEBUG][81]       ver: 1.0
2014-12-09 23:25:35.042    [DEBUG][81]       device: xbmc
2014-12-09 23:25:35.042    [DEBUG][81]       client_ip: 192.168.0.106
2014-12-09 23:25:35.042    [DEBUG][81]       host_callback: 192.168.0.60:8866
2014-12-09 23:25:35.042    [DEBUG][81]       physical_path: C:\Users\Public\NPVR\web\
2014-12-09 23:25:35.042    [DEBUG][81]       user_agent: Mozilla/5.0 (SmartHub; SMART-TV; U; Linux/SmartTV+2014; Maple2012) AppleWebKit/537.42+ (KHTML, like Gecko) SmartTV Safari/537.42+
2014-12-09 23:25:35.042    [DEBUG][81]       range:
2014-12-09 23:25:35.042    [DEBUG][81]       requested_path: /service
2014-12-09 23:25:35.042    [DEBUG][81]       verb: GET
2014-12-09 23:25:35.042    [INFO][81]    InitiateSession (device=xbmc)
2014-12-09 23:25:35.042    [DEBUG][81]    SetSessionObject(aea690f52acc4c399b57826c80442915, 'child', NON-null)
2014-12-09 23:25:35.042    [DEBUG][81]    Device: xbmc
2014-12-09 23:25:35.042    [DEBUG][81]    <?xml version="1.0" encoding="utf-8" ?>
<rsp stat="ok">
  <sid>aea690f52acc4c399b57826c80442915</sid>
  <salt>4338768c-f076-4102-841f-2aa57682f83a</salt>
</rsp>

2014-12-09 23:25:35.045    [DEBUG][54]    Got Web Request (192.168.0.106): /control    key=0&size=960x540&client=SMARTTV:1415308343429&time=1418164080775&quality=high
2014-12-09 23:25:35.313    [DEBUG][73]    Got Web Request (192.168.0.106): /activity    format=json&client=SMARTTV:1415308343429&time=1418164081029
2014-12-09 23:25:36.610    [DEBUG][46]    Got Web Request (192.168.0.106): /control    key=40&size=960x540&client=SMARTTV:1415308343429&time=1418164082380&quality=high
2014-12-09 23:25:36.835    [DEBUG][63]    Got Web Request (192.168.0.106): /activity    format=json&client=SMARTTV:1415308343429&time=1418164082592
2014-12-09 23:25:37.254    [DEBUG][52]    Got Web Request (192.168.0.106): /control    key=13&size=960x540&client=SMARTTV:1415308343429&time=1418164083024&quality=high
2014-12-09 23:25:37.506    [DEBUG][46]    Got Web Request (192.168.0.106): /activity    format=json&client=SMARTTV:1415308343429&time=1418164083259
2014-12-09 23:25:37.518    [DEBUG][81]    Got Web Request (192.168.0.106): /service    method=system.log&type=error&msge=about%20to%20play:%20\\TVSERVER\Video\Barn\Bamse\BAMSE%20I%20TROLLSKOGEN%201992.mp4
2014-12-09 23:25:37.518    [DEBUG][81]    method=system.log
2014-12-09 23:25:37.518    [DEBUG][81]    parameters:
2014-12-09 23:25:37.518    [DEBUG][81]       method: system.log
2014-12-09 23:25:37.518    [DEBUG][81]       type: error
2014-12-09 23:25:37.518    [DEBUG][81]       msge: about%20to%20play:%20\\TVSERVER\Video\Barn\Bamse\BAMSE%20I%20TROLLSKOGEN%201992.mp4
2014-12-09 23:25:37.518    [DEBUG][81]       client_ip: 192.168.0.106
2014-12-09 23:25:37.518    [DEBUG][81]       host_callback: 192.168.0.60:8866
2014-12-09 23:25:37.518    [DEBUG][81]       physical_path: C:\Users\Public\NPVR\web\
2014-12-09 23:25:37.518    [DEBUG][81]       user_agent: Mozilla/5.0 (SmartHub; SMART-TV; U; Linux/SmartTV+2014; Maple2012) AppleWebKit/537.42+ (KHTML, like Gecko) SmartTV Safari/537.42+
2014-12-09 23:25:37.518    [DEBUG][81]       range:
2014-12-09 23:25:37.518    [DEBUG][81]       requested_path: /service
2014-12-09 23:25:37.519    [DEBUG][81]       verb: GET
2014-12-09 23:25:37.519    [DEBUG][81]    system.log
2014-12-09 23:25:37.519    [DEBUG][81]    <?xml version="1.0" encoding="utf-8" ?>
<rsp stat="fail">
  <err code="8" msg="Invalid Session" />
</rsp>

-----------------

2014-12-09 23:27:36.551    [DEBUG][81]    Got Web Request (192.168.0.106): /control    key=0&size=960x540&client=SMARTTV:1415308343429&time=1418164203533&quality=high
2014-12-09 23:27:36.552    [DEBUG][50]    Got Web Request (192.168.0.106): /service    method=session.initiate&ver=1.0&device=xbmc
2014-12-09 23:27:36.552    [DEBUG][50]    method=session.initiate
2014-12-09 23:27:36.552    [DEBUG][50]    parameters:
2014-12-09 23:27:36.552    [DEBUG][50]       method: session.initiate
2014-12-09 23:27:36.552    [DEBUG][50]       ver: 1.0
2014-12-09 23:27:36.552    [DEBUG][50]       device: xbmc
2014-12-09 23:27:36.552    [DEBUG][50]       client_ip: 192.168.0.106
2014-12-09 23:27:36.552    [DEBUG][50]       host_callback: 192.168.0.60:8866
2014-12-09 23:27:36.552    [DEBUG][50]       physical_path: C:\Users\Public\NPVR\web\
2014-12-09 23:27:36.552    [DEBUG][50]       user_agent: Mozilla/5.0 (SmartHub; SMART-TV; U; Linux/SmartTV+2014; Maple2012) AppleWebKit/537.42+ (KHTML, like Gecko) SmartTV Safari/537.42+
2014-12-09 23:27:36.552    [DEBUG][50]       range:
2014-12-09 23:27:36.552    [DEBUG][50]       requested_path: /service
2014-12-09 23:27:36.552    [DEBUG][50]       verb: GET
2014-12-09 23:27:36.552    [INFO][50]    InitiateSession (device=xbmc)
2014-12-09 23:27:36.552    [DEBUG][50]    SetSessionObject(0577e9fca39440c9af2e2abe87bec7fd, 'child', NON-null)
2014-12-09 23:27:36.552    [DEBUG][50]    Device: xbmc
2014-12-09 23:27:36.553    [DEBUG][50]    <?xml version="1.0" encoding="utf-8" ?>
<rsp stat="ok">
  <sid>0577e9fca39440c9af2e2abe87bec7fd</sid>
  <salt>82ad1ad2-dea5-45af-91c7-476d7dd79741</salt>
</rsp>

2014-12-09 23:27:37.086    [DEBUG][57]    Got Web Request (192.168.0.106): /activity    format=json&client=SMARTTV:1415308343429&time=1418164204039
2014-12-09 23:27:38.425    [DEBUG][18]    Got Web Request (192.168.0.106): /control    key=13&size=960x540&client=SMARTTV:1415308343429&time=1418164205451&quality=high
2014-12-09 23:27:38.654    [DEBUG][54]    Got Web Request (192.168.0.106): /activity    format=json&client=SMARTTV:1415308343429&time=1418164205658
2014-12-09 23:27:38.667    [DEBUG][81]    Got Web Request (192.168.0.106): /service    method=system.log&type=error&msge=about%20to%20play:%20\\TVSERVER\Video\Barn\Bamse\BAMSE%20I%20TROLLSKOGEN%201992.mp4%20&sid=0577e9fca39440c9af2e2abe87bec7fd
2014-12-09 23:27:38.667    [DEBUG][81]    method=system.log
2014-12-09 23:27:38.667    [DEBUG][81]    parameters:
2014-12-09 23:27:38.667    [DEBUG][81]       method: system.log
2014-12-09 23:27:38.667    [DEBUG][81]       type: error
2014-12-09 23:27:38.667    [DEBUG][81]       msge: about%20to%20play:%20\\TVSERVER\Video\Barn\Bamse\BAMSE%20I%20TROLLSKOGEN%201992.mp4%20
2014-12-09 23:27:38.667    [DEBUG][81]       sid: 0577e9fca39440c9af2e2abe87bec7fd
2014-12-09 23:27:38.667    [DEBUG][81]       client_ip: 192.168.0.106
2014-12-09 23:27:38.667    [DEBUG][81]       host_callback: 192.168.0.60:8866
2014-12-09 23:27:38.667    [DEBUG][81]       physical_path: C:\Users\Public\NPVR\web\
2014-12-09 23:27:38.667    [DEBUG][81]       user_agent: Mozilla/5.0 (SmartHub; SMART-TV; U; Linux/SmartTV+2014; Maple2012) AppleWebKit/537.42+ (KHTML, like Gecko) SmartTV Safari/537.42+
2014-12-09 23:27:38.667    [DEBUG][81]       range:
2014-12-09 23:27:38.667    [DEBUG][81]       requested_path: /service
2014-12-09 23:27:38.667    [DEBUG][81]       verb: GET
2014-12-09 23:27:38.667    [DEBUG][81]    system.log
2014-12-09 23:27:38.667    [DEBUG][81]    <?xml version="1.0" encoding="utf-8" ?>
<rsp stat="fail">
  <err code="2" msg="Invalid Args" />
</rsp>
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,766
Threads: 954
Joined: May 2006
#23
2014-12-09, 11:12 PM
Try msg instead of msge

Martin
fred250
Offline

Senior Member

Posts: 457
Threads: 10
Joined: Jul 2006
#24
2014-12-09, 11:43 PM
mvallevand Wrote:Try msg instead of msge

Martin

Thanks Martin,
Now it works for both debug and error type.


@sub
Great feature!

A few questions:
Is there a way to suppress the verbose logging of the request and just show the message?

The message is url encoded, I wish the log message was decoded to plain text when written to the log file.
Like "NextPVR%20connected%20-samsung_tv:Samsung%200.6.1%20" becomes "NextPVR connected -samsung_tv:Samsung 0.6.1 "

Are there more valid types than error and debug? I tried "info" but it was logged as debug.

/Fred

Code:
2014-12-10 00:16:11.809    [DEBUG][19]    Got Web Request (192.168.0.106): /service    method=system.log&type=error&msg=NextPVR%20connected%20-samsung_tv:Samsung%200.6.1%20&sid=4dde1470289d487abe145e84c3f96948
2014-12-10 00:16:11.809    [DEBUG][19]    method=system.log
2014-12-10 00:16:11.809    [DEBUG][19]    parameters:
2014-12-10 00:16:11.809    [DEBUG][19]       method: system.log
2014-12-10 00:16:11.809    [DEBUG][19]       type: error
2014-12-10 00:16:11.809    [DEBUG][19]       msg: NextPVR%20connected%20-samsung_tv:Samsung%200.6.1%20
2014-12-10 00:16:11.809    [DEBUG][19]       sid: 4dde1470289d487abe145e84c3f96948
2014-12-10 00:16:11.809    [DEBUG][19]       client_ip: 192.168.0.106
2014-12-10 00:16:11.809    [DEBUG][19]       host_callback: 192.168.0.60:8866
2014-12-10 00:16:11.809    [DEBUG][19]       physical_path: C:\Users\Public\NPVR\web\
2014-12-10 00:16:11.809    [DEBUG][19]       user_agent: Mozilla/5.0 (SmartHub; SMART-TV; U; Linux/SmartTV+2014; Maple2012) AppleWebKit/537.42+ (KHTML, like Gecko) SmartTV Safari/537.42+
2014-12-10 00:16:11.809    [DEBUG][19]       range:
2014-12-10 00:16:11.809    [DEBUG][19]       requested_path: /service
2014-12-10 00:16:11.809    [DEBUG][19]       verb: GET
2014-12-10 00:16:11.810    [DEBUG][19]    system.log
2014-12-10 00:16:11.810    [ERROR][19]    NextPVR%20connected%20-samsung_tv:Samsung%200.6.1%20
2014-12-10 00:16:11.810    [DEBUG][19]    <?xml version="1.0" encoding="utf-8" ?>
<rsp stat="ok">
</rsp>

2014-12-10 00:19:18.352    [DEBUG][64]    Got Web Request (192.168.0.106): /service    method=system.log&type=debug&msg=NextPVR%20connected%20-samsung_tv:Samsung%200.6.1%20&sid=2d36f8f6f5714a11a34cbbd2af44baac
2014-12-10 00:19:18.352    [DEBUG][64]    method=system.log
2014-12-10 00:19:18.352    [DEBUG][64]    parameters:
2014-12-10 00:19:18.352    [DEBUG][64]       method: system.log
2014-12-10 00:19:18.352    [DEBUG][64]       type: debug
2014-12-10 00:19:18.352    [DEBUG][64]       msg: NextPVR%20connected%20-samsung_tv:Samsung%200.6.1%20
2014-12-10 00:19:18.352    [DEBUG][64]       sid: 2d36f8f6f5714a11a34cbbd2af44baac
2014-12-10 00:19:18.352    [DEBUG][64]       client_ip: 192.168.0.106
2014-12-10 00:19:18.352    [DEBUG][64]       host_callback: 192.168.0.60:8866
2014-12-10 00:19:18.352    [DEBUG][64]       physical_path: C:\Users\Public\NPVR\web\
2014-12-10 00:19:18.352    [DEBUG][64]       user_agent: Mozilla/5.0 (SmartHub; SMART-TV; U; Linux/SmartTV+2014; Maple2012) AppleWebKit/537.42+ (KHTML, like Gecko) SmartTV Safari/537.42+
2014-12-10 00:19:18.352    [DEBUG][64]       range:
2014-12-10 00:19:18.352    [DEBUG][64]       requested_path: /service
2014-12-10 00:19:18.352    [DEBUG][64]       verb: GET
2014-12-10 00:19:18.352    [DEBUG][64]    system.log
2014-12-10 00:19:18.352    [DEBUG][64]    NextPVR%20connected%20-samsung_tv:Samsung%200.6.1%20
2014-12-10 00:19:18.352    [DEBUG][64]    <?xml version="1.0" encoding="utf-8" ?>
<rsp stat="ok">
</rsp>
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,626
Threads: 767
Joined: Nov 2003
#25
2014-12-09, 11:53 PM
Yeah, sorry - typo. Its supposed to msg=
fred250
Offline

Senior Member

Posts: 457
Threads: 10
Joined: Jul 2006
#26
2014-12-09, 11:59 PM
sub Wrote:Yeah, sorry - typo. Its supposed to msg=

No, problem.

Did you notice the questions I snuck in to the previous post?

/Fred
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,626
Threads: 767
Joined: Nov 2003
#27
2014-12-10, 12:01 AM
fred250 Wrote:@sub
Great feature!

A few questions:
Is there a way to suppress the verbose logging of the request and just show the message?
I've made a change for the next release which should avoid the extra logging for one of these method=system.log requests.

Quote:The message is url encoded, I wish the log message was decoded to plain text when written to the log file.
Like "NextPVR%20connected%20-samsung_tv:Samsung%200.6.1%20" becomes "NextPVR connected -samsung_tv:Samsung 0.6.1 "
Sorry, I wasn't able to test it, so didn't notice this. The attached should fix it.

I suggest backing up the original file first though. This file was built on my new development environment install. It should be compatible, but possibly isn't.

Quote:Are there more valid types than error and debug? I tried "info" but it was logged as debug.
You should be able to use debug/error/info/warn.
fred250
Offline

Senior Member

Posts: 457
Threads: 10
Joined: Jul 2006
#28
2014-12-10, 12:39 AM
sub Wrote:I've made a change for the next release which should avoid the extra logging for one of these method=system.log requests.

Sorry, I wasn't able to test it, so didn't notice this. The attached should fix it.

I suggest backing up the original file first though. This file was built on my new development environment install. It should be compatible, but possibly isn't.

You should be able to use debug/error/info/warn.

Thanks works great!

If possible I'd like an optional parameter to control the extra logging for all types.
Most of the time the parameters and response is not useful information.

I would prefer a logging looking something like this, with the option to show or hide the extra logging.
Code:
2014-12-10 01:02:27.372    [DEBUG][19]    Got Web Request (192.168.0.106): /service    method=system.log&type=info&msg=NextPVR%20connected%20-samsung_tv:Samsung%200.6.1%20&sid=b37e1c1da39e485baad5dd49c65801aa
2014-12-10 01:02:27.381    [DEBUG][19]    NextPVR connected -samsung_tv:Samsung 0.6.1
2014-12-10 01:02:40.553    [DEBUG][4]    Got Web Request (192.168.0.106): /service   method=system.log&type=info&msg=about%20to%20play:%20\\TVSERVER\Video\Barn\Bamse\BAMSE%20I%20TROLLSKOGEN%201992.mp4%20&sid=cdd6504d71e74354b8275315a2969b97
2014-12-10 01:02:40.553    [DEBUG][4]    about to play: \\TVSERVER\Video\Barn\Bamse\BAMSE I TROLLSKOGEN 1992.mp4

This is not very easy to read.

Code:
2014-12-10 01:02:27.372    [DEBUG][19]    Got Web Request (192.168.0.106): /service    method=system.log&type=info&msg=NextPVR%20connected%20-samsung_tv:Samsung%200.6.1%20&sid=b37e1c1da39e485baad5dd49c65801aa
2014-12-10 01:02:27.372    [DEBUG][19]    method=system.log
2014-12-10 01:02:27.372    [DEBUG][19]    parameters:
2014-12-10 01:02:27.372    [DEBUG][19]       method: system.log
2014-12-10 01:02:27.372    [DEBUG][19]       type: info
2014-12-10 01:02:27.372    [DEBUG][19]       msg: NextPVR%20connected%20-samsung_tv:Samsung%200.6.1%20
2014-12-10 01:02:27.373    [DEBUG][19]       sid: b37e1c1da39e485baad5dd49c65801aa
2014-12-10 01:02:27.373    [DEBUG][19]       client_ip: 192.168.0.106
2014-12-10 01:02:27.373    [DEBUG][19]       host_callback: 192.168.0.60:8866
2014-12-10 01:02:27.373    [DEBUG][19]       physical_path: C:\Users\Public\NPVR\web\
2014-12-10 01:02:27.373    [DEBUG][19]       user_agent: Mozilla/5.0 (SmartHub; SMART-TV; U; Linux/SmartTV+2014; Maple2012) AppleWebKit/537.42+ (KHTML, like Gecko) SmartTV Safari/537.42+
2014-12-10 01:02:27.373    [DEBUG][19]       range:
2014-12-10 01:02:27.373    [DEBUG][19]       requested_path: /service
2014-12-10 01:02:27.373    [DEBUG][19]       verb: GET
2014-12-10 01:02:27.373    [DEBUG][19]    system.log
2014-12-10 01:02:27.381    [DEBUG][19]    NextPVR connected -samsung_tv:Samsung 0.6.1
2014-12-10 01:02:27.381    [DEBUG][19]    <?xml version="1.0" encoding="utf-8" ?>
<rsp stat="ok">
</rsp>
2014-12-10 01:02:40.553    [DEBUG][4]    Got Web Request (192.168.0.106): /service    method=system.log&type=info&msg=about%20to%20play:%20\\TVSERVER\Video\Barn\Bamse\BAMSE%20I%20TROLLSKOGEN%201992.mp4%20&sid=cdd6504d71e74354b8275315a2969b97
2014-12-10 01:02:40.553    [DEBUG][4]    method=system.log
2014-12-10 01:02:40.553    [DEBUG][4]    parameters:
2014-12-10 01:02:40.553    [DEBUG][4]       method: system.log
2014-12-10 01:02:40.553    [DEBUG][4]       type: info
2014-12-10 01:02:40.553    [DEBUG][4]       msg: about%20to%20play:%20\\TVSERVER\Video\Barn\Bamse\BAMSE%20I%20TROLLSKOGEN%201992.mp4%20
2014-12-10 01:02:40.553    [DEBUG][4]       sid: cdd6504d71e74354b8275315a2969b97
2014-12-10 01:02:40.553    [DEBUG][4]       client_ip: 192.168.0.106
2014-12-10 01:02:40.553    [DEBUG][4]       host_callback: 192.168.0.60:8866
2014-12-10 01:02:40.553    [DEBUG][4]       physical_path: C:\Users\Public\NPVR\web\
2014-12-10 01:02:40.553    [DEBUG][4]       user_agent: Mozilla/5.0 (SmartHub; SMART-TV; U; Linux/SmartTV+2014; Maple2012) AppleWebKit/537.42+ (KHTML, like Gecko) SmartTV Safari/537.42+
2014-12-10 01:02:40.553    [DEBUG][4]       range:
2014-12-10 01:02:40.553    [DEBUG][4]       requested_path: /service
2014-12-10 01:02:40.553    [DEBUG][4]       verb: GET
2014-12-10 01:02:40.553    [DEBUG][4]    system.log
2014-12-10 01:02:40.553    [DEBUG][4]    about to play: \\TVSERVER\Video\Barn\Bamse\BAMSE I TROLLSKOGEN 1992.mp4
2014-12-10 01:02:40.553    [DEBUG][4]    <?xml version="1.0" encoding="utf-8" ?>
<rsp stat="ok">
</rsp>



/Fred
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (3): « Previous 1 2 3


Possibly Related Threads…
Thread Author Replies Views Last Post
  Developing Android TV client fred250 2 1,756 2020-11-16, 06:33 PM
Last Post: fred250
  Web Client: Slow with separate thread and date not obscured cncb 32 15,690 2016-10-10, 02:01 PM
Last Post: mvallevand
  How to tell when video playback has finished in web client? cncb 6 4,200 2015-09-29, 08:07 PM
Last Post: cncb
  Remote client logout timeout. mvallevand 2 2,504 2014-10-28, 12:55 AM
Last Post: mvallevand
  Web services information psycik 22 7,494 2013-12-05, 10:31 PM
Last Post: mvallevand
  Tuner plugins and client id mvallevand 2 2,038 2013-07-03, 01:39 AM
Last Post: mvallevand
  On-the-fly transcoding for streaming recordings / videos bgowland 6 3,982 2012-06-03, 03:10 AM
Last Post: bgowland
  Building a list of files in media folders (npvr Music and Videos) bgowland 2 1,845 2012-02-05, 10:29 AM
Last Post: bgowland
  Render order in Videos Jaggy 13 4,332 2011-10-12, 11:20 AM
Last Post: mvallevand
  Client - Tuner plugins mvallevand 53 13,406 2011-09-17, 07:19 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