![]() |
|
[RELEASE] Xperience1080 v0.9b (nightlies only) - 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: Xperience1080 (/forumdisplay.php?fid=197) +---- Thread: [RELEASE] Xperience1080 v0.9b (nightlies only) (/showthread.php?tid=109470) 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 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 |
- `Black - 2011-11-21 16:34 Hm that does not happen for me. What happens if you go to favourites on home and open the favourite? If the result is the same, please try in Confluence. - Slurrrp - 2011-11-21 18:11 Weird...It works for me when using the favorites menu, but not when using a custom home panel
- `Black - 2011-11-21 18:42 Can you please post a debug log? - wex101 - 2011-11-21 18:52 Hi Black love the advanced launcher support! Couple issues... Once I switch to poster view, pressing up brings me to an info screen and left right down do other things. I am unable to get to the view options again to change the view type! Edit: 2nd question, is there any way to have the skin use the custom backgrounds set in the settings when browsing within the different home screen categories instead of it reverting back to the global background? - `Black - 2011-11-21 19:30 Seems to be a problem if the view has 1 page only... I'll fix that. - Slurrrp - 2011-11-21 19:40 `Black Wrote:Can you please post a debug log? http://pastebin.com/cWUGqqyn - `Black - 2011-11-21 20:14 Code: DEBUG: CApplication::ExecuteXBMCAction : Translating $INFO[Skin.String(CustomHomePanel3.Path)]Seems that XBMC doesn't find the directory but I have no clue why. I assume you added the directory as a source and then to favourites? Did you maybe remove the source after that? Could you also please upload your favourites.xml, I would like to check something. @wex101 A fix for the problem is on git. To the second question... the skin does not revert the background, the global background is always visible behind your custom backgrounds. But if I understand correctly, you would like to have your custom single or multi backgrounds also if you enter e.g. movies? Could be doable but I won't add it for now. - Slurrrp - 2011-11-21 20:33 `Black Wrote:Seems that XBMC doesn't find the directory but I have no clue why. I assume you added the directory as a source and then to favourites? Did you maybe remove the source after that? Could you also please upload your favourites.xml, I would like to check something. http://pastebin.com/xb207Vyx The dir is always there, it's my dl folder for television shows, sickbeard picks up the known shows and puts them in the 'library', the other (dutch) shows don't get processed, i watch them and delete them, it's not a really big deal but saves me the clicks to go to videos>d>tv... so don't waste too much time on this..
- `Black - 2011-11-21 21:10 Yeah but it's weird if it's working in the favourites menu but not with the custom home items. I think the problem is that D:\\TV\\ get's converted to D:\TV\ in the favourites script. Should be fixable. ![]() For now you should be able to get it working when you change the type to custom and add the missing \ manually. Before you do that, update to the latest git update, I fixed a problem with the custom type not working. - Slurrrp - 2011-11-22 14:20 Thanks mate! That worked |