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
  #901  
Old 10-08-2009, 09:27 AM
kricker's Avatar
kricker kricker is offline
Sage Icon
 
Join Date: Jan 2005
Location: Knoxville, TN
Posts: 1,137
Send a message via AIM to kricker Send a message via MSN to kricker
I just tried out version 4r1.01 today. I do not use BMT. Is ther no way to have covers without BMT? All my movies show a default icon. On the home page under recent, I can sometimes see a cover or thumbnail, but as I scroll through the list ehy switch back to the sage default image.

Last edited by kricker; 10-08-2009 at 09:30 AM.
Reply With Quote
  #902  
Old 10-08-2009, 12:09 PM
Fuzzy's Avatar
Fuzzy Fuzzy is offline
SageTVaholic
 
Join Date: Sep 2005
Location: Jurupa Valley, CA
Posts: 9,957
Quote:
Originally Posted by kricker View Post
I just tried out version 4r1.01 today. I do not use BMT. Is ther no way to have covers without BMT? All my movies show a default icon. On the home page under recent, I can sometimes see a cover or thumbnail, but as I scroll through the list ehy switch back to the sage default image.
BMT is in no way required, but the images you want have to been in a proper Phoenix FanArt folder structure. You can certainly fetch them by hand, but it is just easier with BMT.
__________________
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
Reply With Quote
  #903  
Old 10-08-2009, 12:22 PM
PLUCKYHD PLUCKYHD is offline
SageTVaholic
 
Join Date: Dec 2007
Posts: 6,257
Quote:
Originally Posted by ohpleaseno View Post
Scrolling through SMW will shut down my Sage Server. I set it to "Things to Come" and start hitting the Channel UP/DOWN button to go through the list and after about 4 button pushes, the HD200 turns off and when I go to my WHS console, Sage Server is Stopped.
Sounds like you are overloading the hd200 did you run all transformations? Is your java heap at least 750mb (recomend 1gb)
Reply With Quote
  #904  
Old 10-08-2009, 12:56 PM
kricker's Avatar
kricker kricker is offline
Sage Icon
 
Join Date: Jan 2005
Location: Knoxville, TN
Posts: 1,137
Send a message via AIM to kricker Send a message via MSN to kricker
Quote:
Originally Posted by Fuzzy View Post
BMT is in no way required, but the images you want have to been in a proper Phoenix FanArt folder structure. You can certainly fetch them by hand, but it is just easier with BMT.
I don't care about fanart, only covers.
Reply With Quote
  #905  
Old 10-08-2009, 01:09 PM
OferL OferL is offline
Sage Advanced User
 
Join Date: Aug 2006
Posts: 109
Tried the 1.01:

1. The SMW works much slower once the unwatched filter is on. Takes 15-20 sec. to get inside.

2. In wall view the bottom line used to show the movie name. Now it shows the file name. The movie name does still exist as it is sorted right and I can see it in drill down to movie.
Reply With Quote
  #906  
Old 10-08-2009, 01:17 PM
PLUCKYHD PLUCKYHD is offline
SageTVaholic
 
Join Date: Dec 2007
Posts: 6,257
Quote:
Originally Posted by kricker View Post
I don't care about fanart, only covers.
Covers are fanart there are 3 types of fanart

Posters(covers)
Banners
Backgounds
Reply With Quote
  #907  
Old 10-08-2009, 01:21 PM
PLUCKYHD PLUCKYHD is offline
SageTVaholic
 
Join Date: Dec 2007
Posts: 6,257
Quote:
Originally Posted by OferL View Post
Tried the 1.01:

1. The SMW works much slower once the unwatched filter is on. Takes 15-20 sec. to get inside.

2. In wall view the bottom line used to show the movie name. Now it shows the file name. The movie name does still exist as it is sorted right and I can see it in drill down to movie.
1. I will look at this but probably the nature of the best (ie watched filter is slow in the sage db)

2. Not sure what is causing this as I don't see that in my testing. Did you install the full update as suggested on a blank stv without SMW previously?
Reply With Quote
  #908  
Old 10-08-2009, 02:35 PM
Hyrules's Avatar
Hyrules Hyrules is offline
Sage User
 
Join Date: Sep 2008
Location: Canada
Posts: 60
Ok i`ve started to play with the pathfilter expressions. I`ve disabled the homemenu but i cannot seem to get the pathfilter expressions right. I`ve search the forum for pathfilter expressions but this thread is the only one with them and i`m confused.

Here is the content of my sagemc_menu.xml

Code:
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!DOCTYPE sageMenu PUBLIC "-//NIELM//DTD SAGEMENU XML 1.4//EN" "http://sageplugins.sourceforge.net/nielm_modules/dynamic_menu/sagemenu_1_3.dtd">
<sageMenu version="1.4">
    <menu title="Main">
        <internalScreenMenuItem icon="hover_my tv.png" screen="My TV" title="My TV">
            <evalExpression> </evalExpression>
        </internalScreenMenuItem>
        <!--                                   -->
        <internalScreenMenuItem icon="hover_my videos.png" screen="Video Library Folder View" title="My Movies">
            	<evalExpression>AddStaticContext("PathFilterExprs", new_java_util_ArrayList())</evalExpression>
		<evalExpression>java_util_List_add(PathFilterExprs, "\\\MediaServer\\Movie")</evalExpression>
		<evalExpression>java_util_List_add(PathFilterExprs, "\\\MediaServer\\Teleserie")</evalExpression>
		<evalExpression>java_util_List_add(PathFilterExprs, "\\\MediaServer\\Emissions")</evalExpression>	
	<evalExpression>AddStaticContext("PathFilterExcludes", false)</evalExpression> 
        </internalScreenMenuItem>
is it the right file ? and do i have to remove the imported folder in the setup ?


thanks.

Last edited by Hyrules; 10-08-2009 at 02:38 PM.
Reply With Quote
  #909  
Old 10-08-2009, 03:09 PM
OferL OferL is offline
Sage Advanced User
 
Join Date: Aug 2006
Posts: 109
Quote:
Originally Posted by PLUCKYHD View Post
1. I will look at this but probably the nature of the best (ie watched filter is slow in the sage db)

2. Not sure what is causing this as I don't see that in my testing. Did you install the full update as suggested on a blank stv without SMW previously?
2. yes I did
Reply With Quote
  #910  
Old 10-08-2009, 03:41 PM
Hyrules's Avatar
Hyrules Hyrules is offline
Sage User
 
Join Date: Sep 2008
Location: Canada
Posts: 60
Nevermind i Got it !!! Thanks all fou your help. And again PluckyHD keep up the good work.
Reply With Quote
  #911  
Old 10-08-2009, 04:03 PM
theiceman1973 theiceman1973 is offline
Sage User
 
Join Date: Mar 2009
Location: California
Posts: 42
Still having issues

I have loaded the new SMW 4.01 from scratch. Using the BMT no longer brings my movies up front to root but instead after using BMT on all movies in my directories I see the movies folder and it says 200 movies in it but when I click on it it only shows me one movie. I can't get go through the directory. I know there there but It acts as though its just the one movie.

Running 6.6.2 with 6.3.9b 12 with BMT 3.01, SMW and TVE.
Reply With Quote
  #912  
Old 10-08-2009, 04:35 PM
mp328 mp328 is offline
Sage Advanced User
 
Join Date: Dec 2006
Posts: 122
just wondering, is there a way to create thumbnails maybe, for all the files without fanart files, so there is at least something showing up for the files if there is no fanart instead of the default blue background

doesnt have to be part of SMW, but in general, does anyone have an idea if anything like that exists.
Reply With Quote
  #913  
Old 10-08-2009, 06:19 PM
PLUCKYHD PLUCKYHD is offline
SageTVaholic
 
Join Date: Dec 2007
Posts: 6,257
Quote:
Originally Posted by theiceman1973 View Post
I have loaded the new SMW 4.01 from scratch. Using the BMT no longer brings my movies up front to root but instead after using BMT on all movies in my directories I see the movies folder and it says 200 movies in it but when I click on it it only shows me one movie. I can't get go through the directory. I know there there but It acts as though its just the one movie.

Running 6.6.2 with 6.3.9b 12 with BMT 3.01, SMW and TVE.
Using File System View?
Reply With Quote
  #914  
Old 10-08-2009, 06:19 PM
PLUCKYHD PLUCKYHD is offline
SageTVaholic
 
Join Date: Dec 2007
Posts: 6,257
Quote:
Originally Posted by OferL View Post
2. yes I did
okay I will look at it and bug it if I can recreate I am also looking into the speed issue on the unwatched filter.
Reply With Quote
  #915  
Old 10-08-2009, 06:21 PM
PLUCKYHD PLUCKYHD is offline
SageTVaholic
 
Join Date: Dec 2007
Posts: 6,257
Quote:
Originally Posted by Hyrules View Post
Nevermind i Got it !!! Thanks all fou your help. And again PluckyHD keep up the good work.
glad you figured it out.
Reply With Quote
  #916  
Old 10-08-2009, 06:21 PM
PLUCKYHD PLUCKYHD is offline
SageTVaholic
 
Join Date: Dec 2007
Posts: 6,257
Quote:
Originally Posted by mp328 View Post
just wondering, is there a way to create thumbnails maybe, for all the files without fanart files, so there is at least something showing up for the files if there is no fanart instead of the default blue background

doesnt have to be part of SMW, but in general, does anyone have an idea if anything like that exists.
No currently it uses your theme background I actually coded an option to use your own default but never added it to the options menu but easy enough to do.
Reply With Quote
  #917  
Old 10-08-2009, 07:10 PM
kricker's Avatar
kricker kricker is offline
Sage Icon
 
Join Date: Jan 2005
Location: Knoxville, TN
Posts: 1,137
Send a message via AIM to kricker Send a message via MSN to kricker
Quote:
Originally Posted by PLUCKYHD View Post
Covers are fanart there are 3 types of fanart

Posters(covers)
Banners
Backgounds
Okay. I'm used to XBMC terms where fanart only refers to the large background images and not the posters. So I guess to have posters in SMW, I have to run BMT even though all my movies have an appropriate image in the same folder as the movie. I think its time to read up on BMT.....sigh....
Reply With Quote
  #918  
Old 10-08-2009, 09:06 PM
PLUCKYHD PLUCKYHD is offline
SageTVaholic
 
Join Date: Dec 2007
Posts: 6,257
Quote:
Originally Posted by kricker View Post
Okay. I'm used to XBMC terms where fanart only refers to the large background images and not the posters. So I guess to have posters in SMW, I have to run BMT even though all my movies have an appropriate image in the same folder as the movie. I think its time to read up on BMT.....sigh....
you may not have to I am writing a test program to convert folder jpegs to fanart hit me up with a pm and I will let you test
Reply With Quote
  #919  
Old 10-08-2009, 10:24 PM
ohpleaseno ohpleaseno is offline
Sage Aficionado
 
Join Date: Apr 2009
Location: South Florida
Posts: 464
Quote:
Originally Posted by PLUCKYHD View Post
Sounds like you are overloading the hd200 did you run all transformations? Is your java heap at least 750mb (recomend 1gb)
it was at 1 gig, so i just upped it to 2. i'll report back
Reply With Quote
  #920  
Old 10-09-2009, 01:12 AM
orrd orrd is offline
Sage User
 
Join Date: Apr 2006
Posts: 52
file-system

I wanted to use Movie Wall to browse my movies which are organized into various folders. I thought the sort by "file-system" option would let me browse them by folder, but that doesn't seem to work (choosing that option just shows no movies at all, not no folders or anything else either, just an empty list). Am I doing something wrong, or does it not work that way?
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
STV Import: Video Editing for Sage BobPhoenix SageTV Customizations 279 03-07-2013 01:35 PM
STV Import: MovieTimes Movie Listings Import v0.57 Beta aperry SageTV Customizations 670 10-02-2010 12:07 AM
STV Import: SageMC MovieTimes Movie Listings v0.64 Morgan111 SageMC Custom Interface 419 10-01-2010 11:06 PM
STV Import: Movie Info Screen V.1.0 jaminben SageMC Custom Interface 398 01-17-2010 02:40 PM
STV IMPORT: Exit Sage plugin (1.1 12/Jan/2006) nielm SageTV Customizations 8 10-06-2006 07:11 AM


All times are GMT -6. The time now is 03:14 AM.


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