SnapStream Forums

Go Back   SnapStream Forums > SnapStream Developer Network > Development Discussion
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Rating: Thread Rating: 45 votes, 5.00 average. Display Modes
  #16 (permalink)  
Old 08-05-2005, 04:35 PM
Problem solver
 
Join Date: Jan 2004
Location: Montreal, Qc
Posts: 4,913
Re: BTV Negociator - Alpha release

Quote:
Originally Posted by opilion
Perhaps you could also allow users to configure what types of conflicts they want to be notified about. "Not a first run", for example, is a given if I am recording new episodes only - It might be desirable to suppress these messages.
With the newest version (.65), it is now possible to filter the rejected recordings, so the logic is in place! The next release or 2 should be dealing with more customizations in terms of fonts and colors. Then I will see about the integration with the FSUI before working on the main reason for this programme: the conflict resolution part.
Reply With Quote
  #17 (permalink)  
Old 08-05-2005, 09:02 PM
Registered User
 
Join Date: Aug 2003
Posts: 179
Re: BTV Negociator - Alpha release

Why won't it connect to my BTV server. This new version just say, "Sorry, can't connect..." but when I was getting the handling error, it mentioned a license issue.
Reply With Quote
  #18 (permalink)  
Old 08-05-2005, 10:47 PM
Problem solver
 
Join Date: Jan 2004
Location: Montreal, Qc
Posts: 4,913
Re: BTV Negociator - Alpha release

Quote:
Originally Posted by jeffreyd_tx
Why won't it connect to my BTV server. This new version just say, "Sorry, can't connect..." but when I was getting the handling error, it mentioned a license issue.
Ok, do you have BTV-Link installed on that machine since it is not the server (even a trial version will do)? If so, open up regedit and go at:

HKEY_LOCAL_MACHINE\SOFTWARE\SnapStream Media\Beyond TV

See if you have a license key in either NetworkLicense, ProductKey or somewhere else around there... Let me know where it is. I only have access to a registered BTV and trial BTV-Link, so your key might be somewhere else. Of course don't cut and paste your key here, we don't need to know it.
Reply With Quote
  #19 (permalink)  
Old 08-07-2005, 05:57 AM
Registered User
 
Join Date: Aug 2003
Posts: 179
Re: BTV Negociator - Alpha release

Quote:
Originally Posted by Fonceur
Ok, do you have BTV-Link installed on that machine since it is not the server (even a trial version will do)? If so, open up regedit and go at:

HKEY_LOCAL_MACHINE\SOFTWARE\SnapStream Media\Beyond TV

See if you have a license key in either NetworkLicense, ProductKey or somewhere else around there... Let me know where it is. I only have access to a registered BTV and trial BTV-Link, so your key might be somewhere else. Of course don't cut and paste your key here, we don't need to know it.
It is where you say it is HKEY_LOCAL_MACHINE\SOFTWARE\SnapStream Media\Beyond TV under the NetworkLicense key. This is a registered version of both BTV and BTVLink.
Reply With Quote
  #20 (permalink)  
Old 08-07-2005, 11:11 AM
Problem solver
 
Join Date: Jan 2004
Location: Montreal, Qc
Posts: 4,913
Re: BTV Negociator - Alpha release

Quote:
Originally Posted by jeffreyd_tx
It is where you say it is HKEY_LOCAL_MACHINE\SOFTWARE\SnapStream Media\Beyond TV under the NetworkLicense key. This is a registered version of both BTV and BTVLink.
I am puzzled... If you have not yet, first could you try running it directly on the BTV Server as localhost? Second, what is the format of the address used in your web browser to access the BTV Web Admin (any firewall that might be blocking the port or such?) from the machine with BTV Link? Third, on the BTV Link machine if you go back to regedit, is the NetwortLicense key of REG_SZ format and is the ProductKey empty? And finally, have you been able to run someone else addon successfully (I could try seeing how they do it...)?

If I can not sort it out with that, I might try do a special build with the 220k UPNP.dll from INTEL that I mentionned before...

Last edited by Fonceur; 08-07-2005 at 11:13 AM.
Reply With Quote
  #21 (permalink)  
Old 08-15-2005, 06:36 PM
Problem solver
 
Join Date: Jan 2004
Location: Montreal, Qc
Posts: 4,913
Re: BTV Negociator - Alpha release

With this latest beta release (.75), it pretty much concludes the customization part that I had in mind. So now I will be going back to adding actual features:

- If possible, having the conflicts show up somewhere in BTV itself. I had in mind something like the warning screen, but it seems that it might only be read only. I'll keep looking...

- The negotiation part. In its current form, the program reports the conflict(s) but offers no suggestion(s) and can not resolve the conflict(s). What I have in mind is to look at those conflicts and see if a show could be recorded at another time, maybe on another channel or such. Since it might creates more conflicts, this gets tricky fast...

- Showing more informations when a specific recording is selected, like the full description and such. I am not sure yet if I want to show those as a floating tip or maybe at the top or bottom of the tab's. I guess that choice could be another option too...
Reply With Quote
  #22 (permalink)  
Old 08-24-2005, 11:12 PM
Problem solver
 
Join Date: Jan 2004
Location: Montreal, Qc
Posts: 4,913
Re: BTV Negociator - Alpha release

Ok my latest release (beta .8) gives more informations on the selected show/movie from the Blocked/Forced/Rejected/Upcoming recordings tabs. This was basicaly an intermediate step to see how I could interact with the list's elements of the conflict tab. So now it is time to have fun with the negotiating part for the next release...
Reply With Quote
  #23 (permalink)  
Old 08-25-2005, 08:06 AM
Registered User
 
Join Date: Aug 2003
Posts: 179
Re: BTV Negociator - Alpha release

Quote:
Originally Posted by Fonceur
I am puzzled... If you have not yet, first could you try running it directly on the BTV Server as localhost? Second, what is the format of the address used in your web browser to access the BTV Web Admin (any firewall that might be blocking the port or such?) from the machine with BTV Link? Third, on the BTV Link machine if you go back to regedit, is the NetwortLicense key of REG_SZ format and is the ProductKey empty? And finally, have you been able to run someone else addon successfully (I could try seeing how they do it...)?

If I can not sort it out with that, I might try do a special build with the 220k UPNP.dll from INTEL that I mentionned before...
Hadn't had much time to mess with this until now.
I ran this prg on the server and it is awesome, but it still doesn't run on the client.
The format that I access web admin fromt he clients is http://server:8129
The network key is REG_SZ and ProductKey does not exist at all.
I have not messed with many addons so I guess that answer would be no.
Thanks!
Reply With Quote
  #24 (permalink)  
Old 08-25-2005, 10:39 AM
Problem solver
 
Join Date: Jan 2004
Location: Montreal, Qc
Posts: 4,913
Re: BTV Negociator - Alpha release

Quote:
Originally Posted by jeffreyd_tx
... and ProductKey does not exist at all.
Ah, there we go! Without a ProductKey to read, it would return a null which does not convert to ""... Try the beta .81, now it should work for BTV-Link...
Reply With Quote
  #25 (permalink)  
Old 08-25-2005, 11:28 AM
Registered User
 
Join Date: Aug 2003
Posts: 179
Re: BTV Negociator - Alpha release

Thanks for the quick response and I will test it tonight when I get home.
Reply With Quote
  #26 (permalink)  
Old 09-01-2005, 11:05 PM
Problem solver
 
Join Date: Jan 2004
Location: Montreal, Qc
Posts: 4,913
Re: BTV Negociator - Alpha release

Another update, now up to the beta version .85.

On the conflict tab, you can now see alternate times/channels to perform those recordings (for now, you will need to use BTV to actually setup those recordings). The alternate recordings at the time of the conflict but on other channels are not shown, should there be a need like on a dual tuner (or more) setup with different listing, let me know.

The next step consists in having the possibility of adding/modifying recordings to get rid of those conflicts that are preventing some TV Shows/movies from being recorded... Probably a right-click showing a context menu to add the recording...
Reply With Quote
  #27 (permalink)  
Old 09-09-2005, 03:12 PM
Problem solver
 
Join Date: Jan 2004
Location: Montreal, Qc
Posts: 4,913
Re: BTV Negociator - Alpha release

The beta version .91 is available.

This is the first real step of the conflict resolution. The conflict tab is split in two lists, the first shows:

1) in red the movies/TV shows not being recorded

2) in orange-red the movies/TV shows not being recorded (those could be resolved by changing the recording frequency from once to always)

3) in black the movies/TV shows in conflict (if those could be resolved by changing the recording frequency from once to always, a menu wil be available)


The second list shows the alternate recordings:

1) in red, they would create a new conflict

2) in green, they are totaly safe to be added

3) in black, currently they don't create a conflict, but should some priorities of existing recordings be changed, they might lead to a conflict


For the conflicts appearing in orange-red, by right-clicking that conflict a context menu will appear, allowing to solve that conflict. All the other properties are copied from the original recording (i.e. quality, folder, etc.). All the lists are repopulated to reflect the changes.

The next step will consist in allowing the other alternate recordings to take place

Last edited by Fonceur; 09-09-2005 at 10:09 PM.
Reply With Quote
  #28 (permalink)  
Old 09-10-2005, 03:09 PM
Problem solver
 
Join Date: Jan 2004
Location: Montreal, Qc
Posts: 4,913
Re: BTV Negociator - Alpha release

Another small update, version beta .92...

I have added a tab with the list of recording jobs. This also allowed me to solve another pet peeve of mine: there was no easy way to change the frequency of a recording (i.e. always, first run, once) wihout deleting and recreating a recording! Now there is, just right click and select the new frequency...
Reply With Quote
  #29 (permalink)  
Old 09-18-2005, 09:13 PM
opilion's Avatar
DaddyLongLegs
 
Join Date: Mar 2004
Location: Canada
Posts: 378
Re: BTV Negociator - Alpha release

Thanks for all your work on this. My wife was upset the other night when we missed recording a season finale because BTV doesn't have the smarts to notify when a conflict occurs. Had I known, I would have scheduled around the conflict.

op
__________________
Running BeyondTV v4.9.2 AMD BE-2350, 2GB RAM, ATI 4650, Hauppauge HVR-1250, HVR-1600, KWORLD UB435-Q, HD1(OS): 250GB Samsung SATA HD2(RECORD): 500GB WD SATA
Reply With Quote
  #30 (permalink)  
Old 09-21-2005, 02:38 AM
Problem solver
 
Join Date: Jan 2004
Location: Montreal, Qc
Posts: 4,913
Re: BTV Negociator - Alpha release

A few small updates later, now up to version beta .96...

- I added a tab with the list of recent recordings. I needed it to filter out some false conflicts (repeats of shows already recorded), so I figured no point in letting that list hidden, someone might like to see that info...

- Clicking the column header (except for Conflicts) now sort the list accordingly.

- For the alternate recordings list I added the possiblity to filter out the hidden channel. I put my unsuscribed channels as hidden, so I do not want to have false alternatives... On the other hand, that might suggest channels that I should subscribe too, so it is a toggle...


Todo list

- Possibility to replace/add the alternate recordings (context menu like the ones to change the frequency...).

- (Adding some multi-threading. Presently the various lists are filled one after the other, which makes the initial load rather long. I assume I can save some time there.) Tried this and it didn't help, might try again later if I can actually get a gain from that...

- Mass recording. The possibility of adding all the showings (at any time and on any channel) to the job recording list. For example, for a Starchoice customer that means converting a single recording to multiple recordings covering all the CTV affiliates...

- Look into some possible memory leak. It seems that every click increases the memory used by a few bytes... I do not know if it stops growing, but that might cause a problem for the next point....

- Possibility to let the program run in the background, updating at a certain frequency and sending some kind of warning in BeyondTV when a conflict is detected. I am thinking of creating some kind of bogus job which might trigger a warning.

Last edited by Fonceur; 09-21-2005 at 12:20 PM.
Reply With Quote
Reply

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
BTV-Externinator - Alpha release Fonceur Development Discussion 2120 11-13-2009 07:52 AM
BTV + BTV-Negociator + MainLobby integration... Fonceur Development Discussion 3 12-11-2008 09:37 PM
[addon] BTV Negociator (July 14 Update) SSDNAdmin Beyond TV Downloads 261 12-02-2008 04:46 PM
IMDb access through BTV-Negociator... Fonceur Development Discussion 0 04-26-2007 03:01 PM
Split BTV-Negociator or not? Fonceur Development Discussion 9 12-18-2006 03:47 PM


All times are GMT -6. The time now is 08:03 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.3.0 RC1
©2004-2006 Snapstream Media
You Rated this Thread: