Kodi Community Forum
Transparency! SVN for XBMC nightly builds - 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: Transparency! (https://forum.kodi.tv/forumdisplay.php?fid=115)
+----- Thread: Transparency! SVN for XBMC nightly builds (/showthread.php?tid=83643)



- Gr8rtek - 2011-06-29

steve1977 Wrote:Anyone using T! on iOS/ATV2? What folder to copy to? Anything not working well?

I am using XBMC on ATV2 without any issues thus far, but in fairness that is only a day and a half. I am running XBMC eden pre 11 and svn version of T! and it looks and works beautifully. When I downloaded the SVN version of T! I had to rename the folder to skin.transparency and then use WinSCP to copy the folder to the ATV2. The path is mobile/library/preferences/add-ons (I believe this is correct-will check when not at work later this evening).

Thanks @ronie for a wonderful skin and for listening and answering all of our questions. I've used T! On my Win7 PC for some time, but just recently moved to the ATV2. No questions or problems yet, but it is refreshing to know that you'll have an answer ready when they do come up! Thanks again.


- ronie - 2011-06-29

bobrap Wrote:Uhm, how does it work? I'm a little slow today.Laugh

hmm...yeah...good question :-)

add a logo.png file to every artist folder

and also set the path to your music folder:
Skin Settings > General > Music folder path


- Gr8rtek - 2011-06-29

I missed one level ... /mobile/Library/Preferences/XBMC/add-ons.

Good luck!


- solidsatras - 2011-06-29

ronie Wrote:add a logo.png file to every artist folder

and also set the path to your music folder:
Skin Settings > General > Music folder path

I can´t choose a smb-path here...how can I get this to work?
Recently I showed a similar lack of knowledge with the cdART script
and giftie brought me up to speed:
giftie Wrote:You need to add your network path as a file source, Home Menu -> Settings Drop down/slide out menu -> File Manager -> Add Source -> Browse -> Add Network Location -> Browse - Find your share, and finish off the info and click ok.

I thought this would also work for the music path in Transparency but unfortunately not. I´m using today´s svn-version of T! and xbmc nightly from the 27th, but i´m sure it´s just another option i´m not seeing.

edit:
to be a little more specific, the network path i´ve added through the file manager
shows up in cdART
Image

but not in T
Image


- ronie - 2011-06-29

solidsatras Wrote:I can´t choose a smb-path here...how can I get this to work?

read FAQ #08 ;-)


- solidsatras - 2011-06-29

ronie Wrote:read FAQ #08 ;-)

thx, worked perfectly. I love the new logo display.


- solidsatras - 2011-07-02

I´m having some weird TV-Show logo display problems.

Some logo´s are being displayed, some not. (74 logo´s total, 40 don´t show, 34 show up(show level))
I can´t figure out any resemblance between the one´s that don´t show up.
For example:
Dexter´s logo is missing:
Image
Game of Throne isn´t:
Image
Even though the file structure is the same.

Weird is the fact that for Dexter inside Season 1-4 the logo shows up:
Image
but inside Season 5 and on Season level it doesn´t:
Image
Image

really confusing. Here is a debug log:
http://pastebin.com/35e9PsGG
The only thing I see is that the season fanart feature for Dexter also isn´t
working but for Weeds for example it works.

Another thing I noticed, for TV-Show´s the logo shows up at "* All seasons", for "* All albums* in Music it doesn´t.

Since nobody else mentioned anything like this, the problem should be on my side. Any help on where to look to figure this out would be great.


- ronie - 2011-07-02

solidsatras Wrote:Here is a debug log:
http://pastebin.com/35e9PsGG

there seems to be an issue with your cached thumbnails:
Quote:ERROR: Texture manager unable to load file: special://masterprofile/Thumbnails/4/427e646c.png
maybe you've manually deleted some of them?
or your thumbnail db could be screwed.

possible fix: remove your tv shows source, clean the library and rescan.


- solidsatras - 2011-07-03

ronie Wrote:possible fix: remove your tv shows source, clean the library and rescan.
Unfortunately that didn´t change anything. There was definitively something wrong with my thumbnail cache. Couldn´t find out what exactly. I extended the system partition and did a complete new install of xbmc. That solved the problem. Thanks again for your help.


- solidsatras - 2011-07-04

"Script 4" in the custom-menu didn´t show up for me at the Home-Menu.
After digging in some xml-files I think I found a little mix up in the Includes_Home.xml:
Replacing the original part:
Code:
<item id="8118">
    <description>Menu Programs Sub Custom16</description>
    <label>$INFO[Skin.String(Menu_Programs_Sub_Custom20_Label)]</label>
    <onclick>RunScript($INFO[Skin.String(Menu_Programs_Sub_Custom20_Path)])</onclick>
    <visible>Skin.HasSetting(Menu_Programs_Sub_Custom20)</visible>
</item>
<item id="8119">
    <description>Menu Programs Sub Custom20</description>
    <label>$INFO[Skin.String(Menu_Programs_Sub_Custom16_Label)]</label>
    <onclick>RunScript($INFO[Skin.String(Menu_Programs_Sub_Custom16_Path)])</onclick>
    <visible>Skin.HasSetting(Menu_Programs_Sub_Custom16)</visible>
</item>
<item id="8120">
    <description>Menu Programs Sub Custom17</description>
    <label>$INFO[Skin.String(Menu_Programs_Sub_Custom17_Label)]</label>
    <onclick>RunScript($INFO[Skin.String(Menu_Programs_Sub_Custom17_Path)])</onclick>
    <visible>Skin.HasSetting(Menu_Programs_Sub_Custom17)</visible>
</item>
<item id="8121">
    <description>Menu Programs Sub Custom18</description>
    <label>$INFO[Skin.String(Menu_Programs_Sub_Custom18_Label)]</label>
    <onclick>RunScript($INFO[Skin.String(Menu_Programs_Sub_Custom18_Path)])</onclick>
    <visible>Skin.HasSetting(Menu_Programs_Sub_Custom18)</visible>
</item>
<item id="8122">
    <description>Menu Programs Sub Custom20</description>
    <label>$INFO[Skin.String(Menu_Programs_Sub_Custom20_Label)]</label>
    <onclick>$INFO[Skin.String(Menu_Programs_Sub_Custom20_Path)]</onclick>
    <visible>Skin.HasSetting(Menu_Programs_Sub_Custom20)</visible>
</item>
<item id="8123">
    <description>Menu Programs Sub Custom21</description>
    <label>$INFO[Skin.String(Menu_Programs_Sub_Custom21_Label)]</label>
    <onclick>$INFO[Skin.String(Menu_Programs_Sub_Custom21_Path)]</onclick>
    <visible>Skin.HasSetting(Menu_Programs_Sub_Custom21)</visible>
</item>
<item id="8124">
    <description>Menu Programs Sub Custom18</description>
    <label>$INFO[Skin.String(Menu_Programs_Sub_Custom22_Label)]</label>
    <onclick>$INFO[Skin.String(Menu_Programs_Sub_Custom22_Path)]</onclick>
    <visible>Skin.HasSetting(Menu_Programs_Sub_Custom22)</visible>
</item>
with this one(changed numbers):
Code:
<item id="8118">
    <description>Menu Programs Sub Custom16</description>
    <label>$INFO[Skin.String(Menu_Programs_Sub_Custom16_Label)]</label>
    <onclick>RunScript($INFO[Skin.String(Menu_Programs_Sub_Custom16_Path)])</onclick>
    <visible>Skin.HasSetting(Menu_Programs_Sub_Custom16)</visible>
</item>
<item id="8119">
    <description>Menu Programs Sub Custom17</description>
    <label>$INFO[Skin.String(Menu_Programs_Sub_Custom17_Label)]</label>
    <onclick>RunScript($INFO[Skin.String(Menu_Programs_Sub_Custom17_Path)])</onclick>
    <visible>Skin.HasSetting(Menu_Programs_Sub_Custom17)</visible>
</item>
<item id="8120">
    <description>Menu Programs Sub Custom18</description>
    <label>$INFO[Skin.String(Menu_Programs_Sub_Custom18_Label)]</label>
    <onclick>RunScript($INFO[Skin.String(Menu_Programs_Sub_Custom18_Path)])</onclick>
    <visible>Skin.HasSetting(Menu_Programs_Sub_Custom18)</visible>
</item>
<item id="8121">
    <description>Menu Programs Sub Custom19</description>
    <label>$INFO[Skin.String(Menu_Programs_Sub_Custom19_Label)]</label>
    <onclick>RunScript($INFO[Skin.String(Menu_Programs_Sub_Custom19_Path)])</onclick>
    <visible>Skin.HasSetting(Menu_Programs_Sub_Custom19)</visible>
</item>
<item id="8122">
    <description>Menu Programs Sub Custom20</description>
    <label>$INFO[Skin.String(Menu_Programs_Sub_Custom20_Label)]</label>
    <onclick>$INFO[Skin.String(Menu_Programs_Sub_Custom20_Path)]</onclick>
    <visible>Skin.HasSetting(Menu_Programs_Sub_Custom20)</visible>
</item>
<item id="8123">
    <description>Menu Programs Sub Custom21</description>
    <label>$INFO[Skin.String(Menu_Programs_Sub_Custom21_Label)]</label>
    <onclick>$INFO[Skin.String(Menu_Programs_Sub_Custom21_Path)]</onclick>
    <visible>Skin.HasSetting(Menu_Programs_Sub_Custom21)</visible>
</item>
<item id="8124">
    <description>Menu Programs Sub Custom22</description>
    <label>$INFO[Skin.String(Menu_Programs_Sub_Custom22_Label)]</label>
    <onclick>$INFO[Skin.String(Menu_Programs_Sub_Custom22_Path)]</onclick>
    <visible>Skin.HasSetting(Menu_Programs_Sub_Custom22)</visible>
</item>
worked for me. But don´t know if I maybe screwed something else up with the change Wink


- ronie - 2011-07-04

solidsatras Wrote:But don´t know if I maybe screwed something else up with the change Wink

i'm the one who screwed up, your fix fine is fine ;-)

cheers for the report!


- D-tyme - 2011-07-09

SVN not downloading...stops here:

Code:
A    skin.transparency/media/flags/movies/studio/Global Asylum.png
svn: In directory 'skin.transparency/media/flags/movies/studio'
svn: Can't open file 'skin.transparency/media/flags/movies/studio/.svn/tmp/text-base/The Wb.png.svn-base': No such file or directory



- ronie - 2011-07-09

D-tyme Wrote:SVN not downloading...stops here:

Code:
A    skin.transparency/media/flags/movies/studio/Global Asylum.png
svn: In directory 'skin.transparency/media/flags/movies/studio'
svn: Can't open file 'skin.transparency/media/flags/movies/studio/.svn/tmp/text-base/The Wb.png.svn-base': No such file or directory

thanx for the report, should be fixed now :-)


- bandelguy - 2011-07-09

Can't open file 'E:\XBMC
SKINS\skin.transparency\media\flags\movies\studio\.svn\text-base\CW.png.svn-base':
The system cannot find the file specified.


- ronie - 2011-07-09

bandelguy Wrote:Can't open file 'E:\XBMC
SKINS\skin.transparency\media\flags\movies\studio\.svn\text-base\CW.png.svn-base':
The system cannot find the file specified.

please re-check if this is still an issue now,
i've just fixed it a minutes ago.