2019-02-09, 19:55
Possible to mark all movies as watched? Can't find the setting
(2019-02-09, 01:53)jurialmunkey Wrote: @Zpower - Hmm, I do have an AVC codec image, but I wonder if maybe the name kodi reports the codec as is different.avc in the name but the codec logo don't display
In Includes_Object.xml can you change line 27:
Code:<label>$INFO[ListItem.Label]</label>
To this:
Code:<label>$INFO[ListItem.VideoCodec]</label>
Save and then reload the skin. Where the title of the movie usually is, you should see what kodi is reporting as codec name. Can you tell me what it is reporting as and I'll add the appropriate codec flag.
(2019-02-09, 14:56)SimonC Wrote:Kodi should already remember what view you set - but it does mean that you have to set each view individually first.(2019-02-09, 14:37)jurialmunkey Wrote:Is there anyway to just have it remember automatically? Once you lock the view it's all or nothing. Example; I lock showcase to TV but then load a game list in IAGL and I'm stuck in showcase view or not being able to use different views for movies or recently added movies etc.(2019-02-09, 14:01)SatBandit Wrote: This Skin is the best i've ever seen..... Great job man.
I have a question, is it possible to make the default view from list to showcase?
I cannot find any options in the setup menu.
In the top menu where you change the viewtype, click the lock icon. That will force the current view to always be used for that content type (e.g. for all episode views, or all season views etc.)
(2019-02-09, 17:12)djoole Wrote: Hey @jurialmunkey
I'm bumping some questions, thanks in advance for taking your time to explore them
1. is it possible to set the widgets so that movies from sets are displayed inside the set, like in library views?
2. is there a way to add a shortcut in the custom menu pointing directly to the screen "customize home menu"?
3. is there a "system info" widget to get live info about the system from the home screen?
(2019-02-09, 19:37)SimonC Wrote: Would you ever consider allowing the addition of more than one Submenu / Categories Widget row? Including the ability to set a row to nothing where it would show an empty space where the row should be?I'm planning to do an overhaul of the widgets sometime in the future, so I will consider multirow categories when I do that.
(2019-02-09, 21:30)D-m-x Wrote: Uh, probably a dumb question, but I can't seem to figure out how to change the sorting of the Widgets on the Home Screen. Is this not possible?Do you mean order of widgets? Because it's not possible without completely rewriting the widget code and using some complex hacks.
(2019-02-09, 22:44)jurialmunkey Wrote:(1) I already use smart playlists on the widgets. When being in the smartplaylist view, films are well grouped in sets, but not in widget view. Any idea?(2019-02-09, 17:12)djoole Wrote: Hey @jurialmunkey
I'm bumping some questions, thanks in advance for taking your time to explore them
1. is it possible to set the widgets so that movies from sets are displayed inside the set, like in library views?
2. is there a way to add a shortcut in the custom menu pointing directly to the screen "customize home menu"?
3. is there a "system info" widget to get live info about the system from the home screen?
(1) Im pretty sure this can be done with smart playlists and the grouping option. You will need to create your own smart playlists to use as widgets.
(2) add a custom action point to:
RunScript(script.skinshortcuts,type=manage&group=mainmenu)
(3) maybe eventually, but not currently.
:22:04:52.656 T:22309 DEBUG: ------ Window Init (/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/skin.aura/1080i/script-skinshortcuts.xml) ------
22:04:52.656 T:22309 INFO: Loading skin file: /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/skin.aura/1080i/script-skinshortcuts.xml, load type: LOAD_ON_GUI_INIT
22:04:52.810 T:22309 DEBUG: ------ Window Deinit (/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/skin.aura/1080i/script-skinshortcuts.xml) ------
(2019-02-09, 23:09)djoole Wrote:(2019-02-09, 22:44)jurialmunkey Wrote:(1) I already use smart playlists on the widgets. When being in the smartplaylist view, films are well grouped in sets, but not in widget view. Any idea?(2019-02-09, 17:12)djoole Wrote: Hey @jurialmunkey
I'm bumping some questions, thanks in advance for taking your time to explore them
1. is it possible to set the widgets so that movies from sets are displayed inside the set, like in library views?
2. is there a way to add a shortcut in the custom menu pointing directly to the screen "customize home menu"?
3. is there a "system info" widget to get live info about the system from the home screen?
(1) Im pretty sure this can be done with smart playlists and the grouping option. You will need to create your own smart playlists to use as widgets.
(2) add a custom action point to:
RunScript(script.skinshortcuts,type=manage&group=mainmenu)
(3) maybe eventually, but not currently.
(2) It doesn't seem to work (does nothing)
Edit : to be more accurate, it does something :
:22:04:52.656 T:22309 DEBUG: ------ Window Init (/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/skin.aura/1080i/script-skinshortcuts.xml) ------
22:04:52.656 T:22309 INFO: Loading skin file: /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/skin.aura/1080i/script-skinshortcuts.xml, load type: LOAD_ON_GUI_INIT
22:04:52.810 T:22309 DEBUG: ------ Window Deinit (/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/skin.aura/1080i/script-skinshortcuts.xml) ------
(3) ok thanks
RunScript(script.skinshortcuts,type=manage&group=mainmenu)
(2019-02-09, 21:14)Zpower Wrote:(2019-02-09, 01:53)jurialmunkey Wrote: @Zpower - Hmm, I do have an AVC codec image, but I wonder if maybe the name kodi reports the codec as is different.avc in the name but the codec logo don't display
In Includes_Object.xml can you change line 27:
Code:<label>$INFO[ListItem.Label]</label>
To this:
Code:<label>$INFO[ListItem.VideoCodec]</label>
Save and then reload the skin. Where the title of the movie usually is, you should see what kodi is reporting as codec name. Can you tell me what it is reporting as and I'll add the appropriate codec flag.
(2019-02-10, 02:17)jurialmunkey Wrote:Thanks, the shortcut works fine(2019-02-09, 23:09)djoole Wrote:(2019-02-09, 22:44)jurialmunkey Wrote: (1) Im pretty sure this can be done with smart playlists and the grouping option. You will need to create your own smart playlists to use as widgets.(1) I already use smart playlists on the widgets. When being in the smartplaylist view, films are well grouped in sets, but not in widget view. Any idea?
(2) add a custom action point to:
RunScript(script.skinshortcuts,type=manage&group=mainmenu)
(3) maybe eventually, but not currently.
(2) It doesn't seem to work (does nothing)
Edit : to be more accurate, it does something :
:22:04:52.656 T:22309 DEBUG: ------ Window Init (/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/skin.aura/1080i/script-skinshortcuts.xml) ------
22:04:52.656 T:22309 INFO: Loading skin file: /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/skin.aura/1080i/script-skinshortcuts.xml, load type: LOAD_ON_GUI_INIT
22:04:52.810 T:22309 DEBUG: ------ Window Deinit (/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/skin.aura/1080i/script-skinshortcuts.xml) ------
(3) ok thanks
Re (2) - Ah, it seems that skinshortcuts doesn't like using & in menu shortcuts. Replace it with &
Code:RunScript(script.skinshortcuts,type=manage&group=mainmenu)
Re (1) - I meant creating a special smart playlist that has the setting "group by sets" and "mixed". However, even that doesn't seem to work in dynamic content lists (ie widgets). Doesn't seem like it is possible, unfortunately.
(2019-02-10, 04:02)djoole Wrote: A pity for the sets in the widgets, are the widgets from a third party script or from you?Both really -