2013-04-19, 17:46
(2013-04-19, 16:58)Powerhouse Wrote: ...As of this morning, I still have 1.4.0, and can't wait for the new update.
Please, read [F.A.Q] Ace, item 3.
(2013-04-19, 16:58)Powerhouse Wrote: ...As of this morning, I still have 1.4.0, and can't wait for the new update.
(2013-04-19, 17:38)abba77 Wrote:(2013-04-19, 17:08)bry- Wrote:(2013-04-19, 16:58)Powerhouse Wrote: In addition to the above comment, also some of us have not gotten the update yet. As of this morning, I still have 1.4.0, and can't wait for the new update.
This update is for the beta testers / vip. See information in the first post
i think his response actually means that since its limited release, most people wont have any comments regarding new features, changes or bug fixes....yet.
(2013-04-19, 18:47)tommymsw Wrote: I agree.... 99.99999% of Ace is PERFECT! I am one of those who feels bad making "suggestions" in fear that they will be read as complaints. But it is clear people love what you do. I have 4 systems... I use Ace on 2 and MQ4 on 2.
(2013-04-19, 20:03)JimThend Wrote: Hi MarcosQui
I pointed out some mistakes I had with version 1.4.0 .. have not been corrected with the latest update 1.4.5
(2013-04-19, 20:11)Wanilton Wrote: @JinThend, you need go to settings, video, and active option for use Sets, go to main menu, movies, submenu sets, and you turn on view Sets, need have script extendedinfo too, for have images and data for sets.
Look this thread for more info about script extended info, by Phill65:
http://forum.xbmc.org/showthread.php?tid=160558
Get latest script here for XBMC Frodo:
http://www.files.xbmcbrasil.net/scriptex...edinfo.zip
This script is partially broken in latest XBMC Gotham (builds after april 08), use this script fixed partially by me, only I changed this only:
if xbmc.getCondVisibility("!IsEmpty(ListItem.DBID) + SubString(ListItem.Path,videodb://1/7/,left)"): for this in line 484 default.py
if xbmc.getCondVisibility("!IsEmpty(ListItem.DBID) + SubString(ListItem.Path,videodb://movies/sets/,left)"):
http://www.files.xbmcbrasil.net/scriptex...edinfo.zip
(2013-04-19, 20:23)MarcosQui Wrote:(2013-04-19, 20:03)JimThend Wrote: Hi MarcosQui
I pointed out some mistakes I had with version 1.4.0 .. have not been corrected with the latest update 1.4.5
Because nothing you reported is a bug on skin. Lack of flags on some movies or lack of casting is just a matter of having or not have the data. If no have data available to show, there's nothing I can do. Sorry.
(2013-04-18, 03:53)CutSickAss Wrote:(2013-04-17, 22:21)scott967 Wrote: Movie title display bugThe problem is caused by the parent folder name (..) that forces skinners to use certain restrictions. They don't want the title to be displayed when you go to the parent folder icon, 'cause that would just be a "..", therefore they use a command in a <visible> tag to not show the title if the name of the item contains two dots, something like:
I have what appears to be a bug in displaying movie titles in I guess MyVideoNav for example Poster and Panel views in Movies submenu Title. When I scroll through the movies in the library the movie title, tagline, and some info is not displayed. In troubleshooting, I found this happens when the title is of the form "Say Anything..." and "Someone Like You..." the common thing is the title ends in "...".
Code:!SubString(ListItem.Label,..)
Of course this means anything that has two or more dots on the title falls under this category. I think there are two ways to fix this, either add a ListItem.IsFolder:
Code:![ListItem.IsFolder + SubString(ListItem.Label,..)]
or just use a StringCompare instead:
Code:!StringCompare(ListItem.Label,..)
If you want to try it yourself, use a program such as Windows Grep to search the skin.ace\720p folder for the first term I mentioned, and replace all occurrences with one of the other two.
(2013-04-20, 00:39)scott967 Wrote: I still have a problem with Duration and Year not displayed in the control box on the left. I haven't figured out what draws that yet (guessing an include?)
(2013-04-20, 01:08)CutSickAss Wrote:(2013-04-20, 00:39)scott967 Wrote: I still have a problem with Duration and Year not displayed in the control box on the left. I haven't figured out what draws that yet (guessing an include?)
You probably didn't change the one in ViewsPanel.xml.