![]() |
|
[BUGS] and missing items - 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: Night (/forumdisplay.php?fid=130) +---- Thread: [BUGS] and missing items (/showthread.php?tid=73846) 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 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 |
- pletopia - 2010-08-20 00:12 mcborzu Wrote:Would be cool, but I don't know how much code it'll take since I'd have to account for both Landscape and Poster. Then the spacing for all the info too. Probably end up with alot of confusing <visibles>... ahh, pity .. "LogoPlus" would have been killer .. gives you full fanart when your scrolling, and info when you pause - pletopia - 2010-08-20 03:41 i got a very strange issue after i upgraded to the official from the repo version .. i upgraded .. edited my IncludesCodecFlagging file per usual (i take out the part with the video codecs cause i don't care about them .. and by doing so it allows source flag to appear [tv/bluray/hddvd/dvd]) now this used to work perfectly, but now it 50% works .. what i mean is that in the movie library i get res,audiocodec,audio channels,aspect ratio,source like i should while in tv i'm missing that 5th source flag - mcborzu - 2010-08-20 03:52 Last time I touched that was Aug 12th and it was a minor change: ListItem.FilenameAndPathAndPath,pdtv) fixed to: FilenameAndPath,pdtv Honestly I rarely touch that file unless someone asks for a flag request... - JDizzy - 2010-08-20 04:25 Last night I updated the SVN to the most current. I then added the Night skin through XBMC by using the addon option. Since I have several mods that I use, I then usually go and swap out a few files in the Night 720 folder. BUT.... where does the skin file disappear to when using the addon option? I wasn't in the addon folder as it usually is if I copy it over manually?! - mcborzu - 2010-08-20 04:32 JDizzy Wrote:Last night I updated the SVN to the most current. I then added the Night skin through XBMC by using the addon option. I believe it stores them in: C:\Users\****\AppData\Roaming\XBMC\addons Whatever that equivalent is for ATV... On a related note the addon browser will overwrite any changes so if you do. So for custom stuff make sure you save the files somewhere else also. - pletopia - 2010-08-20 04:56 mcborzu Wrote:Last time I touched that was Aug 12th and it was a minor change: i know .. but thats the weird part that my custom file works for movie lib but not for tv lib .. i get the bluray/hddvd/dvd flags in my movie wall and my posterplus view .. but then i go to tv and nothing .. no dvd, no bluray, no tv flag .. i'm purplexed what could have changed like i would understand that i messed something up in the <include name="VideoTypeHackFlaggingConditions"> section if it didn't work under movies .. but it does EDIT: okay, so i just did a clean git clone so i have all your latest files .. and i didn't edit anything .. when i go to my movie library i get 6 flags now (the 5 from before plus the codec flag which i normally take out) however i flipped through all the views possible at tv episode level and i could never get that source flag to appear .. are you just not having the episode view call the VideoTypeHackFlaggingConditions section ?? i tried to browse through Viewtype_3dbanner.xml ( i guessed this is the file that controls "3D Landscape", thats the episode view i like) and i couldn't figure out where the flagging gets called in that file - mcborzu - 2010-08-20 05:38 pletopia Wrote:i know .. but thats the weird part that my custom file works for movie lib but not for tv lib .. i get the bluray/hddvd/dvd flags in my movie wall and my posterplus view .. but then i go to tv and nothing .. no dvd, no bluray, no tv flag .. i'm purplexed what could have changed Yep, maybe 2-3 weeks ago I took that out in 3dLandscape view cause it caused overlapping. I believe that was the only view it was taken out... Most of my view .xml's are named correctly except Viewtype_List.xml which is the one thats not and that is the 3dLandscape view. - pletopia - 2010-08-20 06:17 so wait, you took out VideoHackFlaggingCondition part from 3dlandscape view ?? which lines control that cause i'd like to add it back in .. still weird i couldn't get that flag to show in the other episode level views EDIT: nevermind previous statement about it not showing in other episode view's.. scrolled through the other "episode views" and the couple that have flags show 6 flags now so now i just need to know where you control that so i can add it back in for 3dLandscape because i know what you meant about overlap but its not an issue for me when i take out video codec flag
- Pr.Sinister - 2010-08-20 07:31 Night was automatically updated and after a restart of XBMC, now i get weird graphic glitches on the home screen and in the recently added TV Shows in the Episode viewtype Anybody else seeing this
- mcborzu - 2010-08-20 13:49 Pr.Sinister Wrote:Night was automatically updated and after a restart of XBMC, now i get weird graphic glitches on the home screen and in the recently added TV Shows in the Episode viewtype I just added a fresh copy via addon browser, everything on Home, vertical and horizontal, looked fine. Maybe you just got a flukey download. Try again or you could always use git... |