Kodi Community Forum
Yet Another Confluence Mod - 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: Confluence (https://forum.kodi.tv/forumdisplay.php?fid=125)
+---- Thread: Yet Another Confluence Mod (/showthread.php?tid=129733)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49


RE: Yet Another Confluence Mod - Mudislander - 2012-05-22

It's needed Big Grin I'll use the artwork elsewhere and I'm sure you guys will be suggesting things.

I can see the difference on my setup trying to get "extra art" over my network, compared to a thumb that XBMC has already in the DB. So I feel that type of art should be used for extra thumbnails or background banners etc, but not the main listed thumb, which should be able to change as quick as posible while browsing through a list.


RE: Yet Another Confluence Mod - Mudislander - 2012-05-22

Updated first post to include wilson.joe' themes - so all in one place Smile

Have created another Google Project for the MOD, nothing there yet - was going to try and re-wind bit to get some history. I regard this as more of a comunity project rather than my mod, so if anyone wants to be added as a member/contributor/committer - please let me know


RE: Yet Another Confluence Mod - wilson.joe - 2012-05-22

Oops posted in the wrong discussion.. I reuploaded the orange, I got enough commits
about the color being a bit on the bright side... Count me in on the Google Project.
and If there is an interest in other icon sets im game. Had a date the other night,
so I have been busy, personal life aside, thanks for posting my themes in a group
should make it easier for people to find them.

(2012-05-22, 16:33)Mudislander Wrote: Updated first post to include wilson.joe' themes - so all in one place Smile

Have created another Google Project for the MOD, nothing there yet - was going to try and re-wind bit to get some history. I regard this as more of a comunity project rather than my mod, so if anyone wants to be added as a member/contributor/committer - please let me know




RE: Yet Another Confluence Mod - minimoe - 2012-05-23

First attempt for a RightList view. Comments more than welcome Smile

Image


RE: Yet Another Confluence Mod - Mudislander - 2012-05-23

Now I can be a fussy pain in the ..... Big Grin - maybe the list a little lower ? - not serious though it's looking good


RE: Yet Another Confluence Mod - Jezz_X - 2012-05-23

Want to see my attempt Smile
Stupid forum shrinking it down click here to see it bigger http://img577.imageshack.us/img577/8233/screenshot053a.png

Image

Amazing how you can make a screenshot look better by picking the right colors like above http://img846.imageshack.us/img846/2928/screenshot052r.png

And another example of picking the right color to match http://img41.imageshack.us/img41/472/screenshot054d.png


RE: Yet Another Confluence Mod - minimoe - 2012-05-23

v2. I lowered the list, made it more narrow.and restored the watched checkmarks that went MiA. I also lowered the center section and moved the episode counts next to the genre to reduce the empty space there.

Image

I only did the TVshows level so far. I hope to finish seasons, episodes and movies levels by the weekend.

BTW, is it possible to reload the skin without restarting XBMC?


RE: Yet Another Confluence Mod - wilson.joe - 2012-05-23

I added the following to my keyboard.xml file

and set debugging to true in the skins addon.xml
by hitting F1 i restart xbmc quickly


Code:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<keymap>
    <global>
        <keyboard>
            <F1>XBMC.ReloadSkin()</F1>
            <F2>Skin.ToggleSetting(DebugGrid)</F2>
            <F3>Skin.ToggleSetting(HideDebugInfo)</F3>
            <F4>Notification(Testing 123,Hello world)</F4>
        </keyboard>
    </global>
</keymap>


(2012-05-23, 13:34)minimoe Wrote: BTW, is it possible to reload the skin without restarting XBMC?

by the way both views look great..



RE: Yet Another Confluence Mod - minimoe - 2012-05-23

Thank you, Wilson. Now I can work faster Smile

I almost finished the RightList but I'm not 100% happy with the Episodes and Movies views


RE: Yet Another Confluence Mod - Mudislander - 2012-05-23

(2012-05-23, 12:16)Jezz_X Wrote: Want to see my attempt Smile

Amazing how you can make a screenshot look better by picking the right colors like above http://img846.imageshack.us/img846/2928/screenshot052r.png

Yeah I like that view, looks better on Fire or Kryptonite. You going to update one of your Media Info views to it ?
Always did prefer a simple list where you read the titles on the correct side.
BTW how did you log onto my PC to get my movie list. Big Grin
(2012-05-23, 20:56)wilson.joe Wrote: I added the following to my keyboard.xml file

and set debugging to true in the skins addon.xml
by hitting F1 i restart xbmc quickly


Code:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<keymap>
    <global>
        <keyboard>
            <F1>XBMC.ReloadSkin()</F1>
            <F2>Skin.ToggleSetting(DebugGrid)</F2>
            <F3>Skin.ToggleSetting(HideDebugInfo)</F3>
            <F4>Notification(Testing 123,Hello world)</F4>
        </keyboard>
    </global>
</keymap>


(2012-05-23, 13:34)minimoe Wrote: BTW, is it possible to reload the skin without restarting XBMC?

by the way both views look great..

If you guys want me to include a DebugGrid, I can it's not a problem.


RE: Yet Another Confluence Mod - wilson.joe - 2012-05-23

The other seemed too pink. here is a dark purple set.

Image
Image
Purple


RE: Yet Another Confluence Mod - minimoe - 2012-05-24

(2012-05-23, 21:24)Mudislander Wrote: If you guys want me to include a DebugGrid, I can it's not a problem.

I use Hitcher's skinning aid but thank anyway Smile

For some reason I can't change the floor. I replaced the floor.png file but I don't see anything different when I start XBMC.
I only have the uncompressed textures in my media folder. Huh


RE: Yet Another Confluence Mod - Mudislander - 2012-05-24

You need the unpacked images source files and exchange the image or rename your floor.png to something like myfloor.png and call that instead




RE: Yet Another Confluence Mod - minimoe - 2012-05-24

(2012-05-24, 15:35)Mudislander Wrote: You need the unpacked images source files and exchange the image or rename your floor.png to something like myfloor.png and call that instead

Edit Easiest thing to do is clone the svn - On windows I like Tortoise SVN

I have the uncompressed textures pack you posted a few days ago but XBMC was pulling the floor.png from Wilson's woody.xbt I also had in the media folder.

I'm playing with increased transparency backgrounds, what do you think?

Image

Uploaded with ImageShack.us


RE: Yet Another Confluence Mod - Mudislander - 2012-05-24

(2012-05-24, 16:39)minimoe Wrote: I'm playing with increased transparency backgrounds, what do you think?

I've always been a fan of transparent backgrounds, as long as you can still read all the info.