|
SageTV v7 Customizations This forums is for discussing and sharing user-created modifications for the SageTV version 7 application created by using the SageTV Studio or through the use of external plugins. Use this forum to discuss plugins for SageTV version 7 and newer. |
|
Thread Tools | Search this Thread | Display Modes |
#1221
|
|||
|
|||
Quote:
I will try playing with the Mirage. I really did not look at it that closely. |
#1222
|
|||
|
|||
Quote:
Fonceur, Do I enable logging in tcpserver? Where is the file saved and what would it look like? As you can tell I am clueless. But I am willing to try. |
#1223
|
||||
|
||||
Quote:
Code:
2) Set Debug to true in the plugin interface and in the Detailed settings/Advanced. If things are working well, feel free to keep it as false. However, if you are asked for the sage log, then set this to true, restart sage to reproduce the problem, and send the logfile. The file will have the name "sagetv_0.txt" and it will be located in the SageTV\SageTV folder.
__________________
SageTCPServer (2.3.5): Open source TCP interface to the SageTV API MLSageTV (3.1.8)/Sage Media Server (1.13): SageTV plugin for MainLobby/CQC TaSageTV (2.58)/TaSTVRemote (1.14): Monitor/control SageTV with an Android device TbSageTV (1.02)/STVRemote (1.11): Monitor/control SageTV with a PlayBook 2 TiSageTV (1.64)/TiSTVRemote (1.09): Monitor/control SageTV with an iPhone/iPod/iPad |
#1224
|
|||
|
|||
Quote:
Edit: I copied the file to my laptop. File attached The SageTV log is too big to upload. I can make it smaller or send it to you. Last edited by twollman; 08-06-2011 at 12:05 PM. |
#1225
|
||||
|
||||
Quote:
EDIT: OK, I see the problem: "android.os.NetworkOnMainThreadException", I need to make my network call differently...
__________________
SageTCPServer (2.3.5): Open source TCP interface to the SageTV API MLSageTV (3.1.8)/Sage Media Server (1.13): SageTV plugin for MainLobby/CQC TaSageTV (2.58)/TaSTVRemote (1.14): Monitor/control SageTV with an Android device TbSageTV (1.02)/STVRemote (1.11): Monitor/control SageTV with a PlayBook 2 TiSageTV (1.64)/TiSTVRemote (1.09): Monitor/control SageTV with an iPhone/iPod/iPad Last edited by Fonceur; 08-06-2011 at 12:08 PM. |
#1226
|
||||
|
||||
Version 2.18
- Fix: On Android 3.x network operations are forbidden on the main thread. Since people could potentially perform long network operations on the main thread, Google's solution is to prevent them all regardless, nice...
__________________
SageTCPServer (2.3.5): Open source TCP interface to the SageTV API MLSageTV (3.1.8)/Sage Media Server (1.13): SageTV plugin for MainLobby/CQC TaSageTV (2.58)/TaSTVRemote (1.14): Monitor/control SageTV with an Android device TbSageTV (1.02)/STVRemote (1.11): Monitor/control SageTV with a PlayBook 2 TiSageTV (1.64)/TiSTVRemote (1.09): Monitor/control SageTV with an iPhone/iPod/iPad |
#1227
|
|||
|
|||
Success! The remote works again.
I get a consistent force close if I try to bring up the program guide. Edit: Rebooting the tablet seems to have cured it. Thanks again for being so responsive. Last edited by twollman; 08-06-2011 at 12:43 PM. |
#1228
|
||||
|
||||
Version 2.19
- Fix: On android 3.x, the Program guide had some database issues... I do plan on targeting Android 3.2, but implementing the Fragment and ActionBar to work on Android 1.6 to 3.2, on phone/tablet is a bit tricky on such a big app... I am currently getting the hang of it on smaller projects.
__________________
SageTCPServer (2.3.5): Open source TCP interface to the SageTV API MLSageTV (3.1.8)/Sage Media Server (1.13): SageTV plugin for MainLobby/CQC TaSageTV (2.58)/TaSTVRemote (1.14): Monitor/control SageTV with an Android device TbSageTV (1.02)/STVRemote (1.11): Monitor/control SageTV with a PlayBook 2 TiSageTV (1.64)/TiSTVRemote (1.09): Monitor/control SageTV with an iPhone/iPod/iPad Last edited by Fonceur; 08-06-2011 at 01:02 PM. |
#1229
|
|||
|
|||
Quick question. I've been poking around in the thread.
Is this app worth the $29. Especially since it seems like sagetv will no longer be develop any more...maybe. Thanks for any Thoughts
__________________
SageTv server: 2008 64 BIT R2, Asus MN2-E, AMD dual core 4200, 4gb ram, Promise raid 5 8TB, 80gb Sata boot drive w/OS, 2/ dual tuner HDhomeruns, HD-PVR 3/HD-100's, 1/HD-200 |
#1230
|
||||
|
||||
First of all, the Android version is 30% cheaper than the iOS version, as Apple/Google aren't taking a cut...
Quote:
__________________
SageTCPServer (2.3.5): Open source TCP interface to the SageTV API MLSageTV (3.1.8)/Sage Media Server (1.13): SageTV plugin for MainLobby/CQC TaSageTV (2.58)/TaSTVRemote (1.14): Monitor/control SageTV with an Android device TbSageTV (1.02)/STVRemote (1.11): Monitor/control SageTV with a PlayBook 2 TiSageTV (1.64)/TiSTVRemote (1.09): Monitor/control SageTV with an iPhone/iPod/iPad |
#1231
|
||||
|
||||
TaSageTVRemote test
As you might have noticed, I have put a free version on The Market which only includes the Remote control part... Being a smaller/simpler application, it does make it easier to test the Android 3.x stuff and such. As part of it I redid the layout, so on an Android phone it should match the iPhone/iPod Touch more closely. While I did modify the tablet layout too, it's not meant to match the iPad one...
Since the various screen size/density is a pain on Android, I would need some people to test the following build: (deleted) On an Android phone in portrait mode, the top part can be swiped left/right and basically give access to 3 screens, instead of the 2 crammed one in the current TaSageTV version. I haven't modified the landscape version, but might before it gets put on The Market... On a tablet, it should make a slightly better use of the screen than the current TaSageTV version. So if you could post the Android device (and resolution if known), and if everything is fine or if there are issues. For example, previously some users did not get access to all the buttons, which is mostly what I'm trying to avoid... Those changes will make it into TaSageTV soon, so better test this now to avoid having it broken later... EDIT: OK, got enough testing done...
__________________
SageTCPServer (2.3.5): Open source TCP interface to the SageTV API MLSageTV (3.1.8)/Sage Media Server (1.13): SageTV plugin for MainLobby/CQC TaSageTV (2.58)/TaSTVRemote (1.14): Monitor/control SageTV with an Android device TbSageTV (1.02)/STVRemote (1.11): Monitor/control SageTV with a PlayBook 2 TiSageTV (1.64)/TiSTVRemote (1.09): Monitor/control SageTV with an iPhone/iPod/iPad Last edited by Fonceur; 08-20-2011 at 08:31 PM. |
#1232
|
|||
|
|||
Just tried taSageTVRemote...
Screen shots attached for an ASUS Transformer (10.1 inch, 1280 x 720 screen) Works fine and looks ok. Button and screen size are about the same as the full version. i.e. would be easier to use if it was slightly bigger. Not necessarily fullscreen as the buttons would be a bit far apart I think, maybe 10% or 20%.
__________________
SageTV Server : Akasa Inifiiti Case, Gigabyte GA-P35C-DS3 MB, 8600GT, Core2 Duo (E6850 3GHz), 4GB RAM, ~6TB Filestore , Nova-TD500, TBS 6280, SageTV 7.1.9 New Client 2 :MSI P67A-GD53, i5 2500K Quad core (3.3GHz), 12GB, Windows 10 Pro (and test SageTV 9 Install) Sage Client 1 : HD300, Logitech Harmony One |
#1233
|
||||
|
||||
Quote:
Quote:
__________________
SageTCPServer (2.3.5): Open source TCP interface to the SageTV API MLSageTV (3.1.8)/Sage Media Server (1.13): SageTV plugin for MainLobby/CQC TaSageTV (2.58)/TaSTVRemote (1.14): Monitor/control SageTV with an Android device TbSageTV (1.02)/STVRemote (1.11): Monitor/control SageTV with a PlayBook 2 TiSageTV (1.64)/TiSTVRemote (1.09): Monitor/control SageTV with an iPhone/iPod/iPad |
#1234
|
||||
|
||||
Version 2.20
- Now targeting Android OS 3.2. - Now using the Action Bar. - No longer compiling against JAVA 1.5 (!?!). It shouldn't make much difference on Android phones or pre-3.x tablets. On 3.x tablets, now you get access to the "over flow" menu... It might be worth it retrying the streaming on 3.x tablets, to see if it helps any...
__________________
SageTCPServer (2.3.5): Open source TCP interface to the SageTV API MLSageTV (3.1.8)/Sage Media Server (1.13): SageTV plugin for MainLobby/CQC TaSageTV (2.58)/TaSTVRemote (1.14): Monitor/control SageTV with an Android device TbSageTV (1.02)/STVRemote (1.11): Monitor/control SageTV with a PlayBook 2 TiSageTV (1.64)/TiSTVRemote (1.09): Monitor/control SageTV with an iPhone/iPod/iPad |
#1235
|
||||
|
||||
Version 2.21
- Now using the same Remote control fragments as TaSageTVRemote. - Moved the Remote control's Text entry field. - Fix: Was not actively killing the services in all cases. That last fix is the reason why the application might have been crashing the first launch after an update... Of course it will only fix future installations, this one might still crash on the initial launch...
__________________
SageTCPServer (2.3.5): Open source TCP interface to the SageTV API MLSageTV (3.1.8)/Sage Media Server (1.13): SageTV plugin for MainLobby/CQC TaSageTV (2.58)/TaSTVRemote (1.14): Monitor/control SageTV with an Android device TbSageTV (1.02)/STVRemote (1.11): Monitor/control SageTV with a PlayBook 2 TiSageTV (1.64)/TiSTVRemote (1.09): Monitor/control SageTV with an iPhone/iPod/iPad |
#1236
|
||||
|
||||
Version 2.22
- Now using a "Dashboard" for the navigation. - Moved the Recordings to Media center... - Hide the unimplemented Searches...
__________________
SageTCPServer (2.3.5): Open source TCP interface to the SageTV API MLSageTV (3.1.8)/Sage Media Server (1.13): SageTV plugin for MainLobby/CQC TaSageTV (2.58)/TaSTVRemote (1.14): Monitor/control SageTV with an Android device TbSageTV (1.02)/STVRemote (1.11): Monitor/control SageTV with a PlayBook 2 TiSageTV (1.64)/TiSTVRemote (1.09): Monitor/control SageTV with an iPhone/iPod/iPad |
#1237
|
|||
|
|||
HI
Just tried 2.22... Kind of like the new look. However I cant connect anymore. THis is partly because I reconfigured the client and extender settings on the server and got it wrong and partly because tasagetv is just not showing server settings anymore to match what I think I put on the server. See attached
__________________
SageTV Server : Akasa Inifiiti Case, Gigabyte GA-P35C-DS3 MB, 8600GT, Core2 Duo (E6850 3GHz), 4GB RAM, ~6TB Filestore , Nova-TD500, TBS 6280, SageTV 7.1.9 New Client 2 :MSI P67A-GD53, i5 2500K Quad core (3.3GHz), 12GB, Windows 10 Pro (and test SageTV 9 Install) Sage Client 1 : HD300, Logitech Harmony One |
#1238
|
||||
|
||||
Actually, the settings are white on white, if you look carefully, you can see your host as 192.168.2.4...
__________________
SageTCPServer (2.3.5): Open source TCP interface to the SageTV API MLSageTV (3.1.8)/Sage Media Server (1.13): SageTV plugin for MainLobby/CQC TaSageTV (2.58)/TaSTVRemote (1.14): Monitor/control SageTV with an Android device TbSageTV (1.02)/STVRemote (1.11): Monitor/control SageTV with a PlayBook 2 TiSageTV (1.64)/TiSTVRemote (1.09): Monitor/control SageTV with an iPhone/iPod/iPad |
#1239
|
||||
|
||||
Version 2.23
- Fix: On some devices, text fields could be white on white.
__________________
SageTCPServer (2.3.5): Open source TCP interface to the SageTV API MLSageTV (3.1.8)/Sage Media Server (1.13): SageTV plugin for MainLobby/CQC TaSageTV (2.58)/TaSTVRemote (1.14): Monitor/control SageTV with an Android device TbSageTV (1.02)/STVRemote (1.11): Monitor/control SageTV with a PlayBook 2 TiSageTV (1.64)/TiSTVRemote (1.09): Monitor/control SageTV with an iPhone/iPod/iPad |
#1240
|
||||
|
||||
Version 2.24
- Added the item's count to the "Dashboard".
__________________
SageTCPServer (2.3.5): Open source TCP interface to the SageTV API MLSageTV (3.1.8)/Sage Media Server (1.13): SageTV plugin for MainLobby/CQC TaSageTV (2.58)/TaSTVRemote (1.14): Monitor/control SageTV with an Android device TbSageTV (1.02)/STVRemote (1.11): Monitor/control SageTV with a PlayBook 2 TiSageTV (1.64)/TiSTVRemote (1.09): Monitor/control SageTV with an iPhone/iPod/iPad |
Tags |
android |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
webserver + vlc + android + streaming = error | jrjbertram | SageTV Customizations | 72 | 04-11-2010 12:21 PM |
Stream video to Android phone via sage web server? | cowboyway | SageTV Customizations | 5 | 12-13-2009 02:52 PM |
Remote control application | exponent | SageTV Software | 1 | 01-08-2008 09:20 PM |
Application Integration | rschouten | SageTV Studio | 0 | 12-19-2005 11:54 AM |
SageTV for Professional A/V Application | tdalton | SageTV Software | 0 | 06-25-2003 01:17 PM |