SageTV Community  

Go Back   SageTV Community > SageTV Development and Customizations > SageTV Customizations > SageMC Custom Interface
Forum Rules FAQs Community Downloads Today's Posts Search

Notices

SageMC Custom Interface This forum is for discussing the user-created SageMC custom interface for SageTV.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 11-24-2009, 09:50 AM
Hunter69 Hunter69 is offline
Sage Aficionado
 
Join Date: Oct 2008
Posts: 301
looking for an idea

I have been programming a new universal remote. I have been working with the discrete functions. Tv goes to live tv. Videos goes to recorded tv. Is there a way to create a button to go straight to all my movies in the "my videos" folder?
__________________
Server: Antec 300, AMD Phenom 9750, 4 gig ram, 4 tb-with pooled recording , Lite on Blu-ray drive
Tuners: 2 HD-PVR, 1 HDHR
Clients: 2 HD200
Reply With Quote
  #2  
Old 11-24-2009, 10:07 AM
CollinR CollinR is offline
Sage Icon
 
Join Date: Dec 2004
Location: Tulsa, OK
Posts: 1,305
Worse case you can always build a macro to do it:

Menu>Down>Down>Right>FF

You can do alot in that manner.

Also with dynamic menus (create menulets) you can tie the two together to do damn near anything.
Reply With Quote
  #3  
Old 11-25-2009, 04:10 PM
stanger89's Avatar
stanger89 stanger89 is offline
SageTVaholic
 
Join Date: May 2003
Location: Marion, IA
Posts: 15,188
Here's what I've got (for my MX880).

For each of my devices I have a real "device" (in URC terms) with all the buttons for that device setup and working correctly, this is basically virtual copy of the real remote. I never actually use this (except for the rare debugging). Eg SageTV

Then I create a activity "device" (eg TV), that is largely a copy of the device that's most interacted with (eg SageTV for TV) but includes other commonly used soft buttons, like Aspect Ratio toggle for the display. And of course I have stuff like volume and mute setup for punchthrough.

Finally I have a launch page that's got the icons/soft buttons for the access to all my "activities" and then I "hide" the real devices on the second page.

Each device has Power On and Power Off variable based macros (I make these separate from the "native" On and Off commands so I can debug things using the real On/Off commands if I need to without the macros making things difficult. Essentially the logic is:
Code:
if <device on> == 0
   Power On Command
   Delay until device accepts commands
   Set <device on> = 1
else
   do nothing
For SageTV I have two buttons Power On and Power Off that are Variable based macros:
On:


Off:


Then my "TV" launchpad (first Watch screen) has the following macro:


I have similar macros for stuff like staring my Blu-ray player, Xbox 360, etc.

All of which totally misses the point of your OP You'd have to look through the command list in Detailed setup, but I think there's a "Videos" command, but I'm not sure if it goes to the Videos list or the Media Library which would cause you to have to pick videos still. But yeah, you can always do the button push macros, which with RF should be pretty bulletproof.
Attached Images
File Type: jpg macro.jpg (20.9 KB, 250 views)
File Type: jpg macro2.jpg (13.3 KB, 237 views)
File Type: jpg macro3.jpg (20.6 KB, 252 views)

Last edited by stanger89; 11-25-2009 at 04:13 PM.
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

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

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Is this a dumb idea? panteragstk Hardware Support 12 11-03-2009 02:16 PM
Have you a better idea? I'm open! billkalicious SageTV Software 11 04-03-2009 02:10 PM
Idea for new product :P MeInMaui The SageTV Community 7 09-16-2008 06:52 AM
Hd Tv, question? Idea? robjen1019 Hardware Support 2 04-19-2008 10:02 PM


All times are GMT -6. The time now is 06:33 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2023, vBulletin Solutions Inc.
Copyright 2003-2005 SageTV, LLC. All rights reserved.