|
SageMC Custom Interface This forum is for discussing the user-created SageMC custom interface for SageTV. |
|
Thread Tools | Search this Thread | Display Modes |
#301
|
||||
|
||||
Quote:
Quote:
Quote:
Quote:
__________________
Server 2003 r2 32bit, SageTV9 (finally!) 2x Dual HDHR (OTA), 1x HD-PVR (Comcast), 1x HDHR-3CC via SageDCT (Comcast) 2x HD300, 1x SageClient (Win10 Test/Development) Check out TVExplorer |
#302
|
|||
|
|||
Quote:
I think I know the answer to this question, but I'll ask anyway. Is there a way to directly edit the database? I have a few recordings that don't display correctly and the BMT web interface cannot retrieve them. Poking around the forum, it looks like Sage holds the db as proprietary and I don't want to drop wiz.bin completely and re-build from scratch. Alternately, if I remove the data source, will the files be removed from the db? |
#303
|
||||
|
||||
Quote:
other settings to check to make sure TVE loads as quickly as possible. -TVE Options -> Imported TV -> Display Imported TV -> Enabled -TVE Options -> Imported TV -> Limit Search Paths -> Do not limit Alternatively you could set up path filters (if you are unfamiliar with them there are some threads floating around that detail how to set them) and then set the "Limit Search Paths" options to the path filter expression. when TVE uses the path filter expressions it will try to display all Sage recorded TV and all video files that are in the path filter. It will not determine if the media object is in fact TV (this is what i believe is slowing down your system). Also feel free to turn debug logging on, enter TVE, and post/send me the log and i can take a look at it and should be able to determine what/where it is slowing down. Quote:
Quote:
Quote:
__________________
Server 2003 r2 32bit, SageTV9 (finally!) 2x Dual HDHR (OTA), 1x HD-PVR (Comcast), 1x HDHR-3CC via SageDCT (Comcast) 2x HD300, 1x SageClient (Win10 Test/Development) Check out TVExplorer |
#304
|
|||
|
|||
Quote:
__________________
Server 2003 r2 32bit, SageTV9 (finally!) 2x Dual HDHR (OTA), 1x HD-PVR (Comcast), 1x HDHR-3CC via SageDCT (Comcast) 2x HD300, 1x SageClient (Win10 Test/Development) Check out TVExplorer |
#305
|
|||
|
|||
SMW and TVE together without filters?
I would like to use both SMW and TVE but don't want to use the filters in SMW if possible because they take so long (they introduce a 10 second delay in my collection of under 1000 media).
I want to display only my movies (in //server/videos/movies) in SMW and only my imported/ripped TV shows (in //server/videos/TV) in TVE. If I specify both directories in Sage's Import Setting, I see all the TV shows in the menu unless I use filter, which is horribly slow on my system. If I only specify the Movies directory, SMW works great with no filter but the TV shows are not available to TVE. I guess I'm asking if it's possible to use directory as a quick filter like Sage's built in file viewr seems to do to set different scopes for TVE and SMW? Thanks! |
#306
|
|||
|
|||
Quote:
Do a forum search for "pathfilter expressions". The SMW thread has some good info on them (somewhere ) as well as some other threads. Both SMW and TVE support pathfilter expressions to limit the scope of the search. Basically you modify the Sagemc_menu.xml file to limit that menu to only a certain import directory. To use pathfilters with TVE after you setup the SagMC_menu.xml file navigate to TVE Options -> Imported TV -> Pathfilter Expressions. TVE will filter out non TV automatically so you should only have to set the filters SMW. However, if TVE is slow to enter you can set the TVE pathfilter too.
__________________
Server 2003 r2 32bit, SageTV9 (finally!) 2x Dual HDHR (OTA), 1x HD-PVR (Comcast), 1x HDHR-3CC via SageDCT (Comcast) 2x HD300, 1x SageClient (Win10 Test/Development) Check out TVExplorer |
#307
|
|||
|
|||
Quote:
I tried to use the same pathfinder expressions SMW and TVE but TVE still includes everything recorded by sage. I'm looking for a import-only view. What property am I missing ? Code:
<internalScreenMenuItem screen="TV Explorer" title="tv explorer series"> <evalExpression>AddStaticContext("PathFilterExprs", new_java_util_ArrayList())</evalExpression> <evalExpression>java_util_List_add(PathFilterExprs, "\\\\tower\\tv")</evalExpression> <evalExpression>AddStaticContext("PathFilterExcludes", false)</evalExpression> </internalScreenMenuItem> |
#308
|
|||
|
|||
Quote:
The option you're looking for is TVE Filters -> Imported TV -> Include. This will filter out all TV that is not imported (ie sage recorded) (ie only "include" imported tv). There is no need to set path filters unless you want to further limit the menu to a particular directory. Also make sure TVE Options -> Main -> Clear filters on menu load -> Disabled is set so that the filters are persistent.
__________________
Server 2003 r2 32bit, SageTV9 (finally!) 2x Dual HDHR (OTA), 1x HD-PVR (Comcast), 1x HDHR-3CC via SageDCT (Comcast) 2x HD300, 1x SageClient (Win10 Test/Development) Check out TVExplorer |
#309
|
|||
|
|||
Thanks for the pointer. I am able to remove the recorded imported data but the pathfinder expression doesn't seem to have an effect.
I get the same list whether I add the expression in the dynamic menu or not. |
#310
|
|||
|
|||
Quote:
One other thing to note is the pathfilter does NOTHING for recorded content, only imported.
__________________
Server 2003 r2 32bit, SageTV9 (finally!) 2x Dual HDHR (OTA), 1x HD-PVR (Comcast), 1x HDHR-3CC via SageDCT (Comcast) 2x HD300, 1x SageClient (Win10 Test/Development) Check out TVExplorer |
#311
|
|||
|
|||
Fantastic! The interface rocks BTW, great job.
Hopefully a final problem... I can't seem to be able to have my sort choice stick. I want to have the left side sorted alphabetically. The grouping options allows me to do that but when I leave and come back, it's returned to the default value. I also want the right side to be sorted by season/episode but the results are odd... I see the season/episode info on screen but the sorting doesn't fit. Can't find the logic of the sort either. Note that all this is with imported video. |
#312
|
|||
|
|||
Quote:
|
#313
|
|||
|
|||
thanks glad you like it
Hopefully a final problem... I can't seem to be able to have my sort choice stick.[/quote] TVE Options -> Main-> Default Group Sort Order (left side) and Default Episode Sort Order (right side). I thought there was also an option to have the Group and Episode sort order when chosen directly stick... but i can't find it right now.... mmmm... must be getting old Quote:
__________________
Server 2003 r2 32bit, SageTV9 (finally!) 2x Dual HDHR (OTA), 1x HD-PVR (Comcast), 1x HDHR-3CC via SageDCT (Comcast) 2x HD300, 1x SageClient (Win10 Test/Development) Check out TVExplorer |
#314
|
|||
|
|||
Quote:
Quote:
Last edited by Gog; 11-26-2009 at 08:31 AM. |
#315
|
|||
|
|||
ahhhh thats right i remember now ... glad you found it
__________________
Server 2003 r2 32bit, SageTV9 (finally!) 2x Dual HDHR (OTA), 1x HD-PVR (Comcast), 1x HDHR-3CC via SageDCT (Comcast) 2x HD300, 1x SageClient (Win10 Test/Development) Check out TVExplorer |
#316
|
||||
|
||||
I know for 2.0 you probably have a million ideas and zero time.
Is there any chance there will be a 1.X bugfix release?
__________________
Currently using SageTV Media Center Server on Windows 7, SageTV Client as an HTPC on Windows 7, and an HD Theater HD200. The server controls 3 Motorola DCH-3200 cable boxes and 3 Hauppauge HD-PVRs (all Rev F1) with HD audio and changes channels via firewire WITH NO LOCKUPS. It's awesome. 4 Steps to Perfect Stutter Free Playback for SageTV Quick Guide: How to Bitstream Audio in Windows 7 Last edited by GollyJer; 12-01-2009 at 12:13 PM. |
#317
|
|||
|
|||
there's a chance... and its actually getting higher (especially as my time to work on 2.0 is less and less lately). So yes i would say there is a better then even chance i will release a 1.x bugfix (no promises on when that will be though )
__________________
Server 2003 r2 32bit, SageTV9 (finally!) 2x Dual HDHR (OTA), 1x HD-PVR (Comcast), 1x HDHR-3CC via SageDCT (Comcast) 2x HD300, 1x SageClient (Win10 Test/Development) Check out TVExplorer |
#318
|
|||
|
|||
Quote:
|
#319
|
|||
|
|||
Quote:
They were using an old gkusnik.jar that is required for the import to map to sagemc items correctly. Copy the one from installation zip jars folder to sagetv\sagetv\jars (or extract the zip again overwriting everything... with sagetv closed) or download the one from the downloads area. Then reimport TVE into a SageMC stv without TVE. You should then be all set.
__________________
Server 2003 r2 32bit, SageTV9 (finally!) 2x Dual HDHR (OTA), 1x HD-PVR (Comcast), 1x HDHR-3CC via SageDCT (Comcast) 2x HD300, 1x SageClient (Win10 Test/Development) Check out TVExplorer |
#320
|
|||
|
|||
Quote:
Cory |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
STV Import: Pandora Internet Radio (Default STV and SageMC) | cncb | SageTV Customizations | 290 | 10-20-2010 03:37 PM |
STV Import: JRMC Media Explorer 2 (Default STV and SageMC) | cncb | SageTV Customizations | 34 | 03-21-2010 11:03 PM |
STV Import: SageMC Enhancements (incuding Import Folder Fix in 6.2.x) | twieder | SageMC Custom Interface | 59 | 05-06-2008 01:42 PM |
STV Import: Multispeed Continuous FF/REW Import for SageMC | MeInMaui | SageMC Custom Interface | 20 | 12-16-2007 04:27 AM |