![]() |
|
[RELEASE] reFocus 0.9.5 - 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: reFocus (/forumdisplay.php?fid=72) +---- Thread: [RELEASE] reFocus 0.9.5 (/showthread.php?tid=75867) 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 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 |
- Jeroen - 2011-09-18 11:51 Galefury Wrote:An easy hack would do just fine. What should I modify to have the default focus on the third item, tvshows ? And thanks you for answering our questions. In HomeMenu.xml, add a line to set the default control for the container, so like: PHP Code: <include name="HomeMenu">This will have it focus on tv shows always, even when exiting back to home from, for example, movies. If you leave out the always="true" it will only focus on tv shows only on entering the homemenu for the first time, so after startup. If you have disabled submenus, the ID should be 6 instead of 5 - TheStretchedElf - 2011-09-18 18:53 Recently been using the Vevo plugin. In the Music Videos views there are List, Slide (which is the same as list for some reason) and Thumbnail views available. Is there any way to make thumbnail the default view just for Vevo? edit: I tried adding this line <visible>!stringcompare(container.folderpath,plugin://plugin.video.vevo/)</visible> to the list element of ViewsAddons.xml (at line 20 to be specific) thinking this would disable the list view for vevo but that didn't work. - otcho - 2011-09-18 20:22 @Jeroen Are there any plans to redesign the submenus? I'm not referring to submenus on homescreen, but to those which appear when you return from the libary-mode. In my opinion they are a gap in the whole skin concept. The items are all on the upper left hand side (which is okay), but the views are generally too 'empty' ![]() I'm just curious about this and wanted to ask you why they are designed this way. - Jeroen - 2011-09-19 19:24 TheStretchedElf Wrote:Recently been using the Vevo plugin. In the Music Videos views there are List, Slide (which is the same as list for some reason) and Thumbnail views available. Is there any way to make thumbnail the default view just for Vevo? Can you show me a screenshot of the vevo plugin in thumbnail view using Confluence for example? I can't use the plugin because I'm not in the US. Generally most audio plugins don't offer much in terms of thumbnails so views like slide and thumbnails are not made available to plugins (although then it of course should not offer a selection to do so, so that's a bug) otcho Wrote:@JeroenI wouldn't know anything worthwhile to add there really. These menus offer no rich metadata like the actual content listings and I would think people don't spend much time in these menus. They are an intermediate step to get to the actual content. The only thing to add here would be icons, which imo don't serve any purpose as you make the selection choices based on the actual list. I do have some ideas for these selections, but it would involve actually bypassing these menus and offering a different way. I know that sounds vague but that's something for later down the road possibly.
- otcho - 2011-09-19 19:57 Thanks for your explanations. I guess since reFocus is the only skin which uses these views, there's not much to compare
- wolfbiker - 2011-09-20 12:51 nevermind! loving the skin, thanks for the work.
- TheStretchedElf - 2011-09-20 18:22 Jeroen Wrote:Can you show me a screenshot of the vevo plugin in thumbnail view using Confluence for example? I can't use the plugin because I'm not in the US.Thanks for your response Jeroen. Just to clarify, Vevo is a video plugin and both List and Thumbnail views are available for it in reFocus (Slide view is also listed but displays as List view when clicked, though that's another issue). My question relates to how to make the Thumbnail view the default view within this particular plugin. The reason I want to do this is because my kids' profile is in Kiosk mode and currently the default view for this plugin is List, whereas Thumbnail view is much more asthetically pleasing and intuitive in this instance. Now, I could work around this by leaving Kiosk mode and manually selecting Thumbnail view for all the possible Vevo windows, but that's a lot of windows, and it would also be good to have the know-how. Anyway, here are screenshots from reFocus. ![]() eta: by the way, I'm not in the US either (UK) and can use Vevo. - nemulate - 2011-09-21 00:03 Hi, just downloaded the lastest git version and it's looking better than ever Not sure if it's because I've upgraded from 0.9.1 but with weather fanart enabled I see it when on the music menu option and not on the weather menu option. I deleted guisettings.xml just in case but it's still happening.Thanks - Jeroen - 2011-09-21 08:01 TheStretchedElf Wrote:...I see, you'll need to use the <visible>!stringcompare(container.folderpath,plugin://plugin.video.vevo/)</visible> on the list view in ViewList.xml. ViewsAddons.xml is obsolete, it's not used anymore. nemulate Wrote:Hi, just downloaded the lastest git version and it's looking better than everFixed on git, cheers
- TheStretchedElf - 2011-09-21 08:21 Jeroen Wrote:I see, you'll need to use the Cool, so I'd actually figured out the code but was putting it in the wrong place. Is there an alternative method to make Thumbnail the default without actually disabling List? Oh hang on, I'm using 0.9.1 and ViewList.xml doesn't seem to be there. |