SageTV Community  

Go Back   SageTV Community > SageTV Development and Customizations > SageTV v7 Customizations > Sage My Movies
Forum Rules FAQs Community Downloads Today's Posts Search

Notices

Sage My Movies This forums is for discussing the user-created Sage My Movies for SageTV.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 08-14-2010, 11:14 AM
medwynd medwynd is offline
Sage Aficionado
 
Join Date: Apr 2010
Location: Texas
Posts: 300
First impressions, bugs and enhancement requests

Finally got SMM installed last night and it went pretty flawlessly once I discovered where all the options are and what they do

I posted some bugs I found and some enhancement requests on the Google code page. I figured that was the best place to put enhancement requests that way even if you shoot down the idea people can see that it was requested and rejected already before they request it again.

Issues:
Movie name sizes in an incorrect manner - Issue 39
Scrolling issue when near the end of the list - Issue 40
When a cover grows it starts in different positions depending how you arrive at the movie - Issue 41
Empty quick filters list messes up scrolling - Issue 42
Wrapping from the end of the movie list to the beginning does not always make the jump - Issue 43

Enhancements:
Enhancement/Issue: When fast scrolling stop title name box from growing/shrinking - Issue 44
Enhancement: Be able to set cover size independently of spacing - Issue 45
Enhancement: Option to hide Disc #/Total Discs box - Issue 46
Enhancement: Option to remove title box and move it to the header at the top of the screen - Issue 47 (Sort of a double enhancement request if you let us remove the title box and have a configurable header bar )
Enhancement: Be able to choose starting position for rows in wall view - Issue 48
Reply With Quote
  #2  
Old 08-14-2010, 02:18 PM
PLUCKYHD PLUCKYHD is offline
SageTVaholic
 
Join Date: Dec 2007
Posts: 6,257
Quote:
Originally Posted by medwynd View Post
Finally got SMM installed last night and it went pretty flawlessly once I discovered where all the options are and what they do

I posted some bugs I found and some enhancement requests on the Google code page. I figured that was the best place to put enhancement requests that way even if you shoot down the idea people can see that it was requested and rejected already before they request it again.

Issues:
Movie name sizes in an incorrect manner - Issue 39
Scrolling issue when near the end of the list - Issue 40
When a cover grows it starts in different positions depending how you arrive at the movie - Issue 41
Empty quick filters list messes up scrolling - Issue 42
Wrapping from the end of the movie list to the beginning does not always make the jump - Issue 43

Enhancements:
Enhancement/Issue: When fast scrolling stop title name box from growing/shrinking - Issue 44
Enhancement: Be able to set cover size independently of spacing - Issue 45
Enhancement: Option to hide Disc #/Total Discs box - Issue 46
Enhancement: Option to remove title box and move it to the header at the top of the screen - Issue 47 (Sort of a double enhancement request if you let us remove the title box and have a configurable header bar )
Enhancement: Be able to choose starting position for rows in wall view - Issue 48
Hate to say it but pretty much all over those are by design and are not errors.

Issue #39 This is how sage handles it and I have not control over it it looks fine to me and has never bother me
Issue #40 have no idea what you are even referring to your explanation did not make any sense to me sorry.
Issue #41 again not a issue when you are on edges it has to grow to a different location or the entire cover wouldn't be visible on the screen
issue #42 this is a known issue and is valid
issues #43 not a bug this is again by design. I chose to put blanks and add the extra scoll to get the point across you where at the end of the list. This probably will not change.

enhancement #44 not going to happen as that would require way to much core code changes to allow that.

enhancement #45 that is one in the same spaces=cover sizes there is no difference. When you adjust the spacing you are actually adjusting the covers sizes. If you are referring to the actual scaling (quality of the covers) then you do that via the scaling properties read the wiki.

enhancement #46 this is actually doable but don't know if it is worth the code it would take to remove that it has changed positions in the next build and is more visible.
enhancement #47 not going to happen. The top bar needs to be the current videos or drill down or you have not way of knowing what videos you are currently viewing.

enhancement #48 Lost me on this one not sure what you are really wanting


Again thanks for the feedback but allot of you are saying are issues are by design and some of it is the way the animation system works and is out of my control.

cheers
Reply With Quote
  #3  
Old 08-15-2010, 03:31 AM
medwynd medwynd is offline
Sage Aficionado
 
Join Date: Apr 2010
Location: Texas
Posts: 300
Quote:
Originally Posted by PLUCKYHD View Post
Hate to say it but pretty much all over those are by design and are not errors.
Yeah I had no real insight into what were design decisions or limitations of Sage so I just thought I would bring up whatever I ran across.

Quote:
Originally Posted by PLUCKYHD View Post
Issue #40 have no idea what you are even referring to your explanation did not make any sense to me sorry.
I only have an extender and not a client license or I would take some screenshots. I'll see if I can take some pictures tomorrow.

I'll try to explain it more clearly though.
So you need an odd number of movies in your collection so that when you get to the end of the list you see one more movie in the top row than you do in the bottom row.

You need to do this with the settings I listed in the bug report which is basically wall view with full wall and more posters off.

Frequently when you are on the last item of the bottom row and move one movie to the right, the last item on the bottom row will stay selected instead of selecting the movie on the top row.

Quote:
Originally Posted by PLUCKYHD View Post
issue #42 this is a known issue and is valid
Ah, I didn't see it on the bug page or missed it, sorry bout that.

Quote:
Originally Posted by PLUCKYHD View Post
enhancement #45 that is one in the same spaces=cover sizes there is no difference. When you adjust the spacing you are actually adjusting the covers sizes. If you are referring to the actual scaling (quality of the covers) then you do that via the scaling properties read the wiki.
Thats what I figured was going on and why I listed it as an enhancement. I was requesting that basically you can not only adjust the size of the covers and as well as the spacing in between them.

So imagine viewing the the full wall by default where the covers are all 100%. In this configuration the covers are all butted up against each other edge to edge.

By adjusting the spacing I am suggesting that you would still be viewing the covers at the size they are displayed above but are adding space between them so they do not butt up against each other in an edge to edge fashion.

Quote:
Originally Posted by PLUCKYHD View Post
enhancement #46 this is actually doable but don't know if it is worth the code it would take to remove that it has changed positions in the next build and is more visible.
This isn't so much of an issue now that I found the feature, i forget what you call it off the top of my head, that moves the cover down to the lower left and makes all the other movies disappear. I actually quite like the way that feature works and it looks great.

Quote:
Originally Posted by PLUCKYHD View Post
enhancement #47 not going to happen. The top bar needs to be the current videos or drill down or you have not way of knowing what videos you are currently viewing.
I always view my full list of movies and never use drill downs or anything like that so I guess I never considered that people use those features often. My library is only a couple of hundred movies big so I always view all the movies all the time.

Hope the explanations were a bit clearer this time. If not I'll give it another go
Reply With Quote
  #4  
Old 08-15-2010, 08:19 AM
PLUCKYHD PLUCKYHD is offline
SageTVaholic
 
Join Date: Dec 2007
Posts: 6,257
Quote:
Originally Posted by medwynd View Post
Yeah I had no real insight into what were design decisions or limitations of Sage so I just thought I would bring up whatever I ran across.


I only have an extender and not a client license or I would take some screenshots. I'll see if I can take some pictures tomorrow.

I'll try to explain it more clearly though.
So you need an odd number of movies in your collection so that when you get to the end of the list you see one more movie in the top row than you do in the bottom row.

You need to do this with the settings I listed in the bug report which is basically wall view with full wall and more posters off.

Frequently when you are on the last item of the bottom row and move one movie to the right, the last item on the bottom row will stay selected instead of selecting the movie on the top row.
Which way is your scrolling? Vertical or horizontal? I think what you are referring to is the the fact the wall scrolls one more time before gaining focus but not sure.


Quote:
Originally Posted by medwynd View Post

Thats what I figured was going on and why I listed it as an enhancement. I was requesting that basically you can not only adjust the size of the covers and as well as the spacing in between them.

So imagine viewing the the full wall by default where the covers are all 100%. In this configuration the covers are all butted up against each other edge to edge.

By adjusting the spacing I am suggesting that you would still be viewing the covers at the size they are displayed above but are adding space between them so they do not butt up against each other in an edge to edge fashion.
Maybe I am lost here but that is one and the same the space and size of the covers are adjusting the same property the same effect/ look would happen regardless of which you are adjusting.

Quote:
Originally Posted by medwynd View Post
I always view my full list of movies and never use drill downs or anything like that so I guess I never considered that people use those features often. My library is only a couple of hundred movies big so I always view all the movies all the time.
I will try and see what I can do to accommodate that request in a future build.
Reply With Quote
  #5  
Old 08-15-2010, 12:57 PM
medwynd medwynd is offline
Sage Aficionado
 
Join Date: Apr 2010
Location: Texas
Posts: 300
Quote:
Originally Posted by PLUCKYHD View Post
Maybe I am lost here but that is one and the same the space and size of the covers are adjusting the same property the same effect/ look would happen regardless of which you are adjusting.
Here I made a mockup to show what I'm talking about, maybe this will make more sense

100% Cover size, 0 spacing (current default)


100% Cover size, 10 pixel spacing between covers
Coversize is same as the default but with spacing between it



75% Cover size, 0 spacing
Covers are smaller (hence more are viewable) but are butted up against each others edges


75% Cover size, 10 pixel spacing between covers
Again covers are smalle but have some spacing between them
Reply With Quote
  #6  
Old 08-15-2010, 01:05 PM
PLUCKYHD PLUCKYHD is offline
SageTVaholic
 
Join Date: Dec 2007
Posts: 6,257
Okay I am with you know but that is not going to be possible for two reasons.

1. As you can see in your example the covers would get quite distorted from the default aspect ratio. Although SMM doesn't not keep the default aspect ratio is was coded with all of them pretty darn close on a 16x9 tv. As you made them bigger (which is what you would have to do to accommodate your request
distortion would get really bad and look terrible on extenders

2. In a essence all you are doing there is changing he number or rows/or columns on the screen that are visible requiring the others to become bigger to take up the same space. Do to the fixed focus coding that is in place it would have to become way more dynamic than it already is to stop focus from going to offscreen or partially visible covers.

It was coded with good deal of flexibility (full wall/more posters) and changing what you are wanting is really allowing full modification of rows/columns or individual cell sizes being allowed to grow greater than 1.0. This would require a huge undertaking and change in my core UI code and I don't see the benefit of allowing users to distort the covers out that far of their original aspect ratio

cheers
Reply With Quote
  #7  
Old 08-15-2010, 01:24 PM
medwynd medwynd is offline
Sage Aficionado
 
Join Date: Apr 2010
Location: Texas
Posts: 300
Quote:
Originally Posted by PLUCKYHD View Post
Okay I am with you know but that is not going to be possible for two reasons.
Well at least it was clear this time

Quote:
Originally Posted by PLUCKYHD View Post
1. As you can see in your example the covers would get quite distorted from the default aspect ratio. Although SMM doesn't not keep the default aspect ratio is was coded with all of them pretty darn close on a 16x9 tv. As you made them bigger (which is what you would have to do to accommodate your request
distortion would get really bad and look terrible on extenders
That's mostly just me having sage set at a weird resolution when I grabbed the screenshots

Quote:
Originally Posted by PLUCKYHD View Post
2. In a essence all you are doing there is changing he number or rows/or columns on the screen that are visible requiring the others to become bigger to take up the same space. Do to the fixed focus coding that is in place it would have to become way more dynamic than it already is to stop focus from going to offscreen or partially visible covers.
I figured that was probably the case since there appears to be a fixed number of cells. Thought I would throw it out there anyways.

Last edited by medwynd; 08-15-2010 at 01:33 PM.
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
6.5.5 EPG Lineup Enhancement Brent SageTV Beta Test Software 4 12-26-2008 08:35 AM
Where do we submit Enhancement Requests - Two requests dealsdyker SageTV Software 3 02-21-2007 11:42 AM
Playlist Navigation Enhancement Requests Durwood SageTV Software 2 12-20-2004 11:24 AM
Feature Enhancement ToxMox SageTV Beta Test Software 1 04-20-2004 11:38 AM


All times are GMT -6. The time now is 07:39 PM.


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