SageTV Community  

Go Back   SageTV Community > SageTV Development and Customizations > SageTV Customizations > SageMC Custom Interface
Forum Rules FAQs Community Downloads Today's Posts Search

Notices

SageMC Custom Interface This forum is for discussing the user-created SageMC custom interface for SageTV.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 01-22-2009, 06:56 AM
ChuckSchick ChuckSchick is offline
Sage User
 
Join Date: Sep 2007
Posts: 52
HD100 - slow menus in imported video screens

Greets all,

I'm using latest RC of sage, latest SageMC release, and latest non-beta firmware on my 100's. I have a rather large collection of divx/xvid movie rips split into different import shares. In the "family movies" section I might have 150 movies with thumbnail cover art.

Navigating the video directories is terribly slow. It's constant waiting for cover art to refresh. Note that I am using entries in the sagemc properties to split the video files into menus divided by their import directories. i.e. "Family Movies" menu entry only shows files from "Family Movies" network share.

Has anyone figured out a way to improve performance here? Most of my cover art jpegs are in the 50k range. Has anyone tried reducing the thumbnail image sizes for better speed? Is there some mysterious "cache" setting that will help?

* moved to tthe SageMC forum *
Reply With Quote
  #2  
Old 01-22-2009, 09:30 PM
ChuckSchick ChuckSchick is offline
Sage User
 
Join Date: Sep 2007
Posts: 52
Actually, I did some testing with thumbnail size which improved the situation.

I've posted the results in the "Extender" board as this really is an issue only with the extenders rather than SageMC. My "client" PC running the same software has no issues with speed in video import directories.
Reply With Quote
  #3  
Old 01-22-2009, 09:42 PM
ChuckSchick ChuckSchick is offline
Sage User
 
Join Date: Sep 2007
Posts: 52
HD100 - Test Results with decreasing video thumbnail size

I was getting frustrated with how slow navigation in video import directories was with my extenders compared to my client pc. I suspected that the size of my video thumbnails might be to blame. This turned out to be the case. I realized a 100% speed increase after resizing my thumbnailed DVD cover art.

Test times are the time it would take me to navigate to "Caddyshack" starting with a newly booted extender at my "movies" menu and waiting for every cover art image to load along the way. This directory held 324 avi files with same number of .properties and .jpg

Original Situation

Average Cover Art Size: 43 kb
Typical Image: 200 x 450 pixels
Avg. Time to get to Caddyshack: 55 Seconds

After Thumbnail image size reduction

Average Cover Art Size: 6.4 kb
Typical Image: 105 x 150 pixels
Avg. Time to get to Caddyshack: 30 Seconds

I used Picasa3 for the image reductions using "150 pixels" and "85%" quality settings. I necessarily had to reset all of the file timestamps for Sage to refresh the thumbnails. Obvious image quality reduction must be weighed against the increased usability.

Cheers.

* merged *
Reply With Quote
  #4  
Old 01-23-2009, 06:48 AM
nox71 nox71 is offline
Sage Advanced User
 
Join Date: Mar 2003
Location: Quebec, Canada
Posts: 145
Hi you said "Note that I am using entries in the sagemc properties to split the video files into menus divided by their import directories. i.e. "Family Movies" menu entry only shows files from "Family Movies" network share." can you tell me which entries are you using to do that ?

Thanks
__________________
Retired Sage User
Reply With Quote
  #5  
Old 01-23-2009, 07:08 AM
ChuckSchick ChuckSchick is offline
Sage User
 
Join Date: Sep 2007
Posts: 52
Sure.. It's all right here...

http://tools.assembla.com/sageplugins/wiki/MenuItemLets

excerpt...

Go to a named folder of video library (sagetv v6) ¶

This MenuItemLet will always go to a specific folder of the video library and names the menu item 'kids videos'

\\mediaserver\media\Video\Kids

The format of this menuitemlet depends on whether you are using Separate or Combined video library folders (see the Video Library options.

If Separate, you have to specify the full file path as showin in the Video Library. Note that all backslashes have to be doubled, and that this must match exactly the folder name shown in the video library (including upper/lowercase characters)
Code:
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE sageMenu PUBLIC "-//NIELM//DTD SAGEMENU XML 1.3//EN" "http://sageplugins.sourceforge.net/nielm_modules/dynamic_menu/sagemenu_1_3.dtd">
<sageMenu version="1.3">
    <internalScreenMenuItem title="Kids Videos"
        icon="STVs\dynamic_menu_icons\mm_video.png"
        screen="Browser - Videos">
        <evalExpression>AddStaticContext("newVideoBrowserStyle","xFolder")</evalExpression>
        <evalExpression>AddGlobalContext("CurrentVideoBrowserFolder", new_java_io_File("\\\\mediaserver\\media\\Video\\Kids"))</evalExpression>
    </internalScreenMenuItem>
</sageMenu>
If Combined, you only have to specify the sub-folder path, again as showin in the Video Library. Again, this must match exactly the folder name shown in the video library (including upper/lowercase characters)

Code:
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE sageMenu PUBLIC "-//NIELM//DTD SAGEMENU XML 1.3//EN" "http://sageplugins.sourceforge.net/nielm_modules/dynamic_menu/sagemenu_1_3.dtd">
<sageMenu version="1.3">
    <internalScreenMenuItem title="Kids Videos"
        icon="STVs\dynamic_menu_icons\mm_video.png"
        screen="Browser - Videos">
        <evalExpression>AddStaticContext("newVideoBrowserStyle","xFolder")</evalExpression>
        <evalExpression>AddGlobalContext("CurrentVideoBrowserFolder", "Kids/")</evalExpression>
    </internalScreenMenuItem>
</sageMenu>

Last edited by ChuckSchick; 01-23-2009 at 07:11 AM. Reason: more info
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
stuttering problem - menus extremely slow rjmarthaller Hardware Support 9 09-24-2008 10:13 AM
Video Behind Menus jsonnabend SageMC Custom Interface 6 07-14-2008 04:58 PM
Scrolling through video directory to slow splicer SageTV Software 6 01-07-2008 02:18 PM
SageTV V6.1.6 Release Candidate Narflex SageTV Beta Test Software 1 03-24-2007 08:39 AM
SageMVP -black screen on video, menus work fine jhh SageTV Media Extender 14 12-28-2005 12:16 AM


All times are GMT -6. The time now is 10:13 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2023, vBulletin Solutions Inc.
Copyright 2003-2005 SageTV, LLC. All rights reserved.