|
SageMC Custom Interface This forum is for discussing the user-created SageMC custom interface for SageTV. |
|
Thread Tools | Search this Thread | Display Modes |
#3661
|
|||
|
|||
I am also curious about how this functions. I found that if you are in the "Now Playing" it will skip to the next song.
I don't have a problem with the FF or RW buttons being switched.
__________________
AMD Athlon 3000 |1GB Memory | eVGA 7600GS | 80GB, 300GB and 500GB SATAII | HDHomerun |Hauppage PVR-150 | SageMC 16x9 | Windows XP Pro. |
#3662
|
||||
|
||||
Quote:
|
#3663
|
|||
|
|||
Quote:
The control buttons on the screen are mapped as follows: |<< Skip to previous track |>> Skip to next track << Rewind (number of seconds specified for 'Rewind' in DetailedSetup/Customize/FF and Rewind times >> Fast Forward (number of seconds specified for 'Fast Forward' in DetailedSetup/Customize/FF and Rewind times For your remote, the buttons should be mapped to the following Sage commands: Skip to previous track button: Skip Bkwd #2 Skip to next track button : Skip Fwd #2 Rewind button: Skip Bkwd / Page left Fast Forward button: Skip Fwd / Page right Do you have mapped your buttons differently ? Dirk |
#3664
|
||||
|
||||
Quote:
I am using an MVP with it's stock remote settings, nothing is mapped. I will update sage to the latest ver. and retry. Thanks, Skybolt |
#3665
|
|||
|
|||
Quote:
jan |
#3666
|
|||
|
|||
Never mind; I found it.
Thanks, jan |
#3667
|
||||
|
||||
Quote:
The buttons at the bottom of the page work fine, it's the remotes buttons which do not work as described above. anyone? Thanks, Skybolt |
#3668
|
|||
|
|||
Quote:
Dirk |
#3669
|
|||
|
|||
I have Sage setup to use the transparent menus. When I use SageMC it works fine until I minimize the app. Once I bring it back up the menus are no longer transparent. After I start a video or go to a guide they are transparent again. Anyway to keep them transparent all the time? Chad
Edit: I do have it setup to "always" show videos on menus. Last edited by chadman; 02-23-2007 at 09:27 AM. |
#3670
|
||||
|
||||
Quote:
|< = 14244 - skip bkwd/pg lft >| = 14238 - skip fwd/pg rt >> = 14260 - smoth ff << = 14258 - smoth rew Thanks for your help. -Skybolt |
#3671
|
|||
|
|||
Various problems and misunderstandings
First I would like to congradulate all who have been contributing to this plugin'. especially Flashbar. It's fantastic in many ways, not only does it work well but I gives alot of us plenty to work with.
A few things I haven't been able to get my head around. How do I map the options function (right click on the mouse) to my remote? MVP w/Harmony 688. I've read where this can be done, is there a code for this. Its not on the hauppauge remote so it can't "learn it". The date/time at the top of the menu is great but the date shows as; Feb... I tried the margin controls in sagemc menu options but thats not it. I also have sage running on the server and it doesn't have this problem. When I went to set the "Ignore channels" in the comskip options on the mvp there was no erase/back or comma so I just entered bogus numbers and exited. This works great on the server with a keyboard and mouse. Can I address this in the properties file. I didn't see a parameter that looked appropriate. As you can see my problems are mostly misunderstandings and pretty minor at that. If someone could point me in the right direction it would me most appreciated. Thanks, Warren |
#3672
|
||||
|
||||
Quote:
Quote:
Quote:
Aloha, Mike
__________________
"Everything doesn't exist. I'm thirsty." ...later... "No, it's real!!! I'm full." - Nikolaus (4yrs old) |
#3673
|
|||
|
|||
Dirk, I was helping JREkiwi with his new .smi closed captioning import and noticed that SageMC had .smi support for TV recordings, but not for the same video in imported videos. Am I missing something to enable .smi support in imported videos?
__________________
- Jack __________________________________________ Server: AMD Phenom 9750, 2GB RAM, 2 Hauppauge PVR500, 1 Firewired DCT6200, 1 HDHomerun tuning 2 QAM channels, Vizio 37" HDTV LCD, 1 USB-UIRT Clients: 1 MediaMVP, 1 Placeshifter Client, & 1 SageTV Client. |
#3674
|
|||
|
|||
Quote:
this sounds like a core problem that can't be fixed within the STV Dirk |
#3675
|
|||
|
|||
Quote:
Dirk |
#3676
|
|||
|
|||
Quote:
Dirk |
#3677
|
|||
|
|||
Various problems and misunderstandings
Thanks Mike,
I mapped the options button and it works like a charm. I had tried to change the font size before along with compact clock on/off, no joy. There are two icons on the same line as the date, record? (red cassette) and conflicts (gold ball with exclamation point), maybe these are squeezing out the room needed for date? I just turned off conflict icons and it fixed it! I still don't seem to have controll over the erase/back in ignore channels under commercial skip. I used your previous info and remapped the stop function to the stop button and nothing, but the new options button gets me out of that input process cleanly. I believe the ignore channel setup on the server should cover the info comskip needs so I'd like to erase the bogus entry on the MVP. I just wanted to say that my latest upgrades to Sage v 6 and SageMC16x9 have been a fantastic experience and everythig is working extremely well. Time to image this partition w/ghost. |
#3678
|
|||
|
|||
SageMC v6.3.2a
Hi guys, I just uploaded SageMC 6.3.2a.
Changes / fixes in this version:
Icon configuration Icons can be enabled/disabled individually in SageMC Options/Icons & Images / Icon Options: The "Recorded" settings apply to all lists of existing recordings, the "Scheduled" settings to all lists of scheduled recordings, the "Guide" settings to the EPG menu, and the 'Other' settings to any other place where icons are displayed. Multiple path filter expression You can now set up multiple filters for the filtered Video/Music menus. If the 'PathFilterExcludes' is false, a video/music file will be included in the view if it exists in any of the specified paths. If 'PathFilterExcludes' is true, the file will get excluded. Here is an example of creating a music view which includes files of the directories "d:\music\Albums" and "d:\music\MP3": Code:
<internalScreenMenuItem icon="hover_my music.png" screen="My Music" title="Music"> <evalExpression>AddStaticContext("PathFilterExprs", new_java_util_ArrayList())</evalExpression> <evalExpression>java_util_List_add(PathFilterExprs, "d:\\music\\Albums")</evalExpression> <evalExpression>java_util_List_add(PathFilterExprs, "d:\\music\\MP3")</evalExpression> <evalExpression>AddStaticContext("PathFilterExcludes", false)</evalExpression> </internalScreenMenuItem> Code:
<evalExpression>java_util_List_add(PathFilterExprs,... Note: even if you don't need multiple path expressions, you will need to update your existing menu.xml to the new syntax. Mouse navigation 1) Every SageMC menu screen has now a well defined 'click spot' in the upper left corner which will execute the 'Back' command if clicked: This should work on any screen. On the main menu, the click spot is used to toggle between windowed and fullscreen mode. 2) The Guide has been enabled for mouse navigation. You will need to disable the setting "Show current time marker in EPG" in SageMC Options/Visual in order for this to work. It will allow focusing / selecting a Guide entry with the mouse, and horizontal Guide scrolling by clicking on the left- and rightmost time interval header. Install instructions: As always, shut down the UI, extract all files in the package, load the new STV, and restart once more. I included Niel's latest JAR update for the IMDB search. Note: The full install has not been updated yet, I'll post another announcement for this, probably tomorrow. Enjoy, Dirk |
#3679
|
|||
|
|||
Quote:
Dirk |
#3680
|
||||
|
||||
Quote:
__________________
"Everything doesn't exist. I'm thirsty." ...later... "No, it's real!!! I'm full." - Nikolaus (4yrs old) |
Currently Active Users Viewing This Thread: 2 (0 members and 2 guests) | |
|
|