AVS › AVS Forum › Gaming & Content Streaming › ReplayTV & Showstopper PVRs › Announcing: WiRNS 1.0.0 SP PreAlpha
New Posts  All Forums:Forum Nav:

Announcing: WiRNS 1.0.0 SP PreAlpha - Page 10  

post #271 of 721
Thread Starter 
On a "MyReplayTV" front. I signed up for an account, to trace some of the traffic sent back and forth. My account got created, but I have nothing in there except errors and blank pages. LOL. For what its worth, I only have 1 lineup on my replay, and its a custom wirns one, so replay may not parse gracefully.

-kjac
post #272 of 721
I just got this all set up and it's pretty sweet! Nice job!

The main reason I wanted to try this is because I need to re-map some of the channels (i.e. ESPN is really channel 26 instead of 10). Any thoughts about adding this functionality? Right now the only way I have to do this is putting the replay drive in my computer and editing a few hex files (PITA). Thanks, and keep up the awesome work!
post #273 of 721
Thread Starter 
Quote:
Originally posted by stahlgrau
I just got this all set up and it's pretty sweet! Nice job!

The main reason I wanted to try this is because I need to re-map some of the channels (i.e. ESPN is really channel 26 instead of 10). Any thoughts about adding this functionality? Right now the only way I have to do this is putting the replay drive in my computer and editing a few hex files (PITA). Thanks, and keep up the awesome work!
stahl,

ITs on my "todo" list. In the interim, if you know any sql you can modify the database yourself. You're looking to do

UPDATE lineupmaps SET channel=<NEW#> WHERE channel=<OLD#> AND name='<PROVIDER_NAME>';

-kjac
post #274 of 721
kjac

Setup the 2 ipaddresses so that I can have DVArchive and wirns on the same PC.

Input the proper value for DISH Atlanta.

Nothing showing up for PPV data.

But everything else is AWESOME.

John
post #275 of 721
Got this error trying to schedule a recording tonight - when I noticed Crossing Jordan was starting new episodes!

Code:
[2004-03-07 18:25:34] Finished processing DishNetwork PPV
EX: Object reference not set to an instance of an object.
   at WiRNS.GuideServerPlugin.DoScheduleRecord(String requestValues)
   at WiRNS.GuideServerPlugin.HandleMessage(String message, Byte[] data)
post #276 of 721
Thread Starter 
Quote:
Originally posted by Bigjohns
Got this error trying to schedule a recording tonight - when I noticed Crossing Jordan was starting new episodes!

Code:
[2004-03-07 18:25:34] Finished processing DishNetwork PPV
EX: Object reference not set to an instance of an object.
   at WiRNS.GuideServerPlugin.DoScheduleRecord(String requestValues)
   at WiRNS.GuideServerPlugin.HandleMessage(String message, Byte[] data)
Big Johns,

Does your replayname in the guideserver.conf have a " " in it? If so remove it.
Looking into the PPV thing here.

(Did you add dish network as a provider in wirns? It needs to be there, is the name right and everything?)

-kjac
post #277 of 721
Dish atlanta is my provider, in wirns - it shows so (from my DataDirect listings).

The names of my replays are:
Bed Room
Family Room

Both are RTV default names.

Their IVS names have NO spaces.

John
post #278 of 721
Thread Starter 
Quote:
Originally posted by Bigjohns
Dish atlanta is my provider, in wirns - it shows so (from my DataDirect listings).

The names of my replays are:
Bed Room
Family Room

Both are RTV default names.

Their IVS names have NO spaces.

John
If the names have " "'s in the GuideServer.conf change them to not have spaces (just call them BedRoom, FamilyRoom) for now. You dont have to change it on the replay, just in the GuideServer.conf file.

Also, do you have PPV data in the GuideServer?

I only tested with Dish National, post your WiRNS-DishPPV.conf file for me to see.

New build just posted with inital zones support too.

-kjac
post #279 of 721
Here is the dish-ppv file.

I would think that it's the same for all DISH, except for time-offsets.

John
Code:
#WiRNS-DoDishPPV.conf
#
# Edit this file and place it in with wirns.exe to get dish ppv listings
# The format is:
#Provider=ProviderName
#Timezone=Timezone
#
#ProviderName:
#
#  This can be determined after setting up the dish guide and going to your WiRNS Channel Guide (the plugin)
#  Find Dish Network in the provider dropdown, the EXACT spelling of it in there is your providername
#
#Timezone:
# 
#  This can be one of
#Eastern
#Central
#Mountain
#Pacific
#Alaska
#Hawaii
Provider=DISH Atlanta
Timezone=Eastern
post #280 of 721
Here is another error... nothing I've done except leave the guide up for a while...

Code:
[INFO] Exception caught in handler: An existing connection was forcibly closed b
y the remote host
   at System.Net.Sockets.Socket.BeginSend(Byte[] buffer, Int32 offset, Int32 siz
e, SocketFlags socketFlags, AsyncCallback callback, Object state)
   at WiRNS.Server.ReplayNetworkServer.HandleMessage(String message, Socket hand
ler)
   at WiRNS.Server.ReplayNetworkServer.ReadCallBack(IAsyncResult l_AsyncRes)
post #281 of 721
Thread Starter 
Ok, that looks right. Please take a screenshot of your dish PPV channels in GuideServer and attach it.

-kjac


Quote:
Originally posted by Bigjohns
Here is the dish-ppv file.

I would think that it's the same for all DISH, except for time-offsets.

John
Code:
#WiRNS-DoDishPPV.conf
#
# Edit this file and place it in with wirns.exe to get dish ppv listings
# The format is:
#Provider=ProviderName
#Timezone=Timezone
#
#ProviderName:
#
#  This can be determined after setting up the dish guide and going to your WiRNS Channel Guide (the plugin)
#  Find Dish Network in the provider dropdown, the EXACT spelling of it in there is your providername
#
#Timezone:
# 
#  This can be one of
#Eastern
#Central
#Mountain
#Pacific
#Alaska
#Hawaii
Provider=DISH Atlanta
Timezone=Eastern
post #282 of 721
Thread Starter 
Quote:
Originally posted by Bigjohns
Here is another error... nothing I've done except leave the guide up for a while...

Code:
[INFO] Exception caught in handler: An existing connection was forcibly closed b
y the remote host
   at System.Net.Sockets.Socket.BeginSend(Byte[] buffer, Int32 offset, Int32 siz
e, SocketFlags socketFlags, AsyncCallback callback, Object state)
   at WiRNS.Server.ReplayNetworkServer.HandleMessage(String message, Socket hand
ler)
   at WiRNS.Server.ReplayNetworkServer.ReadCallBack(IAsyncResult l_AsyncRes)
That can happen if the replay / your browser closes a connection. It shouldn't consistenly happen. I'll handle it more gracefully in the future.

-kjac
post #283 of 721
ok. I didn't know what was up... since there are no messages after that.

John

ps didnt you say that you can 'remote manage' by using the real IP address?

I tried to connect using 192.168.0.56... and nothing.
post #284 of 721
I'm pretty good with SQL. How do I run a query against the file (I'm assuming it's the <Replay Name>.guide file?

Quote:
Originally posted by kjac
stahl,

ITs on my "todo" list. In the interim, if you know any sql you can modify the database yourself. You're looking to do

UPDATE lineupmaps SET channel=<NEW#> WHERE channel=<OLD#> AND name='<PROVIDER_NAME>';

-kjac
post #285 of 721
Thread Starter 
Quote:
Originally posted by stahlgrau
I'm pretty good with SQL. How do I run a query against the file (I'm assuming it's the <Replay Name>.guide file?
Its the WiRNS.db file actually. You need to get sqlite.exe from the sqlite website.

-kjac
post #286 of 721
Thread Starter 
Quote:
Originally posted by Bigjohns
ok. I didn't know what was up... since there are no messages after that.

John

ps didnt you say that you can 'remote manage' by using the real IP address?

I tried to connect using 192.168.0.56... and nothing.
You can remote manage on the wirnsip in the latest version(s)

-kjac
post #287 of 721
im on 1.0.12.. is that late enough?
post #288 of 721
Thread Starter 
1.0.14 just came out :)

-kjac
post #289 of 721
Quote:
Originally posted by kjac
1.0.14 just came out :)

-kjac
you're putting out versions like rabbits put out babies!

Damn!

I went from 1.0.5 a day or so ago... to 1.0.12 today, and already to 1.0.14!

Damn!

John
post #290 of 721
Thread Starter 
Quote:
Originally posted by Bigjohns
you're putting out versions like rabbits put out babies!

Damn!

I went from 1.0.5 a day or so ago... to 1.0.12 today, and already to 1.0.14!

Damn!

John
I do rapid development sometimes. If I get a feature set stuck in my head, I gotta plow through it till its mostly done. Then I can let it sit again. :)

-kjac
post #291 of 721
LOL I'm the same way. I'm an old guy.. used to program pascal and cobol.... so I learned PHP and MySql in 2 weeks to do a dynamic website for a client ...

Doh. and my wife says I'm single minded... How can she think that!

John
post #292 of 721
Thread Starter 
Quote:
Originally posted by Bigjohns
LOL I'm the same way. I'm an old guy.. used to program pascal and cobol.... so I learned PHP and MySql in 2 weeks to do a dynamic website for a client ...

Doh. and my wife says I'm single minded... How can she think that!

John
You should hear my g/f the past 2 weeks ;)

I program far to many languages, started with ASM years and years ago, and have taught myself up from there... :)

-kjac
post #293 of 721
kjac,

Watch the pretty lights.....
Watch the pretty lights.....
You are getting sleepy...
Your eyelids are getting heavy...
You can't sleep ever again..
You WANT to get the DirecTV PPV listings working..
You will wake up when you see the word WiRNS.
WiRNS.
WiRNS.

;)
post #294 of 721
Thread Starter 
Quote:
Originally posted by Zadkiel
kjac,

Watch the pretty lights.....
Watch the pretty lights.....
You are getting sleepy...
Your eyelids are getting heavy...
You can't sleep ever again..
You WANT to get the DirecTV PPV listings working..
You will wake up when you see the word WiRNS.
WiRNS.
WiRNS.

;)
Zad,

I'm ready to rock on it, just waiting for tedkunich. He already did a ton of work on it, so when he's finazlied his code and sent to me (assuming he's willing to license it in a GPL valid format) I'll incorporate it post-haste. I dont want to reinvent the wheel if he's already done most of the work.

-kjac
post #295 of 721
kjac -

I'm using .14 now and still not getting the dish PPV... what channel numbers does your DISH ppv info show up on??

John
post #296 of 721
Quote:
Originally posted by kjac
Zad,

I'm ready to rock on it, just waiting for tedkunich. He already did a ton of work on it, so when he's finazlied his code and sent to me (assuming he's willing to license it in a GPL valid format) I'll incorporate it post-haste. I dont want to reinvent the wheel if he's already done most of the work.

-kjac

I know, I know.... I'm a slacker.... ;) been super busy with work and home stuff. Should be able to knockout the Sports subscriptions (NHL, NBA, NFL, MLS, MLB, and ESPN Gameplan) this week. Once the Sports stuff is done, PPV are next.

The PPV guide parser should not be big deal problem, but getting DTV's search function to grab successive days and time slots will be a pain - it appears to be "driven" by a javascript running on the server. If anyone feels ambitious to "crack" the interface, I'd be most grateful! :)




T
post #297 of 721
I'm practically ecstatic about kjac getting the dish ppv working!
Channels 502 to 526 are here with full descriptions.
Now that's a first in ReplayTV history!..(at least for me)

thanks kjac, you just made ReplayTV more valuable!
post #298 of 721
Quote:
Originally posted by sonomatom
I'm practically ecstatic about kjac getting the dish ppv working!
Channels 502 to 526 are here with full descriptions.
Now that's a first in ReplayTV history!..(at least for me)

thanks kjac, you just made ReplayTV more valuable!
What did you set your provider name to in the config?
post #299 of 721
Here's the only two lines that count and are not commented out:

Provider=DISH Network
Timezone=Pacific

The file name is "WiRNS-DoDishPPV.conf" and it's sitting in the same directory as WiRNS.exe
post #300 of 721
hmm, looks like my PPV time slots are off.
For Pacific time, my WiRNS guide says the PPVs start an hour before they really do. I didn't really notice until I went to watch a movie and realized that it already started an hour ago.

Since kjac is using Eastern time, perhaps the Pacific slot needs an adjustment on the back end? If there was a time slot for one hour later from Pacific, I'd just use that for now.
New Posts  All Forums:Forum Nav:
  Return Home
  Back to Forum: ReplayTV & Showstopper PVRs
This thread is locked  
AVS › AVS Forum › Gaming & Content Streaming › ReplayTV & Showstopper PVRs › Announcing: WiRNS 1.0.0 SP PreAlpha