|
SageMC Custom Interface This forum is for discussing the user-created SageMC custom interface for SageTV. |
|
Thread Tools | Search this Thread | Display Modes |
#61
|
||||
|
||||
This works great for placeshifter. I use it all the time.
|
#62
|
||||
|
||||
Mike, I'm sure you probably already know this.. but the toolbar configuration menus are all messed up using the latest sageMC...
__________________
Upgraded to Comcast X1 + Netflix/Amazon Video streaming ***RIP SageTV*** |
#63
|
||||
|
||||
Quote:
Aloha, Mike |
#64
|
||||
|
||||
Quote:
Could you generate and post a debug log file? Right now I'm at a loss since I can't reproduce the problem. Thanks. Aloha, Mike |
#65
|
||||
|
||||
Hey Mike, I'm noticing this problem when I go into Extras/Toolbar options. I am also noticing this same configuration menu corruption in MovieTimes SageMC import as well. Everything else works fine.
I can send you debug information when I get home from work... Thanks so much for looking into this.
__________________
Upgraded to Comcast X1 + Netflix/Amazon Video streaming ***RIP SageTV*** |
#66
|
||||
|
||||
Is anyone at all using Toolbar with the latest SageMC?
If you're using the latest SageMC and Toolbar, can you go to your SageMC setup menu and selected Extras? Does your Toolbar options menus look correct? Its all messed up on mine no matter what I do.
__________________
Upgraded to Comcast X1 + Netflix/Amazon Video streaming ***RIP SageTV*** |
#67
|
||||
|
||||
Okay... I cant be the only person still using this plugin... anyone? Sorry if I'm impatient.. but this is one of my most valuable addons!
__________________
Upgraded to Comcast X1 + Netflix/Amazon Video streaming ***RIP SageTV*** |
#68
|
||||
|
||||
For the record, it was all my fault. The toolbar works perfectly with perfect programing. I was using an old import file stvi. After I upgraded, it all worked the way it should.
__________________
Upgraded to Comcast X1 + Netflix/Amazon Video streaming ***RIP SageTV*** |
#69
|
|||
|
|||
problems with airing conflicts
Hi,
I use the stvi with the latest SAgeMC 636b and java 1.603. I think this is a good plugin but I am experiancing some problems with it. 1. When there are recording conflicts there is the icon, and u made it clickable. Unfortunatlly it leads to a screen which shows no options for recording resolution, it just shows the message and tne close button. 2. This button does not work when in the "My Menu" submenu. 3. When in the Epg mode, (guide) could you add the ff and rw buttons to work and actually move the guide view? Thanks Alon24
__________________
Server SageTv 6.3.5, Core2Duo 6300 ,2Gigs ,Saphire x1650, PVR250, 2*320GB + 160GB, java 1.6.1 Client SageTV Client 6.3.5 , AMD 3000, 1024Mb, Saphire x1600Pro256HDMI, java 1.6.1 Using Nielm's Web server 2.22 |
#70
|
||||
|
||||
Maybe thats what I was doing wrong too.... I was using this addon to get to it...
Quote:
__________________
Upgraded to Comcast X1 + Netflix/Amazon Video streaming ***RIP SageTV*** |
#71
|
||||
|
||||
Quote:
I'm in the middle of some serious coding for the next SageMC release. Aloha, Mike |
#72
|
|||
|
|||
Mike,
Thanks for opening up development for us touch screen users. I'll load up MC on my touchscreen and install the toolbar and see what types of issues I uncover. One key thing I would like to see on the toolbar / touchscreen capability is scroll support. Transport is ok, but being able to touch a slider and move to any given portion of the media being played back is a key feature that transport controls just don't give you. Can that be added to the toolbar? thanks, mv |
#73
|
||||
|
||||
I know that support was added a few versions back to allow dragging the slider in the video OSD with a mouse. Can you check to see if this works on a touchscreen? It may just be a matter of providing a reliable way to bring up the OSD.
How does control on a touchscreen work? Does it mimic a mouse? i.e. when you drag your finger across the screen is it the equivalent of a mouse drag and when you tap is it executing a mouse click? Since I don't have a touchscreen, I'll be relying on your guys to tell me what does/doesn't work and what you need for proper control. Thanks. Aloha, Mike |
#74
|
|||
|
|||
Sorry, I was hopelessly behind the times...it works great!...still have to test on the touch screen but definitely the scroll feature is smooth as silk and perfect...thanks!
|
#75
|
|||
|
|||
I have used (and still do) the touchscreen to scroll using the progress bar in the osd in both the stock STV and SageMC. Works fine.
Can the toolbar be made to slide in anytime the "mouse" is moved? For those of us with touchscreens, that would mean that anytime we touch the screen, it would pop up. Of course that would have to be selectable so that those with actual mice can turn it off |
#76
|
||||
|
||||
Quote:
Quote:
Also, what controls would be most useful to you for touchscreen use? Aloha, Mike |
#77
|
|||
|
|||
That would be absolutely great. ANYWAY you make it work is good with me.
As for controls, the only thing that I need is transport and nav. In fact just stop. pause, left and right. Everything else works in the interface as is. |
#78
|
||||
|
||||
Could you describe the nav requirements a bit more?
I may just put together a separate plugin for touch screen control rather than mess around too much with the existing toolbar. Then I can design it specifically for this application. Soooo.... is there a better way than a toolbar to present the controls? I'll start looking at this as soon as I finish my part of the next SageMC update. In the mean time let me know if you have any other thoughts. Aloha, Mike |
#79
|
|||
|
|||
In all honesty, all I really need is stop and back. Everything else works just the way it is. And it seems to have an "invisible" back in the upper left hand corner already
But this is just me, what do the other touchscreen users think? |
#80
|
|||
|
|||
A touchscreen works just like a mouse but only with the left click available. If you drag your finger, it is like moving the mouse, if you tap, it is like left clicking on that spot, if you double tap, it is like double-left clicking on that spot. I believe the drivers mimic a mouse to the OS, and the OS is just responding to mouse actions. The only difference between a single button mouse and a touch screen is that on a touchscreen you can instantaneously jump without dragging just by touching a different place on the screen (you might be able to use this difference to enable a touchscreen control bar...e.g. if the user clicks on spot A then spot B but never drags in between, then popup touchscreen control bar...just an idea I'm not sure it is a good one ).
There are several issues with the current implementation: 1) Bar doesn't always show up: I am having issues with my touchscreen activating the bar. It works sporadically when I move my finger to the top of the screen. It appears more often when I am in the skin than when I am playing back a show. I got the buttons to come in once in playback mode, but mostly, I had to remote log in to the computer and manually stop playback and get back the menu. I think there might be control issues between the code that pops up the progress bar and the code that pops up the hidden controls when using the touchscreen (worked generally with remote login mouse though). Also, the hidden menu wouldn't show up at all when you first start playback and it has the show information at the top of the screen. I had to wait until this went away to call the hidden menu either with a mouse or touchscreen. During media playback, it would be good if when you tapped the screen both the hidden controls and the progress bar showed up together then you could use either control. If you can't do this, my personal preference is to add a stop or a home button to the progress bar as tapping the screen having the progress bar pop up, then tapping somewhere else or dragging a finger somewhere else to get the taskbar to show up just to stop playback is pretty cludgy. Issue #2: Also, a sleep button or having the X button act the same as the X botton on the home screen (popping up the sleep/exit sage.../cancel screen) would be very good. I need sage sleep to shift focus between Sage and my other touchscreen applications. Issue #3: I don't know what the 3 buttons do with the music/swoosh arrow/TV or something...I would delete these if I could... Can the bar be customized, or do you have to hard code the functions...if it can be customized, is there documentation some where I should read? thanks again for the support SageMC is sooo good I am just desperate to make it work on the touchscreen. thanks, mv |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Simple (but effective) security for any STV | Lester Jacobs | SageTV Customizations | 5 | 12-17-2010 03:21 PM |
STV Import: Change Encoder Display name in Parallel Recording Schedule | BobPhoenix | SageTV Customizations | 10 | 12-31-2009 03:17 PM |
Import DVD Profiler xml into default STV | wags119 | SageTV Customizations | 7 | 10-30-2006 07:35 PM |
Import STV vs Full STV | rickw | SageTV Studio | 5 | 11-04-2005 01:15 PM |