|
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 |
#1241
|
|||
|
|||
Hi Fonceur,
I'm on version 2.24 and can no longer find anywhere to clear the alerts, where did the clear button go? Thanks, -Ben
__________________
SageTV 7- OTA only, PlayOn, 1x HD300, 2x HD200, MyMovies, taSageTV (Android phone remote for SageTV!) CQC - w/integrated SageTV, taRIVA (Android phone client for CQC!) Logitech Media Server - Multizone audio (6 zones) |
#1242
|
||||
|
||||
Did you check in the Option menu? I moved it on screen in 2.25, but that's not quite ready for release...
__________________
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 |
#1243
|
||||
|
||||
Version 2.25
- Migrated the lists to ListFragment...
__________________
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 |
#1244
|
||||
|
||||
Version 2.26
- Migrated the detailed view to ListFragment... - Re-enabled the Streaming Android OS 2.3 and 3.0... - Started to use ContentProvider and CursorLoader. Displaying the lists from the database has always had issues, which often lead to crashes or poor performances... By using the CursorLoader from Android 3.x (and compatibility library), it should be much better... I haven't finished the implementation yet, but so far so good... Known issue - The sorting/filtering is broken.
__________________
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 |
#1245
|
||||
|
||||
Version 2.27
- Re-enabled the list's sorting/filtering.
__________________
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 |
#1246
|
||||
|
||||
Version 2.28
- Fix: The Favorites should not have a "Delete all" button... - Fix: The Album's details was broken. - Migrated the "Search guide" view to ListFragment...
__________________
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 |
#1247
|
|||
|
|||
Not sure which version they changed, but the pulldown menus on the setting window (Information -> Settings) show any default values as white on white.
__________________
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 |
#1248
|
||||
|
||||
Quote:
It has been there for months, but you probably didn't need it before I targeted Android 3.2, which is using your default theme... EDIT: I've confirmed that it does... But then the list of options becomes black on black on the emulator, not sure on your tablet...
__________________
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-27-2011 at 10:20 AM. |
#1249
|
|||
|
|||
Hi Fonceur,
I have a request / suggestion for the Genre filter. Please consider using only distinct Genres instead of all of the permutations. Along with SageTV I use MyMovies which has multi-select for Genre thus I have a monster list of permutations. I do not populate these, they come in from the Internet collective that populates MyMovies movie data. At a minimum, please consider putting the distinct Genres at the begging of the selection list. Thanks! -Ben
__________________
SageTV 7- OTA only, PlayOn, 1x HD300, 2x HD200, MyMovies, taSageTV (Android phone remote for SageTV!) CQC - w/integrated SageTV, taRIVA (Android phone client for CQC!) Logitech Media Server - Multizone audio (6 zones) |
#1250
|
||||
|
||||
Quote:
Just let me know what kind of separator is used for the various Genres and I can split them up... EDIT: Hopefully you don't want to split "Adventure and action" on the "and", as that creates other issues on its own (Rock and roll, Rhythm and blues, etc...).
__________________
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-27-2011 at 01:25 PM. |
#1251
|
|||
|
|||
Quote:
My filter list is showing each item separated by ,<space> I'm with you on the and splitting that doesn't work. Thanks, -Ben Edit: Sending a screen shot from my phone.
__________________
SageTV 7- OTA only, PlayOn, 1x HD300, 2x HD200, MyMovies, taSageTV (Android phone remote for SageTV!) CQC - w/integrated SageTV, taRIVA (Android phone client for CQC!) Logitech Media Server - Multizone audio (6 zones) Last edited by batwater; 08-27-2011 at 04:34 PM. |
#1252
|
||||
|
||||
Version 2.29
- Now splitting sub-genre on ",". - Added higher resolution images for Alerts/Favorites. - Switch back to the default dropdown (spinner).
__________________
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 |
#1253
|
|||
|
|||
Quote:
Outstanding, this is close. Here's the challenge, If a movie is tagged let's say with Science-Fiction, romance the movie won't show up in Romance. Also (or perhaps this is the issue to the first point) I think there is a case issue in that if the Genre entry is lower case in something other than the 1st entry then the movie won't get picked up for that genre. Same as above, Science-Fiction, romance, Romance is a genre entry that shows up as a filter but contains no entries. Thanks, -Ben edit: Romance and romance show up as genre filters but both are empty
__________________
SageTV 7- OTA only, PlayOn, 1x HD300, 2x HD200, MyMovies, taSageTV (Android phone remote for SageTV!) CQC - w/integrated SageTV, taRIVA (Android phone client for CQC!) Logitech Media Server - Multizone audio (6 zones) Last edited by batwater; 08-27-2011 at 05:07 PM. |
#1254
|
||||
|
||||
Quote:
- Fix: The sub-genre filtering didn't work right...
__________________
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 |
#1255
|
|||
|
|||
Quote:
-Ben
__________________
SageTV 7- OTA only, PlayOn, 1x HD300, 2x HD200, MyMovies, taSageTV (Android phone remote for SageTV!) CQC - w/integrated SageTV, taRIVA (Android phone client for CQC!) Logitech Media Server - Multizone audio (6 zones) |
#1256
|
|||
|
|||
Quote:
It changed the default value so I could see it , but then the pulldown was black text on a black background Version 2.29 is much better. Might need the alignment tweeking a bit as everything down to "streaming delay" is right justified, and everything below that is centered, although the actual menu bit is right justified. I can actually see values in all cases though so it is actually better. Also the onscreen keyboard disappears when I leave the settings window which it didnt before
__________________
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 |
#1257
|
||||
|
||||
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 |
#1258
|
||||
|
||||
Recordings show under media, rather than tv? Also remote has got into big mode again and doesn't fit on the screen?
__________________
Server: E7200/2Gb RAM/120gb Boot Drive/120gb music photos/500gb TV/500gb DVDs/Win XP SP3/SageTV v7 Tuners: 2x PVR150 SVHS to Sky Digiboxes with USBUIRT control + Nova TD USB setup using both tuners. Clients: 2x HP P4HT-3ghz 1.5gig RAM 8400GS@720p/3x Dell Optiplex 1-1.6ghz SFF PCs Mobile: Samsung Galaxy Tab running TaSageTV. TVs: 42" Plasma and various LED monitors. Patiently waiting for customisable menus on v.7 |
#1259
|
||||
|
||||
Yes, that's on purpose and was mentioned in the release note when I did it... For some silly reason, if I try to display 5 items in that new "dashboard" UI, they end up in a single line, over-lapping each others without any text...
Quote:
Version 2.31 - Tweaked the images for Alerts/Favorites. - Added work around for the Samsung Galaxy Tab. Known issue The custom button are not lining up properly on some tablets...
__________________
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 |
#1260
|
|||
|
|||
Feature request - Save last filter and and sub filter used
Hi Fonceur,
Would it be possible to have taSageTV remember the last filter used for each media type? I find myself having to re-select genre and the type or what pictures folder I want to look at each time I go into the app and use that function. Thanks for your consideration! -Ben
__________________
SageTV 7- OTA only, PlayOn, 1x HD300, 2x HD200, MyMovies, taSageTV (Android phone remote for SageTV!) CQC - w/integrated SageTV, taRIVA (Android phone client for CQC!) Logitech Media Server - Multizone audio (6 zones) |
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 |