[RELEASE] Ace - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67) +---- Forum: Skin Archive (https://forum.kodi.tv/forumdisplay.php?fid=179) +----- Forum: Ace 2 (https://forum.kodi.tv/forumdisplay.php?fid=190) +----- Thread: [RELEASE] Ace (/showthread.php?tid=159405) |
RE: [RELEASE] Ace - Wanilton - 2013-04-22 @Skank, in gotham nightlies yes, its possible manager sets, but in frodo nope. And script extendedinfo work fine in Frodo, but in XBMC gotham, have troubles because XBMC Gotham changes happens, like before for ex: videodb for sets is: videodb://1/7/ and now in gotham is videodb://movies/sets, and have others things broken partially support sets in script. Phill65 is the author script, I request Phill65. see whats more changes in gotham for fix, but answer is it´s only for frodo. XBMC Gotham have new codecs FFMpeg, result in better image and sound in XBMC, have support native for manager sets, but script fail partially in show data and images for sets, I am try fix, but I am not expert in python or Json, for fix all changes, sorry. RE: [RELEASE] Ace - bry - 2013-04-22 (2013-04-21, 20:06)bry- Wrote: anybody able to get this successfully installed on the pivios xios? disregard - required a clean install on the m3 to get it to work. RE: [RELEASE] Ace - Skank - 2013-04-22 (2013-04-22, 15:44)Wanilton Wrote: @Skank, in gotham nightlies yes, its possible manager sets, but in frodo nope. And script extendedinfo work fine in Frodo, but in XBMC gotham, have troubles because XBMC Gotham changes happens, like before for ex: videodb for sets is: videodb://1/7/ and now in gotham is videodb://movies/sets, and have others things broken partially support sets in script. Phill65 is the author script, I request Phill65. see whats more changes in gotham for fix, but answer is it´s only for frodo. Clear thx Any idea about the genres? RE: [RELEASE] Ace - vmstek - 2013-04-22 So, for this "Sets" mode, what should I be seeing? Right now I go to, for example "Alien Anthology" in my Movie list (right list view) And all I see is a red media case with one of the Alien case cover pics and 3 movies listed on the right. No Genre info, no studio info, no country info. and the bottom bar just shows one rating. I guess I was expecting more, like the entire collection displayed, some CD Art, more info maybe. I am using ACE 1.5.0 withFrodo 12.0 (12.1 gave me black screens when switching displays), turned on "group movies in sets" in Settings/Video, installed extendedinfo script, updated ExtraPak, hit the "switch to sets mode" button in Main Menu Customization for Movies. Did I miss something ? Also would be very grateful if someone could tell me how to remove a movie from the Movie/In Progress pane. RE: [RELEASE] Ace - Skank - 2013-04-22 (2013-04-22, 20:16)vmstek Wrote: So, for this "Sets" mode, what should I be seeing? Dont go into "movies", instead move over to movies, then push down instead of hitting enter, and then chose "sets" Next, chose sets view... Et voila all what you want RE: [RELEASE] Ace - vmstek - 2013-04-22 You mean go into the Movies submenu and select "Sets"? I did that, but it lists every movie I have as a "Collection" Ok maybe not every movie as a collection, but many "one of's" are listed as collections, like Inglourious Basterds And when I select an actual collection, I get the same look as described above..very basic look. RE: [RELEASE] Ace - Skank - 2013-04-22 Yeah RE: [RELEASE] Ace - devkid - 2013-04-22 I love this skin every day a bit more, fantastic work (as usual)! One question: is it possible to get a menu option "Restart" into the system menu? I really miss it from MQ4 :'| RE: [RELEASE] Ace - bry - 2013-04-22 (2013-04-22, 21:15)devkid Wrote: I love this skin every day a bit more, fantastic work (as usual)! I was a big fan of the options in mq4 after you press down twice. for settings, power, etc. RE: [RELEASE] Ace - hfmls - 2013-04-23 don't want to be a pain in the ass mate, but any plans to remake PVR near future? specially changing colours in EPG thank you for all your hardwork. RE: [RELEASE] Ace - im85288 - 2013-04-23 I made a simple change to show the text in white as below: If you want to make the same simply edit the file DialogPVRChannelsOSD.xml found in the 720p folder in the skin and change line 115 from: <textcolor>header</textcolor> to: <textcolor>white</textcolor> RE: [RELEASE] Ace - Razieal - 2013-04-23 im82588 what plugin is that you using ? RE: [RELEASE] Ace - im85288 - 2013-04-23 (2013-04-23, 20:27)Razieal Wrote: im82588 what plugin is that you using ? It's not a plugin, just the live tv section of the skin. RE: [RELEASE] Ace - schumi2004 - 2013-04-23 (2013-04-23, 19:59)im85288 Wrote: I made a simple change to show the text in white as below: I changed it to <textcolor>$VAR[value_headercolor]</textcolor> to match skin color Only thing missing now is EPG color information Edit: Adding genre colors was easier then i thought. Just add this folder to media folder. @Marcos Noticed a bug in EPG timeline view. - I think PVR Time (top screen) should fill complete screen in this view. - And maybe redo space between different broadcasts (see black spaces between genre colors) Note: I fixed this by editing ViewsLiveTV.xml line 110 and 154. Change those lines to <texture border="3">genres/$INFO[ListItem.Property(GenreType)].png</texture> - And you should add genre colors to Texture file (or maybe rename folder as it's probably faulty) - Also missing timer indicator when a broadcast is scheduled for recording. RE: [RELEASE] Ace - LeeG - 2013-04-24 wow, good work guys. Personally I'd prefer to see the EPG timeline with fewer channels (similar to the EPG in Xperience) and utilise the space showing the highlighted programmes info plot etc so you can tell that programmes content at a glance rather than having to hit extra keys to bring up DialogPVRguideinfo.xml (which is currently missing BTW ) |