XBMC Community Forum
[release] Vinci - Printable Version

+- XBMC Community Forum (http://forum.xbmc.org)
+-- Forum: Help and Support (/forumdisplay.php?fid=33)
+--- Forum: Skin Help and Support (/forumdisplay.php?fid=67)
+---- Forum: Vinci (/forumdisplay.php?fid=73)
+---- Thread: [release] Vinci (/showthread.php?tid=129097)

Pages: 1 2 3


[release] Vinci - Mntz - 2012-04-16 21:36

As development has stalled a bit over the last month, I think it's best to start with a release.
Do mind this is a first release containing numerous bugs and half of the functions are not implemented yet. (Started from scratch with Foundation as base.)





Download is available at:
http://vinci.tera-source.com/

If you have experience in xbmc skinning and want to help out create and maintain this skin, please PM me.


RE: [release] Vinci - Hitcher - 2012-04-16 23:54

Looking great Mntz but you might want to change the addon id otherwise it loads Foundation.

EDIT: Posting it in Skin Development might get you more coverage.


RE: [release] Vinci - Mntz - 2012-04-17 00:14

Oops you're right, fixed Smile


RE: [release] Vinci - Macgyv - 2012-04-17 11:53

I'll have a look tonight. Looks very nice in the video.


RE: [release] Vinci - otcho - 2012-04-17 18:50

I can't watch the video because of copyright issues regarding the music you use Sad


RE: [release] Vinci - solidsatras - 2012-04-18 08:34

(2012-04-17 18:50)otcho Wrote:  I can't watch the video because of copyright issues regarding the music you use Sad
hidemyass.com


RE: [release] Vinci - Macgyv - 2012-04-18 09:19

I tried it last evening and mostly it works and the feeling is really nice.

A few issues :

* I could not open the "Vinci" settings in the settings, is it still wip ?
* it's a bit slower than I expected, especially the transition between home menu and movies or TVShows
* It would be great if the user could change the colour and the transparency, right now the fanart are almost not visible it is a shame
* With the list view in TV show : when you have only one episode the view is a bit strange as the episode is listed on all the screen
* to support TV Tunes and TV guide could be nice improvements


RE: [release] Vinci - Mntz - 2012-04-19 10:57

Hi Macgyv

The Vinci settings window is still wip yes. I'd like to first have all important functions in place before starting with customizations.
Thanks for trying!


RE: [release] Vinci - Macgyv - 2012-04-19 11:53

Hi,

Thank you for the skin.


RE: [release] Vinci - legendman - 2012-04-20 06:21

I'm so glad to see you uploading this. I never got a chance to try Vinci before, back when we were on Xboxes and I didn't have an HDTV, and I have been looking forward to Vinci 2 ever since you first mentioned it. I love the look of it, and I understand that you're still working on it so I will limit my feedback to one thing. I use a large 16:10 monitor in my room as my TV, and I'm used to certain things, like text or posters being squished, but stretched fanart is always really distracting. Here's an example of what I mean, in case I'm not clear.

16x9: http://img26.imageshack.us/img26/1087/16x9x.jpg
16x10: http://img94.imageshack.us/img94/5326/16x10.jpg

To fix it for people like me, you can add this:
Code:
<aspectratio>scale</aspectratio>

After:
Code:
<texture background="true" diffuse="globalBladeDiffuse.png">$INFO[Listitem.Property(Fanart_Image)]</texture>

So it'll look like this now! http://img4.imageshack.us/img4/6590/16x10fixed.jpg

Since it'll look correct on any resolution, I hope you'll add this from now on. Blush