NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Add-ons (3rd party plugins, utilities and skins) Old Stuff (Legacy) v
« Previous 1 2 3 4 5 6 … 125 Next »
New Plugin: DboxRecorder Plugin

 
  • 0 Vote(s) - 0 Average
New Plugin: DboxRecorder Plugin
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,789
Threads: 769
Joined: Nov 2003
#101
2006-06-05, 11:30 PM
Just replace the original file of the same name in the GB-PVR directory.
pt-1
Offline

Member

Posts: 50
Threads: 6
Joined: Jan 2006
#102
2006-06-06, 08:21 PM
Hi,

I have tried everything now...

I tried this:

http://forums.gbpvr.com/showpost.php?p=1...stcount=56 and that file renamed onto .dll in the Main GBpVr DIrectory and when I start config it just crashes (sice is only around 150k compared to 400k of the previous)

Tried the attached Dbox Recorder Plugin from another poster but it still does not show up...

Anyone ??

Alibert ???
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,789
Threads: 769
Joined: Nov 2003
#103
2006-06-06, 08:32 PM
I suspect you've had problems downloading the zip file attachment - some Internet Explorer users do. If the zip file had opened correctly, you shouldnt have had to rename it to .dll.

Try renaming it to .zip, and then opening it again (ie, like it was a zip file inside the original zip file).
alibert
Offline

Posting Freak

Posts: 974
Threads: 83
Joined: Apr 2005
#104
2006-06-07, 04:47 AM
Hi,

pt-1 Wrote:Tried the attached Dbox Recorder Plugin from another poster but it still does not show up...

Anyone ??

Alibert ???
the version you mentioned above is outdated, as it was built against .NET 1.1 and GBPVR 96.x, I've removed it from the server now.

As sub said, your problem seems to be with the forum attachment. Using WinRar and IE 6, these are the steps I do to open zipped forum attachments:

- download the file, save it to disk.
- extract it once; this will result in a file without extension, but with exactly the same filesize as shown next to the archive in the post (e.g. "GBPVRBackendCommon.zip (152.0 KB, 0 views)".
- rename the file and add the extension ".zip"
- extract it again using WinRar

This results (at least here) in a non-corrupt file.

-alibert
pt-1
Offline

Member

Posts: 50
Threads: 6
Joined: Jan 2006
#105
2006-06-07, 06:43 AM
Thank you both ;-)

Tried this last night and it worked a dream..Now I need to map my 3 Sat's (28.2 19.2 and 13) to some usefull EPG sources ;-)

Cheers Guys

PT-1
ccsnet
Offline

Member

Posts: 115
Threads: 16
Joined: Sep 2004
#106
2006-07-20, 08:03 PM
RattyDAVE Wrote:I thought that method was slow. Well maybe I am wrong.
RattyDAVE - Looking at the same my self.... which one did you go for ?

Thanks

Terran
http://www.letscommunicate.co.uk/carpc/

http://www.digital-car.co.uk/

Now also on Skynet ( SkyTV UK ) at wtv.letscommunicate.co.uk
RattyDAVE
Offline

Member

Posts: 92
Threads: 11
Joined: Mar 2006
#107
2006-07-20, 09:41 PM
I am not using this pluging anymore as i have changed images to more stable one (for the dbox) and this pluging does not support it.

What I have done is...

1) Scart connection to my PVR 150. (Plug in to the svideo)
2) Wrote a very simple batch file that changes the chanel for me.

If you want more info let me know and ill put it up.
ccsnet
Offline

Member

Posts: 115
Threads: 16
Joined: Sep 2004
#108
2006-07-21, 09:04 AM
RattyDAVE Wrote:I am not using this pluging anymore as i have changed images to more stable one (for the dbox) and this pluging does not support it.

What I have done is...

1) Scart connection to my PVR 150. (Plug in to the svideo)
2) Wrote a very simple batch file that changes the chanel for me.

If you want more info let me know and ill put it up.
Yeh would love more... feel free to PM me if if you want to.

Terran
http://www.letscommunicate.co.uk/carpc/

http://www.digital-car.co.uk/

Now also on Skynet ( SkyTV UK ) at wtv.letscommunicate.co.uk
RattyDAVE
Offline

Member

Posts: 92
Threads: 11
Joined: Mar 2006
#109
2006-07-21, 09:43 AM
More detailed instructions...

1) Get the channel list from the Dbox

http://dbox-ip/control/channellist

This should return somthing like...

44df0201195 BBC ONE
44df0201196 BBC TWO
44ef02011bd ITV
44ef02011bf Channel 4
44ef02011c2 Five
.......

2) In the GBPVR channel list assign the numbers you want to use..
Eg...

BBC1 101
BBC2 102
ITV 103
Channel 4 104
Five 105
.....

3) Download WGET for windows... and copy over the exe to some place.. I have mine the Thirdparty...

4) Create channel.bat file with

@echo off

if .%1. == .101. wget -O nul http://192.168.1.114/control/zapto?44df0201195
if .%1. == .102. wget -O nul http://192.168.1.114/control/zapto?44df0201196
if .%1. == .103. wget -O nul http://192.168.1.114/control/zapto?44ef02011bd
if .%1. == .104. wget -O nul http://192.168.1.114/control/zapto?44ef02011bf
if .%1. == .105. wget -O nul http://192.168.1.114/control/zapto?44ef02011c2
.....

5) Test the channel.bat file by typing ....

change.bat 101

At a command prompt. Channel should change!

6) In GBPVR config make the channel changer for that tuner to channel.bat

All done.

I have a HUGE amount of channels so I have this all in a spreadsheet and once it is all done it is very easy to update.

Hope this is clear.

RattyDAVE
ccsnet
Offline

Member

Posts: 115
Threads: 16
Joined: Sep 2004
#110
2006-07-21, 09:32 PM
RattyDAVE Wrote:More detailed instructions...

1) Get the channel list from the Dbox

http://dbox-ip/control/channellist

This should return somthing like...

44df0201195 BBC ONE
44df0201196 BBC TWO
44ef02011bd ITV
44ef02011bf Channel 4
44ef02011c2 Five
.......

2) In the GBPVR channel list assign the numbers you want to use..
Eg...

BBC1 101
BBC2 102
ITV 103
Channel 4 104
Five 105
.....

3) Download WGET for windows... and copy over the exe to some place.. I have mine the Thirdparty...

4) Create channel.bat file with

@echo off

if .%1. == .101. wget -O nul http://192.168.1.114/control/zapto?44df0201195
if .%1. == .102. wget -O nul http://192.168.1.114/control/zapto?44df0201196
if .%1. == .103. wget -O nul http://192.168.1.114/control/zapto?44ef02011bd
if .%1. == .104. wget -O nul http://192.168.1.114/control/zapto?44ef02011bf
if .%1. == .105. wget -O nul http://192.168.1.114/control/zapto?44ef02011c2
.....

5) Test the channel.bat file by typing ....

change.bat 101

At a command prompt. Channel should change!

6) In GBPVR config make the channel changer for that tuner to channel.bat

All done.

I have a HUGE amount of channels so I have this all in a spreadsheet and once it is all done it is very easy to update.

Hope this is clear.

RattyDAVE
Thats great... would you mind posting the spread sheet at all ?

Terran
http://www.letscommunicate.co.uk/carpc/

http://www.digital-car.co.uk/

Now also on Skynet ( SkyTV UK ) at wtv.letscommunicate.co.uk
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

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


Possibly Related Threads…
Thread Author Replies Views Last Post
  BBC Iplayer Downloader Plugin - Beta + Support smiler 420 161,013 2012-01-20, 12:15 PM
Last Post: martint123
  Un-installation of the Weather plugin rkircher 1 14,033 2011-05-20, 08:40 PM
Last Post: scb147
  software recorder, any plugin like it for npvr? chesterusob 2 14,822 2011-04-11, 07:28 AM
Last Post: chesterusob
  Caller ID Plugin elbryyan 3 15,029 2011-02-23, 01:17 AM
Last Post: smajor
  Newest IMon display-hardware finally gets Plugin-mode back mila06 1 5,111 2011-01-01, 05:37 PM
Last Post: kindt nick
  Freazing up trying to watch live TV or access System plugin dspdrew 2 3,566 2010-11-03, 07:52 AM
Last Post: johnsonx42
  Music plugin support thread MixMan 103 41,151 2010-08-31, 09:46 PM
Last Post: povarotti
  New Videos Library Plugin jasonbs10 202 67,715 2010-08-22, 01:38 PM
Last Post: 7ore
  videos library plugin crashes pvrx2 on fanart... cs4 no crash and no fan art why??. tvshowman 2 4,139 2010-04-01, 09:59 PM
Last Post: tvshowman
  Program Plugin not launching MS Games jw100 0 2,747 2010-04-01, 05:53 PM
Last Post: jw100

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

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

Linear Mode
Threaded Mode