![]() |
|
Transparency! SVN for XBMC nightly builds - 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: Transparency! (/forumdisplay.php?fid=115) +---- Thread: Transparency! SVN for XBMC nightly builds (/showthread.php?tid=83643) |
- ronie - 2011-10-20 20:26 Adam B. Wrote:I'm not sure if this is an Eden problem or Transparency. make sure script.favourites is installed. - PatK - 2011-10-21 20:01 Setting up some nested sub-folders I've run into some cover issues in Video files mode.. the entry folder is gold and so are the sub folder/files. Animations>ComicBook>Various Comic videos gold gold Animations>Pixar>Various Pixars Videos gold gold A quick refresh from file, brings in the .nfo and all looks good. But a subsequent visit and all the information is lost, and we're back to gold covers. The videos are in the library and a search brings them up, Once I enter the .nfo page, the covers look correct.. but on exit they return to gold unless I implement a refresh and pick up the info from the locally stored info. I did a work around on some of the nested sub folders, and pulled them up a level... and that solved it. Perhaps I'm too deep or have missed a critical setting? Using Pre-Eden 11.0 Git:20111015-7163d78 (Compiled Oct 16) Transparency! V4.0.3 (SVN) - ronie - 2011-10-21 20:55 PatK Wrote:A quick refresh from file, brings in the .nfo and all looks good. But a subsequent visit and all the information is lost does not look like a skin issue to me. same issue with losing info in other skins? - PatK - 2011-10-21 21:37 No: I tried it in confluence without an issue... (of course it doesn't have cover boarders) you can enter the folder, see the info as listed by the .nfo etc... Looks like something in T! related to gold folder borders... at one point everything looks good.. back out to the home directory then update lib, re-enter and the .nfo and info is no longer visable. In coverflow you have the movie synopsis popping above the covers... after the above, all the covers turn gold and the info is lost. I tired it with other views... and they're gold frame too. If I go back to confluence the folders behave normally. I'll try without Cover borders and see if that changes anything... No I just tried it, looks like the .nfo is not accessible to that folder depth. Doing a search for a particular file in movie mode brings it up... complete with all the data. I suspect that the entry folder lacking a video 'with nothing but folders beyond is shutting the door to the folders beyond', throw a small video file on the door, and the door to that folder doesn't open.. just plays the small video. Something inconstant with how this is working... I do have a 'James Bond' sub folder in action and all the files have data and proper covers. I'll have to go over my settings with a fine tooth comb. A reboot brought some sense to the folder issue. - eternalsword - 2011-10-23 06:04 ronie Wrote:i have just pushed an update to T! svn, that requires you to use a xbmc build dated oct. 1st or up. It would appear the .. entry is missing from the Video area, so there is currently no way to get to the Video Plugins. I'm using cbxbiker61's pulseaudio passthrough fork, which just rebased within the past 24 hours. The .. entry was there before I upgraded, of course I had the skin variable issue, so I wonder if something else changed. - jazzyb - 2011-10-23 06:27 ronie Wrote:it could be the same issue master345 was having, Hi Ronie I have had a go at creating a debug log If i have failed miserably at it then let me know and ill have another go ![]() http://pastebin.com/diviaKzx script.favourites bug? (round brackets) in path - live4ever - 2011-10-24 18:02 Adam B. Wrote:I'm not sure if this is an Eden problem or Transparency. Hey ronie are you the one that maintains this script? I came across it with 10.1 and also noticed it in the nightlies (T! svn). http://forum.xbmc.org/showpost.php?p=794614&postcount=1415 Code: <favourites>Seems to add an extra 'return' before the end of the path Also it does it for local paths as well.
- ronie - 2011-10-24 23:20 jazzyb Wrote:Hi Ronie yep same issue. it appears to be a bug in xbmc and i've already passed it along to one of the xbmc devs. - ronie - 2011-10-24 23:37 live4ever Wrote:Seems to add an extra 'return' before the end of the path heh, indeed...the script adds a return in front of every bracket ')' in the path.. this should fix it: script.favourites-2.0.1.zip please test and let me know
- live4ever - 2011-10-25 17:30 ronie Wrote:heh, indeed...the script adds a return in front of every bracket ')' in the path.. Manually installed the script and it works great. Are scripts autoupdated like other addons (or will I have to manually install on other systems)? Thanks for your update. |