Release Titan skin version 3.6.x (Kodi 16 Jarvis) - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67) +---- Forum: Skin Archive (https://forum.kodi.tv/forumdisplay.php?fid=179) +----- Forum: Titan (https://forum.kodi.tv/forumdisplay.php?fid=212) +----- Thread: Release Titan skin version 3.6.x (Kodi 16 Jarvis) (/showthread.php?tid=247525) 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
|
RE: Titan skin version 3.6.x (Kodi 16 Jarvis) - oattes - 2016-12-24 (2016-12-21, 21:14)marcelveldt Wrote:(2016-12-20, 23:40)oattes Wrote: I've raised this previously, but I'll nag ;-). I still don't think that the options of 'show watched items in recently added lists' and 'show watched items in widgets' provide enough flexibility in configuring whether or not watched items show in various views/widgets. For me the issue is in widgets. With only a global option for showing watched items I can't get the behaviour I want in the widgets. In particular, and this might just be me, I can't get a recently added widget that does not show watched items and a random widget that shows watched items. I think you need to return to the previous behaviour where 'recently added' style widgets do not contain watched items and other widgets do; or added two options for including watched items in the skin helper service widgets: one option for 'recent' widgets and one option for all other widgets; or make the option apply on a widget by widget basis in the shortcut configurations similar to the options for tags or layout. Works perfectly. Thanks! PS. It looks like my problems with widget refresh are related to using DSPlayer. There must be something odd with the way the video subsystem exits a video -- perhaps failing to send the correct signals(?) back to Kodi. It's very strange that the video watched status updates but that somehow the widgets (and the next episode submenu/shortcut) do not update. The widgets consistently work fine with a standard build -- so it's appears to be a DSPlayer issue. You're off the hook ;-). RE: Titan skin version 3.6.x (Kodi 16 Jarvis) - oattes - 2016-12-26 Strange problem: See the widget for the PBS NewsHour -- there's no label. I've tried to find some detail as to why this is happening. Logfile shows nothing, debug log shows nothing, checked the recording files and there's nothing unusual in the names, I'm mystified. Any ideas? Other data I could collect? RE: Titan skin version 3.6.x (Kodi 16 Jarvis) - User 224999 - 2016-12-26 (2016-12-24, 06:08)oattes Wrote: PS. It looks like my problems with widget refresh are related to using DSPlayer. There must be something odd with the way the video subsystem exits a video -- perhaps failing to send the correct signals(?) back to Kodi. It's very strange that the video watched status updates but that somehow the widgets (and the next episode submenu/shortcut) do not update. The widgets consistently work fine with a standard build -- so it's appears to be a DSPlayer issue. You're off the hook ;-). If you enable kodi debug logging, you will get entries spewed in the log by the skinhelper background service for all notifications it receives. Skinhelper will refresh the widgets once it receives a "database updated" signal from Kodi which indicates that the watched state and/or resume point was changed. Maybe the resume point will not be set if you're using DSPlayer ? RE: Titan skin version 3.6.x (Kodi 16 Jarvis) - User 224999 - 2016-12-26 (2016-12-26, 03:31)oattes Wrote: See the widget for the PBS NewsHour -- there's no label. I've tried to find some detail as to why this is happening. Logfile shows nothing, debug log shows nothing, checked the recording files and there's nothing unusual in the names, I'm mystified. Any ideas? Other data I could collect? The ONLY way this would happen is if the item has a landscape image. In this case my guess is that a thumb or fanart image is set as landscape art. If you go into the recordings view, you can manually check/override the artwork from the context menu. If you clear the landscape art (or set a proper one) it will be fixed. RE: Titan skin version 3.6.x (Kodi 16 Jarvis) - oattes - 2016-12-26 (2016-12-26, 14:01)marcelveldt Wrote:(2016-12-26, 03:31)oattes Wrote: See the widget for the PBS NewsHour -- there's no label. I've tried to find some detail as to why this is happening. Logfile shows nothing, debug log shows nothing, checked the recording files and there's nothing unusual in the names, I'm mystified. Any ideas? Other data I could collect? Hmmm... that's it. But -- question -- just what's the difference between a jpg for fanart and a jpg for landscape? RE: Titan skin version 3.6.x (Kodi 16 Jarvis) - oattes - 2016-12-26 (2016-12-26, 13:59)marcelveldt Wrote:(2016-12-24, 06:08)oattes Wrote: PS. It looks like my problems with widget refresh are related to using DSPlayer. There must be something odd with the way the video subsystem exits a video -- perhaps failing to send the correct signals(?) back to Kodi. It's very strange that the video watched status updates but that somehow the widgets (and the next episode submenu/shortcut) do not update. The widgets consistently work fine with a standard build -- so it's appears to be a DSPlayer issue. You're off the hook ;-). I'll take a look at this the next time I feel the need for DSPlayer. I have noticed that when a video exits there are often strange results with DSPlayer. Resume points usually get set, but are oddly lost from time to time. This may all be part of the issue. In any case, I probably need to ween myself off of DSPlayer with the approach of Krypton. Thanks! Titan skin version 3.6.x (Kodi 16 Jarvis) - User 224999 - 2016-12-26 (2016-12-26, 14:11)oattes Wrote:(2016-12-26, 14:01)marcelveldt Wrote:(2016-12-26, 03:31)oattes Wrote: See the widget for the PBS NewsHour -- there's no label. I've tried to find some detail as to why this is happening. Logfile shows nothing, debug log shows nothing, checked the recording files and there's nothing unusual in the names, I'm mystified. Any ideas? Other data I could collect? Landscape art contains the title in the image Verzonden vanaf mijn iPhone met Tapatalk RE: Titan skin version 3.6.x (Kodi 16 Jarvis) - burekas - 2016-12-26 (2016-12-19, 01:40)burekas Wrote:Hi Marcel,(2016-12-18, 19:42)marcelveldt Wrote:As I told you, they have fanart.jpg but still the background is black when standing on them.(2016-12-15, 01:29)burekas Wrote: b. Internal addons items which add to the Favorites doesn't have background in the Favorites widgets, it shows black background.I told you this in other post: Make sure that the addon actually provides a fanart.jpg in it's addon folder on disk. Did you check these open issues? Thanks. RE: Titan skin version 3.6.x (Kodi 16 Jarvis) - grote345 - 2016-12-26 Marcel thanks for the new beta skin update,but have an issue ( The netflix style homemenu layout the spotlight widget has an issue it's not rotating anymore !) Also tested with a full clean install kodi jarvis 16.1 but also then stilll the same it is not rotating the rest works great so far. Thanks again for you great work don't have any issues with the Netflix style homemenu layout 2 RE: Titan skin version 3.6.x (Kodi 16 Jarvis) - XBMCWorkstation - 2016-12-27 Hi Marcel, I've got a little wish for your great skin ... Is it possible to create an option for hiding the "Specials" season from TV shows? I personally watch my specials only via the regular seasons and so it would be very nice if "Specials" isn't visible. Thanks a lot! RE: Titan skin version 3.6.x (Kodi 16 Jarvis) - oattes - 2016-12-27 (2016-12-27, 00:58)XBMCWorkstation Wrote: Hi Marcel, Are you not able to get the behaviour you want from the Kodi settings? C.f. the video library setting "Include 'All Seasons' and 'Specials'". Well! I always thought that the Kodi settings actually worked! But they don't (and I guess you already knew that ;-). +1 for Titan to honour this setting! RE: Titan skin version 3.6.x (Kodi 16 Jarvis) - oattes - 2016-12-27 Marcel, I've been thinking (dangerous) about the behaviour of widget refresh. I understand (I think) that you have two types of triggers for refreshing a widget -- a signal from Kodi that library data has changes, and a periodic (timed?) refresh. I'm not sure what is the relationship between timed refreshes and the 'force refresh' widget option. In any case, when I create a widget from a video add-on (in my case PBS and iPlayer), titan refreshes the widget fairly often (not sure about the exact rules, but it's many times a day. This perhaps drives unusual traffic to the web site hosting the videos (and certainly drives many logins to my accounts there). I'm wondering if you could provide some option for such widgets to refresh much less frequently -- perhaps options of 'daily', every 12 hours, every 4 hours? RE: Titan skin version 3.6.x (Kodi 16 Jarvis) - XBMCWorkstation - 2016-12-27 (2016-12-27, 21:54)oattes Wrote:(2016-12-27, 00:58)XBMCWorkstation Wrote: Hi Marcel, The option you told is for jumping to the first unwatched episode, not for hiding the "Specicals" season ... RE: Titan skin version 3.6.x (Kodi 16 Jarvis) - efraindelarocha - 2016-12-28 Where is the color picker on this skin... I cant get the color picker to appear using jarvis 16.1. I made sure i had the skin helper addon but the color picker shows up under the orphaned addons. Can anyone help. RE: Titan skin version 3.6.x (Kodi 16 Jarvis) - burekas - 2016-12-28 Problems with the update of "Skin Helper Artwork and metadata Module" (which is: script.module.skin.helper.artutils-1.0.25.zip) Log: 17:55:19 T:14972 ERROR: XFILE::CFile:elete - Error deleting file C:\Users\aUser\AppData\Roaming\Kodi\addons\script.module.skin.helper.artutils\lib\artutils.py 17:55:19 T:14972 ERROR: XFILE::CFile:elete - Error deleting file special://home/addons/script.module.skin.helper.artutils/lib/artutils.py 17:55:19 T:14972 ERROR: XFILE::CFile:elete - Error deleting file C:\Users\aUser\AppData\Roaming\Kodi\addons\script.module.skin.helper.artutils\lib\artutils.py 17:55:19 T:14972 ERROR: XFILE::CFile:elete - Error deleting file special://home/addons/script.module.skin.helper.artutils/lib/artutils.py 17:55:19 T:14972 ERROR: CAddonInstallJob[script.module.skin.helper.artutils]: could not read addon description of special://home/addons/script.module.skin.helper.artutils |