|
SageTV Clients Development This forum is for discussions relating to SageTV Open Source Clients Development. |
|
Thread Tools | Search this Thread | Display Modes |
#421
|
||||
|
||||
Quote:
EventRouter and the MiniclientKeyEventListener both need to be updated. EventRouter is basically the static definition for the SageTV key, and the KeyEventListener is what maps the native Android to SageTV definitions.
__________________
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 |
#422
|
||||
|
||||
Quote:
Keep in mind, I have no idea how this works on the android end, I'm just looking at it on the sagetv miniclient<->server connection.
__________________
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 |
#423
|
||||
|
||||
Quote:
The code is there, if people want to play with it, but, whether you are sending IR codes, or Key Events, or Mouse Events, or simply SageTV command strings. They need to be mapped. The Desktop client captures the raw java AWT key and mouse events and sends them directly to the server. No mapping required, because they are in java AWT format. The Desktop and HD300 extenders directly capture IR codes and in turn, sends those directly to the SageTV server... No Mapping Required. (for the Linux placeshifter it relies on LIRC, not sure what the windows placeshifter uses, and I assume the HD300 is either using LIRC or has it's own proprietary handling). I'm not willing to write an IR capture module for Android, just so that I can get around the fact that Android is capturing these events and turning them into Key events... It's far simpler to simply map Android Key events to SageTV events. If someone wants to write an IR capture module, I'd be OK with it... It's just nothing that I'm interested in doing.
__________________
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 |
#424
|
||||
|
||||
Quote:
__________________
SageTV 7.1.9 / Phoenix Captures: 1x Genpix Skywalker DVB4Sage / 1x 7500 Prof DVBS2 Tunner DVB4Sage / 1x HD HomeRun / 1x Slingbox M1 / 1x Colossus HD Extender: 2x HD200 / 1x HD300 |
#425
|
|||
|
|||
Quote:
why not an external ir dongle. sounds like a limit of nexus as well not having ir.. of other note I've seen people having success with hdmi-cec and nexus |
#426
|
|||
|
|||
I was on the Logitech site the other day, and I think Pluckyhd is correct. For some reason they are limiting the BT interface to a very limited number of commands, even though they had more at one time. Not sure it's a limit of the Hub software, or something else. MANY people complaining about it, but no change in site, so far.
__________________
Server #1= AMD A10-5800, 8G RAM, F2A85-M PRO, 12TB, HDHomerun Prime, HDHR, Colossus (Playback - HD-200) Server #2= AMD X2 3800+, 2G RAM, M2NPV-VM, 2TB, 3x HDHR OTA (Playback - HD-200) |
#427
|
|||
|
|||
How does one load and run the apk on the Shield?
__________________
-Craig |
#428
|
|||
|
|||
Since we're on the topic of controls, has it been discussed or is it possible to use this as an android remote app to launch and control videos on another android device? Something similar to the way Chromecast functions? With Gemstone it would be easy to create phone friendly views and I think it would help lure people to try Sage without the added complexity and cost of a good universal remote.
|
#429
|
||||
|
||||
Quote:
https://play.google.com/store/apps/d...etv.full&hl=en Creates a socket to the sagetv server to send the event, and the sagetv server sends the keypresses to the specific client/placeshifter. (someone feel free to correct me if im wrong)
__________________
SageTV 7.1.9 / Phoenix Captures: 1x Genpix Skywalker DVB4Sage / 1x 7500 Prof DVBS2 Tunner DVB4Sage / 1x HD HomeRun / 1x Slingbox M1 / 1x Colossus HD Extender: 2x HD200 / 1x HD300 |
#430
|
||||
|
||||
Maybe the easiest is to install ES File Explorer on the AndroidTV. Then copy the downloaded APK to a USB thumbdrive, and install from there (using ES File Explorer) to navigate the usb drive.
Quote:
But all that being said, this project is ALPHA... The discussions around using remotes, etc, are great, but dealing with remotes at this stage, for me, is low on the list, given that I still need to get video playback working (better). I think that once this project enters beta... we should be at a point where a "dumb" remote can control sagetv extender and offer the basics of navigation (including options) and media playback for pause/play/skip. I don't think a universal remote will be a requirement, but it will certainly make the experience better to have a full featured remote with specialized buttons for different actions,etc.
__________________
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 |
#431
|
|||
|
|||
Will the Phoenix Android Remote be able to control the MiniClient ... also does the Phoenix Android remote still work?
Edit it does work with the Phoenix web remote I was able to set my options and sorting of recordings also filtering. Last edited by nyplayer; 11-04-2015 at 09:29 AM. |
#432
|
|||
|
|||
Quote:
__________________
Tecra M5, 2 x HD200, 2 x HD300 2 x PCTV 290e Win 7, Sage 7.1.9, Phoenix 2 STV Stephane's XMLTV Importer, Digiguide, |
#433
|
|||
|
|||
Quote:
Sorry if you want to focus on the more current tasks. I raised the question only to generate discussion or perhaps inspiration. Edit: More apologies, the pay version of TASageTV accomplishes much of the same functions. My experience has been with the free version. Last edited by trk2; 11-04-2015 at 09:46 AM. |
#434
|
||||
|
||||
Quote:
Long term, is that I'll likely be re-doing that Application, and rolling in some features from this Application. Quote:
I am focussed on current tasks, but these discussions are good to help shape where the focus will go, once we get out of Alpha and Beta.
__________________
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 |
#435
|
||||
|
||||
Quote:
Just to reiterate though, that would be a completely separate project.
__________________
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 |
#436
|
|||
|
|||
Does this MINICLIENT sometimes require SageTV server to transcode the VIDEO ... because sometimes the quality is really bad as if I am not getting the true recording but a transcoded one ... or is this the embedded players problem?
Lots of little squares on fast motion ... colors seem to bleed. Last edited by nyplayer; 11-04-2015 at 01:36 PM. |
#437
|
||||
|
||||
Quote:
What is the filetype(s) that appear blocky?
__________________
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 |
#438
|
|||
|
|||
Recorded HD Recordings. TS and MPG. both from the Prime and OTA. I can watch the same recordings in Kodi and they are fine.
Last edited by nyplayer; 11-04-2015 at 02:34 PM. |
#439
|
||||
|
||||
Later, when the app is more stable, I'll try to get "samples" of files that are problematic and see what's going on... It might very well be that the file is being transcoded... I'll have to figure out a clean and easy way to determine that.
__________________
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 |
#440
|
|||
|
|||
No Problem ... I am happy with what you have done so far.
|
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 |