![]() |
Beta Titan skin version 3.7.x (Kodi 17 Krypton) - 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: Beta Titan skin version 3.7.x (Kodi 17 Krypton) (/showthread.php?tid=258110) 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
|
RE: Titan skin version 3.7.x (Kodi 17 Krypton) - User 224999 - 2017-01-24 (2017-01-24, 06:13)oattes Wrote: Things are back to the 'occasional' miss. You mentioned that you had put a little delay in the widget refresh. If you let me know where that is implemented, perhaps I can play with it a little bit to see if I can find out the behaviour of the race condition -- which is, I am guessing, between your 'monitor' code and the time when the widget is refreshed, with the latter needing to be *after* the former completes. The widget refresh is triggered by the kodimonitor code so it can either be one of these causes: 1) the event is not fired that there was a change in db or media stopped 2) when the event is fired, the db has not yet saved the new value The code is now changed so it refreshes in any of these conditions: - media playback stopped - item changed in db (e.g. watchstate toggled) - kodi db updated (e.g. library scan) Are you sure you updated to the latest bits ? script.skin.helper.widgets should be at version 1.0.17 If you want to test with another delay (but that shouldn't be needed as the event is fired twice in a row): script.skin.helper.widgets --> kodi_monitor.py --> add a delay after line 68: xbmc.sleep(1000) for example sets a 1 second delay. RE: Titan skin version 3.7.x (Kodi 17 Krypton) - User 224999 - 2017-01-24 (2017-01-24, 16:36)Shogun Wrote: Got a problem.... ![]() RE: Titan skin version 3.7.x (Kodi 17 Krypton) - User 224999 - 2017-01-24 (2017-01-24, 18:05)aptalca Wrote: By the way, the music "random albums" widget never refreshes, even after reboots It should be refreshed if you play some music, can you test that ? RE: Titan skin version 3.7.x (Kodi 17 Krypton) - Tempestous - 2017-01-25 (2017-01-24, 23:22)marcelveldt Wrote: Skin settings --> Media library views --> default action for trailer Yeh I had tried that before you posted and it works fine. RE: Titan skin version 3.7.x (Kodi 17 Krypton) - Shogun - 2017-01-25 (2017-01-24, 23:32)marcelveldt Wrote:(2017-01-24, 16:36)Shogun Wrote: Got a problem.... Yes...seems that would be the issue, right? ![]() Trying to reproduce it myself. RE: Titan skin version 3.7.x (Kodi 17 Krypton) - User 224999 - 2017-01-25 (2017-01-25, 00:10)Shogun Wrote: Yes...seems that would be the issue, right? Yes, do not mofify the skin's xml files yourself because that way I can't provide support anymore ;-) Better to ask for a feature here on the forums or if you're skilled in skinning, submit a PR to me for the skin on Github. RE: Titan skin version 3.7.x (Kodi 17 Krypton) - aptalca - 2017-01-25 (2017-01-24, 23:36)marcelveldt Wrote:It turns out you have to play a song in full and then it refreshes. Before, I was testing with playing a partial song and then stopping and there was no refresh.(2017-01-24, 18:05)aptalca Wrote: By the way, the music "random albums" widget never refreshes, even after reboots Thanks for the tip. RE: Titan skin version 3.7.x (Kodi 17 Krypton) - audigy2 - 2017-01-25 the background while playing a song is dimmed is threre a setting to change it? RE: Titan skin version 3.7.x (Kodi 17 Krypton) - borenson - 2017-01-25 (2017-01-24, 23:15)marcelveldt Wrote:(2017-01-23, 11:12)borenson Wrote: I have the genre colours enabled but there is no difference. It just seems strange the genre colours work fine with estuary mod but not Titan. RE: Titan skin version 3.7.x (Kodi 17 Krypton) - oattes - 2017-01-25 (2017-01-25, 10:36)borenson Wrote:(2017-01-24, 23:15)marcelveldt Wrote:(2017-01-23, 11:12)borenson Wrote: I have the genre colours enabled but there is no difference. It works fine with Argus.... ![]() ![]() ![]() RE: Titan skin version 3.7.x (Kodi 17 Krypton) - aanona - 2017-01-25 (2017-01-24, 23:17)marcelveldt Wrote:(2017-01-23, 13:53)aanona Wrote: Thanks for the great work! OK. After the installation of Titan, the Youtube and other weather apps no longer works. Before using the skins titan works the youtube app. Log Picture1 Picture2 RE: Titan skin version 3.7.x (Kodi 17 Krypton) - MisterVapor - 2017-01-25 I'm sorry for asking a really newbie question but I'm going a bit nuts searching online. Is there a document that outlines what customizations you can and cannot do within Titan? I've been muddling my way around Titan trying to figure things out but I come across things I'd like to do but it's not readily apparent how to do it. Some simple things like add tiles to the main home screen...more complex like can I create my own custom shortcut on the slide bar that opens from the left side. I would like to be able to have a button that takes me back to a specific screen...i.e. if I am deep into the bowels of a TV show, I'd like to be able to click a button go back to the main TV shows screen. If someone can point me in the right direction, I'd be eternally grateful. Thanks Sent from my SAMSUNG-SM-G935A RE: Titan skin version 3.7.x (Kodi 17 Krypton) - francovilar - 2017-01-25 Hello Marcel. Can you please add videolyrics? http://forum.kodi.tv/showthread.php?tid=302448 Also, and this is was fixed months ago but is back to old behaviour, could you remove full Path from filename when downloading subtitles? I have to wait a long time for it to stop scrolling. Using emby with direct paths enabled. Edit: and as an option to just show filename in the info screen? RE: Titan skin version 3.7.x (Kodi 17 Krypton) - aptalca - 2017-01-25 Hi Marcel, I use the TV shows next episodes and the movies in progress widgets with the small posters design. In titan settings, I selected the option for preferring fanart over landscape. It works for movies in progress widget where the fanart is shown in widget movie details, but the tv shows next episodes widget details still loads landscape images from the Internet, and a lot of times it first shows the fanart image and a second or two later it replaces it with the landscape. Thanks RE: Titan skin version 3.7.x (Kodi 17 Krypton) - borenson - 2017-01-25 (2017-01-25, 10:55)oattes Wrote:(2017-01-25, 10:36)borenson Wrote:(2017-01-24, 23:15)marcelveldt Wrote: Your PVR backend needs to support genres. Also follow the instructions provided as it requires a little work if you want to switch to the alternative genre images where you'd have to define your own images. All working Thanks! |