2015-04-11, 21:15
Any way to have a program add-on as a widget, i'm using Steam launcher and i'd lke to have its shorcut on "Others" menu.
(2015-04-11, 18:23)Abu-Dun Wrote: Any chance of getting more information in the episode screen (I'm using "View: Extra Info)? I would like to see the director and the writer of the episode, both available from TheTVDB.com (example). Guest stars would be nice to know, too!Director is available via 'cast' button.
It could be placed above the plot overview (and the plot overview a little bit to the bottom):
Since the view is called "Extra Info" it would be really great if more information is displayed.
/edit
Director and writer would also be useful to see for movies ("View: Big Icons").
(2015-04-11, 16:24)hacky4real Wrote: Could you maintain the black weather widget background in the home screen because its hard to see the current weather conditions' icon on the white backgroundCan you try with latest git and let me know what you think? Changed the small icons to accommodate flipping the colours, so should solve readability.
(2015-04-11, 21:15)Flubber Wrote: Any way to have a program add-on as a widget, i'm using Steam launcher and i'd lke to have its shorcut on "Others" menu.If you can find out what the kodi library path is then you can add it as a custom widget.
(2015-04-12, 00:38)nickr Wrote:(2015-04-11, 18:23)Abu-Dun Wrote: Any chance of getting more information in the episode screen (I'm using "View: Extra Info)? I would like to see the director and the writer of the episode, both available from TheTVDB.com (example). Guest stars would be nice to know, too!Director is available via 'cast' button.
It could be placed above the plot overview (and the plot overview a little bit to the bottom):
Since the view is called "Extra Info" it would be really great if more information is displayed.
/edit
Director and writer would also be useful to see for movies ("View: Big Icons").
(2015-04-06, 03:10)jurialmunkey Wrote: "C" for context
The menu pressing left/right is the view menu, not the context menu (semantics I know, but an important point nonetheless)...
(2015-04-12, 06:30)bluc Wrote:(2015-04-06, 03:10)jurialmunkey Wrote: "C" for contextBack again Im using the keymapper addon but cant find any "view menu" shortcut. Is it called something else in default skin? do you know how I can remap it?
The menu pressing left/right is the view menu, not the context menu (semantics I know, but an important point nonetheless)...
SetFocus(9000)
(2015-04-12, 06:48)jurialmunkey Wrote:(2015-04-12, 06:30)bluc Wrote:(2015-04-06, 03:10)jurialmunkey Wrote: "C" for contextBack again Im using the keymapper addon but cant find any "view menu" shortcut. Is it called something else in default skin? do you know how I can remap it?
The menu pressing left/right is the view menu, not the context menu (semantics I know, but an important point nonetheless)...
You cant remap it as its not a built-in action like the context menu is. Rather it is a control created within the skin - so navigation to it is controlled within the skin. Not sure if you can set a custom action in the keymap addon, but as I standardised the control id to 9000 the way you would call it is by using the SetFocus command.
Code:SetFocus(9000)
<keyboard><key id="61526">SetFocus(9000)</key>
(2015-04-06, 02:57)jurialmunkey Wrote:(2015-04-06, 02:22)Edworld Wrote: Can you share with us how we can make the plot 4 rows instead of 2 and still scroll if necessary?All you need to do is change the height of the textbox (there's only one) down the bottom of View_53_Poster.xml
You can reload the skin to test your changes by pressing S to bring up the shutdown menu and choosing ReloadSkin at the bottom.
(2015-04-13, 00:42)bluc Wrote: Another thing... when adding custom home screen shortcuts with live tv I used to be able to add the sub menus recorded tv channels etc. Now all I see is a live tv shortcut in "common" section any ideas.
(2015-04-12, 18:54)mistermaggi Wrote: Hi there,
wonderful skin, this is the one I'm going for and started to customize what I want to get im my Main Menu, but have a minor problem:
I added a new main menu item and added a submenu for this, and when pushing the down button it correctly displays that, but I would love to also display it when pushing Enter on it.
Is that possible?
Thanks,
MisterMaggi