![]() |
|
|||
|
Snapstream Guide feature suggestion
Maybe I missed it in the documentation - but there is a feature that i would like to see in the snap stream guide. Wouldn't it be nice if the time row at the top of the screen would change color if there was a recording set up in that time slot.
You could be browsing the channels and see a show you like - a glance at the time at the top of the screen would show you if you already had something for that time slot. Just a suggestion. If this already exists in the config somewhere and i missed it - I would appreciate someone sharing how to implement it. |
|
||||
|
Re: Snapstream Guide feature suggestion
Agreed!! I keep using two windows; one web page with the upcoming shows and the other with snapstream.net or the epg guide in the fsui - to achieve exactly this. I like your idea a lot
![]() I even thought of having an alternative approach where it only showed timeslots not in conflict in the epg (ie the time/date becomes immaterial but you just get a grid of possible recordings. That does rather preclude you from overriding anything though intentionally but I rarely do)
__________________
Sleep well Kismet |
|
||||
|
Re: Snapstream Guide feature suggestion
I open three windows to program my PVR... My PVR, SS.net, and IMDB. The code I use to open them is:
Code:
<html>
<head>
<script language="JavaScript">
myRef2 = window.open('http://addresstopvr/','mywin2',"left=0,top=0,height="+screen.availHeight+",width="+screen.availWidth+",toolbar=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,directories=yes,location=yes");
myRef = window.open('http://www.imdb.com','mywin',"left=0,top=0,height="+screen.availHeight+",width="+screen.availWidth+",toolbar=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,directories=yes,location=yes");
window.moveTo(0,0);
window.resizeTo(screen.availWidth,screen.availHeight);
window.location = 'http://www.snapstream.net';
window.focus();
</script>
</head>
<body>
</body>
</html>
__________________
-drew To view links or images in signatures your post count must be 3 or greater. You currently have 0 posts. HTPC setup: Click To view links or images in signatures your post count must be 3 or greater. You currently have 0 posts. . |
|
||||
|
Re: Snapstream Guide feature suggestion
Quote:
__________________
P4 820D - 2 GB ATI X1800 XL - PVR 150 x 2 XP Pro SP2 - DX 9c - Catalyst 6.9 - CyberLink PowerDVD 7 Video & Audio Decoder. Beyond TV 4.2 - To view links or images in signatures your post count must be 3 or greater. You currently have 0 posts. - To view links or images in signatures your post count must be 3 or greater. You currently have 0 posts. |
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| suggestion: allow editing of time of snapstream guide recordings | Mistergq | Beyond TV and Beyond TV Link | 0 | 12-31-2006 11:48 AM |
| BTV Feature Suggestion | rsoandrew | Beyond TV and Beyond TV Link | 10 | 09-09-2006 12:30 AM |
| SnapStream.Net Guide Feature Request | sweitzen | Beyond TV and Beyond TV Link | 9 | 02-09-2006 03:28 PM |
| Feature Request - Channel Naming Flexibility in the SnapStream.Net guide in BTV3.5 | k_kirk | Beyond TV and Beyond TV Link | 0 | 11-03-2004 11:21 PM |
| Feature Suggestion | marky | SnapStream Discussion | 2 | 08-31-2002 05:25 AM |