|
SageTV Clients Development This forum is for discussions relating to SageTV Open Source Clients Development. |
|
Thread Tools | Search this Thread | Display Modes |
#601
|
||||
|
||||
I'm working on the placeshifter capabilities. For now, not quite there.
__________________
Batch Metadata Tools (User Guides) - SageTV App (Android) - SageTV Plex Channel - My Other Android Apps - sagex-api wrappers - Google+ - Phoenix Renamer Downloads SageTV V9 | Android MiniClient |
#602
|
|||
|
|||
By the way Stuckless - don't forget to add the Hisense Vision Model 40K368AW
The app works but playback is out of sync. I had to play with the remote buttons to find what did what but I thought I would give you a heads up P.S. you may want to update your Campaign page with the future goals you have here too |
#603
|
|||
|
|||
Quote:
|
#604
|
|||
|
|||
No Problem Gustovier,
If Stuckless does do video transcoding in the future then the problem with video playback is a moot point. I thought I read he may try later on down the road so I am still testing the app on my TV since plex transcodes and plays stuff fine. If stuckless never gets playback problems fixed it is no big deal as I have a keedox box that will probaly be powerful enough to play stuff back without out of sync issues so either way I am just excited the app finally works on my tv |
#605
|
||||
|
||||
Quote:
Quote:
__________________
Batch Metadata Tools (User Guides) - SageTV App (Android) - SageTV Plex Channel - My Other Android Apps - sagex-api wrappers - Google+ - Phoenix Renamer Downloads SageTV V9 | Android MiniClient |
#606
|
|||
|
|||
Quote:
No , I did not try this as I did not even know you could do that with the app. Is that under settings? I will have to test it after Thanksgiving. Thanks!!! Only thing I would like is nice seamless playback but I still have to try your suggestion to set the streaming mode as I did not know that was possible |
#607
|
||||
|
||||
Does this client require the upgrade to v9? Or can I use it with my existing v7 setup? You know, because it's black Friday soon and I may need to buy a fire stick for $25.
|
#608
|
||||
|
||||
You can connect to a v7 server. That being said, not sure how well the Fire Stick works. Just check through the posts to see if people are having good success with it.
__________________
Batch Metadata Tools (User Guides) - SageTV App (Android) - SageTV Plex Channel - My Other Android Apps - sagex-api wrappers - Google+ - Phoenix Renamer Downloads SageTV V9 | Android MiniClient |
#609
|
||||
|
||||
By the way stuckless forgot add Android-x86 (PC Port)
And it no longer in 1/4 screen it now in full screen I think was in ver 7, 8 is when you fit it I don't recall when Last edited by SHS; 11-26-2015 at 04:20 PM. |
#610
|
||||
|
||||
New Version 0.14-ALPHA
This build fixes the UI in the Placeshifter mode. Previously you'd get a completely black UI, not you should actually get a UI
__________________
Batch Metadata Tools (User Guides) - SageTV App (Android) - SageTV Plex Channel - My Other Android Apps - sagex-api wrappers - Google+ - Phoenix Renamer Downloads SageTV V9 | Android MiniClient |
#611
|
||||
|
||||
Cool! I can see a login screen now.. now if only I could type in a login and password.. ;-)
__________________
Buy Fuzzy a beer! (Fuzzy likes beer) unRAID Server: i7-6700, 32GB RAM, Dual 128GB SSD cache and 13TB pool, with SageTVv9, openDCT, Logitech Media Server and Plex Media Server each in Dockers. Sources: HRHR Prime with Charter CableCard. HDHR-US for OTA. Primary Client: HD-300 through XBoxOne in Living Room, Samsung HLT-6189S Other Clients: Mi Box in Master Bedroom, HD-200 in kids room |
#612
|
||||
|
||||
Quote:
I am working on adding a keyboard/remote overlay, but it's still a work in progress, and it's not there yet.
__________________
Batch Metadata Tools (User Guides) - SageTV App (Android) - SageTV Plex Channel - My Other Android Apps - sagex-api wrappers - Google+ - Phoenix Renamer Downloads SageTV V9 | Android MiniClient |
#613
|
||||
|
||||
Yeah, I know - just teasing. Does the miniclient know when there is an active cursor in a text box widget, or is that all rendered completely on the server?
__________________
Buy Fuzzy a beer! (Fuzzy likes beer) unRAID Server: i7-6700, 32GB RAM, Dual 128GB SSD cache and 13TB pool, with SageTVv9, openDCT, Logitech Media Server and Plex Media Server each in Dockers. Sources: HRHR Prime with Charter CableCard. HDHR-US for OTA. Primary Client: HD-300 through XBoxOne in Living Room, Samsung HLT-6189S Other Clients: Mi Box in Master Bedroom, HD-200 in kids room |
#614
|
||||
|
||||
Everything is rendered on the server. In fact that "cursor" on the client is nothing more than the server sending box and line drawing commands. I have no idea if I'm drawing a cursor, or line in a video details screen.
__________________
Batch Metadata Tools (User Guides) - SageTV App (Android) - SageTV Plex Channel - My Other Android Apps - sagex-api wrappers - Google+ - Phoenix Renamer Downloads SageTV V9 | Android MiniClient |
#615
|
||||
|
||||
That's what I had figured - so the on-screen keyboard you are looking to do, is a drawer on top of the rendering?
__________________
Buy Fuzzy a beer! (Fuzzy likes beer) unRAID Server: i7-6700, 32GB RAM, Dual 128GB SSD cache and 13TB pool, with SageTVv9, openDCT, Logitech Media Server and Plex Media Server each in Dockers. Sources: HRHR Prime with Charter CableCard. HDHR-US for OTA. Primary Client: HD-300 through XBoxOne in Living Room, Samsung HLT-6189S Other Clients: Mi Box in Master Bedroom, HD-200 in kids room |
#616
|
||||
|
||||
Quote:
I've started a separate "remote" project that I've been using to test interactions with MiniClient because I don't have a full blown remote connected to my AndroidTV or phone. This remote project is fully customizable in that users can provide their own key layouts, etc. One of the "actions" of that remote to toggle showing the Android keyboard. In the MiniClient, I started down the road of using the pull out drawer for a "remote", but I haven't added many actions to it. So, my goal would be to bundle this remote project with the mini-client and then show the remote in the pull out drawer, or as a translucent dialog over the ui, based on either pulling out from the edge, or maybe bind it to the "home" button, etc. Once the remote is integrated, you can then turn on the android keyboard and start typing and it will send the keypreses to SageTV, so if you happen to be in a text box, sagetv will start rendering the keypresses. This all works now, when I run the MiniClient on my phone, and then I use another older phone to run the "remote". I just need to integrate it so that you don't need a second device. Maybe something I can do, quickly, is add a button to the pull out drawer that will toggle the android keyboard. (I'm not happy with the pull out drawer, so, I'm looking for some alternates to that as well).
__________________
Batch Metadata Tools (User Guides) - SageTV App (Android) - SageTV Plex Channel - My Other Android Apps - sagex-api wrappers - Google+ - Phoenix Renamer Downloads SageTV V9 | Android MiniClient |
#617
|
||||
|
||||
I think a lot of this SHOULD be handled at the STV level. Most text entry in the SageTV7 and Gemstone STV's have an onscreen keyboard, which is great - but a few do not. And more importantly, SecureLogin.xml (which is the min-STV that handles Placeshifter Logins) also does not. I think I might look into copying the base STV's on-screen keyboard into the SecureLogin.XML, and checking it in, which shouldn't be too difficult.
__________________
Buy Fuzzy a beer! (Fuzzy likes beer) unRAID Server: i7-6700, 32GB RAM, Dual 128GB SSD cache and 13TB pool, with SageTVv9, openDCT, Logitech Media Server and Plex Media Server each in Dockers. Sources: HRHR Prime with Charter CableCard. HDHR-US for OTA. Primary Client: HD-300 through XBoxOne in Living Room, Samsung HLT-6189S Other Clients: Mi Box in Master Bedroom, HD-200 in kids room |
#618
|
||||
|
||||
Quote:
__________________
Batch Metadata Tools (User Guides) - SageTV App (Android) - SageTV Plex Channel - My Other Android Apps - sagex-api wrappers - Google+ - Phoenix Renamer Downloads SageTV V9 | Android MiniClient |
#619
|
||||
|
||||
Along the same lines... (but a bit off topic), SageTV uses a lot of 1-9 to enter the alphabet on many screens. I know why they do it, but i do think that having a universal STV enabled keyboard for data entry would be better. I can't think a of a case where using 1-9 (where each key has to pressed mulitple times to pick a letter) is easier or faster than using a fully blown keyboard that you navigate using cursor keys.
__________________
Batch Metadata Tools (User Guides) - SageTV App (Android) - SageTV Plex Channel - My Other Android Apps - sagex-api wrappers - Google+ - Phoenix Renamer Downloads SageTV V9 | Android MiniClient |
#620
|
|||
|
|||
Awesome, got it working on shield remotely. Could also check the box that says to auto login so now when I reconnect I don't have to enter the user and password.
|
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Finally, a fully functional SageTV client on android and iphone! | mkanet | SageTV v7 Customizations | 12 | 01-12-2013 12:22 AM |
SageTV Placeshifter for Android | nyle | SageTV Placeshifter | 5 | 12-31-2011 10:40 AM |
Sage should get an android client running on this | Deacon Crusher | Hardware Support | 1 | 09-29-2010 11:30 AM |
Android client? | equalize | SageTV Placeshifter | 1 | 07-22-2010 09:37 AM |