![]() |
Titan BINGIE MOD v1 (UPDATED - 07/24/2020) - 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: Other Skins (https://forum.kodi.tv/forumdisplay.php?fid=272) +---- Thread: Titan BINGIE MOD v1 (UPDATED - 07/24/2020) (/showthread.php?tid=355993) 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
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
|
RE: Titan BINGIE MOD v1 (UPDATED - 07/24/2020) - SoulReaver - 2023-02-03 (2023-02-03, 21:03)HisAirness23 Wrote:(2023-02-03, 20:44)gaze Wrote:(2023-02-03, 16:51)HisAirness23 Wrote: Don't really want to look through almost every file in there. Thanks again! You can just copy the missing strings code from the en_gb strings file to the language file of your choice and type the translation in the msgstr line and it will translate to that if your Kodi language is set to that same language in Kodi > Settings > Interface > Regional > Language. RE: Titan BINGIE MOD v1 (UPDATED - 07/24/2020) - HisAirness23 - 2023-02-03 (2023-02-03, 22:19)SoulReaver Wrote:(2023-02-03, 21:03)HisAirness23 Wrote:(2023-02-03, 20:44)gaze Wrote: Install Notepad++ and Edit -> Find in files.. Some of the string codes are not missing and it still doesn't work. "More like this" (in en_gb) has already been translated from "Similar" en_us to "Änhnlich" in the de_de strings file. I guess More like this and similar mean the same as they both share the same #31622, just BE and AE. msgctxt "#31622" msgid "Similar" msgstr "Ähnlich" It's still showing "More like this" though. The Kodi language and region has been set to regional > language > german. Am I missing a setting somewhere? Thanks again RE: Titan BINGIE MOD v1 (UPDATED - 07/24/2020) - shaktoo - 2023-02-04 Skin has become unusable on android x last 3-4 days. Its solid in windows no issues. SHS and related scripts have been discussed as the possible reason for this As Discussed here & here. As these are skin dependencies hence cannot disable them or uninstall them. Is there anyway these could be removed as a dependency to test ( everyone is using tmdb Helper for widgets & its working great) Also for Amazon VOD content AH2 ( using tmdb helper) is able to display Logo's / artwork I am requesting if you could consider using similar tmdb helper to populate the artwork for Amazon VOD in TBM as well please. RE: Titan BINGIE MOD v1 (UPDATED - 07/24/2020) - SoulReaver - 2023-02-04 (2023-02-03, 23:37)HisAirness23 Wrote:(2023-02-03, 22:19)SoulReaver Wrote:(2023-02-03, 21:03)HisAirness23 Wrote: @SoulReaver It's not in the german strings.po file, unfortunately. If it would be inside the the file it would translate it, right? Is there a language setting for the skin? I couldn't find any yet but there are so many settings. Try putting this in the de_de strings file msgctxt "#31622" msgid "More Like This" msgstr "your translation" msgctxt "#320005" msgid "Similar" msgstr "your translation" And test again with Kodi language set to German. RE: Titan BINGIE MOD v1 (UPDATED - 07/24/2020) - ksc1 - 2023-02-04 (2023-02-04, 00:47)SoulReaver Wrote:(2023-02-03, 23:37)HisAirness23 Wrote:(2023-02-03, 22:19)SoulReaver Wrote: You can just copy the missing strings code from the en_gb strings file to the language file of your choice and type the translation in the msgstr line and it will translate to that if your Kodi language is set to that same language in Kodi > Settings > Interface > Regional > Language. U can explain this? I was trying the same to spanish but the 32xxxx digits msgctxt, don't works. I can't translate all the msgctxt that begin with 32xxxx, any missing or wrong RE: Titan BINGIE MOD v1 (UPDATED - 07/24/2020) - HugoL - 2023-02-04 (2023-02-03, 23:37)HisAirness23 Wrote:(2023-02-03, 22:19)SoulReaver Wrote:(2023-02-03, 21:03)HisAirness23 Wrote: @SoulReaver It's not in the german strings.po file, unfortunately. If it would be inside the the file it would translate it, right? Is there a language setting for the skin? I couldn't find any yet but there are so many settings. So you're saying it has been localised in the Germany strings.po but still not displaying the translation? Sounds like a strange issue. However, a work-around would be to manually change these labels (if you can find them). I can't go on a hunt through XMLs right now but the method is to search for the radio button that you want to change the label of. So as an example and in your particular case, you're looking for a includesdialogvideoinfo.xml (think that's what it's called, it's been a long time since I worked on these xmls) ctrl + F to search for all instances of Code: <label>$LOCALIZE[31622]</label> Replace with Code: <label>Ähnlich</label> RE: Titan BINGIE MOD v1 (UPDATED - 07/24/2020) - SoulReaver - 2023-02-04 (2023-02-04, 02:09)ksc1 Wrote:(2023-02-04, 00:47)SoulReaver Wrote:(2023-02-03, 23:37)HisAirness23 Wrote: Some of the string codes are not missing and it still doesn't work. "More like this" (in en_gb) has already been translated from "Similar" en_us to "Änhnlich" in the de_de strings file. I guess More like this and similar mean the same as they both share the same #31622, just BE and AE. Copy the missing strings from the en_gb strings.po file which has them all to your es_es strings.po file and then add your translation in the empty msgstr line between the quotes symbols and try again with Kodi language set to Spanish. RE: Titan BINGIE MOD v1 (UPDATED - 07/24/2020) - matke - 2023-02-04 Guys you have to be a little patient with Kodi Nexus. Kodi Nexus since moving to python 3.11 has a problem with Python ElementTree module. When multiple scripts attempt to use ElementTree simultaneously causes unexplained SegFaults which crash Kodi. What some skins do is a temporary solution and cannot be applied to every skin, especially not to the titan bingie mod that relies on a lot of scripts. Even those solutions are not a 100% guarantee that the crash will not happen again. After all, why would all developers change their code when the problem is in Kodi and python and not in the script. All Kodi builds after 24. october when python 3.11 was released they have this bug. I installed nexus 20 alpha 3 and everything works without problems. Any Kodi after that crashes on android. Everything is super stable on Windows. So let's wait for kodi 20.1 and I hope kodi developers will fix this bug. Thanks. RE: Titan BINGIE MOD v1 (UPDATED - 07/24/2020) - nazim12 - 2023-02-04 @Achilles Kindy dont upgrade for nexus version If you are still not to able resolve random sorting refresh for addons listed widgets . RE: Titan BINGIE MOD v1 (UPDATED - 07/24/2020) - SoulReaver - 2023-02-04 (2023-02-04, 19:11)matke Wrote: Guys you have to be a little patient with Kodi Nexus. Kodi Nexus since moving to python 3.11 has a problem with Python ElementTree module. When multiple scripts attempt to use ElementTree simultaneously causes unexplained SegFaults which crash Kodi. What some skins do is a temporary solution and cannot be applied to every skin, especially not to the titan bingie mod that relies on a lot of scripts. Even those solutions are not a 100% guarantee that the crash will not happen again. After all, why would all developers change their code when the problem is in Kodi and python and not in the script. All Kodi builds after 24. october when python 3.11 was released they have this bug. I installed nexus 20 alpha 3 and everything works without problems. Any Kodi after that crashes on android. Everything is super stable on Windows. So let's wait for kodi 20.1 and I hope kodi developers will fix this bug. Thanks. Python 3.11.2 should be released with the fix early next week and then soon after that Kodi nightlies will be released with that included. Also if anyone wants to use a build that already has a temporary fix included for this issue the Maven Kodinerds builds have this now. Thanks again for making this very cool skin. RE: Titan BINGIE MOD v1 (UPDATED - 07/24/2020) - ksc1 - 2023-02-06 (2023-02-04, 15:30)SoulReaver Wrote:(2023-02-04, 02:09)ksc1 Wrote:(2023-02-04, 00:47)SoulReaver Wrote: Try putting this in the de_de strings file I didn't notice, I was using my old file from oldest version, so thanks for tips. Job done!!! RE: Titan BINGIE MOD v1 (UPDATED - 07/24/2020) - HisAirness23 - 2023-02-06 (2023-02-04, 00:47)SoulReaver Wrote:(2023-02-03, 23:37)HisAirness23 Wrote:(2023-02-03, 22:19)SoulReaver Wrote: You can just copy the missing strings code from the en_gb strings file to the language file of your choice and type the translation in the msgstr line and it will translate to that if your Kodi language is set to that same language in Kodi > Settings > Interface > Regional > Language. I added and tested it but it doesn't change anything. @HugoL I even changed the label in the xml file directly and it still doesn't do anything. I don't know where it's pulling the data from. I even changed the language in Kodi to English and back to German. When changing a label in the English strings file it also has no effect. The labels change from German to English though if I set the language in Kodi. Not sure what's wrong. :/ Got it to work. I have to change the msgid directly in the en_GB strings.po file. I don't know why it isn't working with the german string file. RE: Titan BINGIE MOD v1 (UPDATED - 07/24/2020) - matke - 2023-02-06 (2023-02-06, 17:34)HisAirness23 Wrote:That's how translation works. You have to change language in kodi settings. Then you will be able to use the translation in the skin as well.(2023-02-04, 00:47)SoulReaver Wrote:(2023-02-03, 23:37)HisAirness23 Wrote: Some of the string codes are not missing and it still doesn't work. "More like this" (in en_gb) has already been translated from "Similar" en_us to "Änhnlich" in the de_de strings file. I guess More like this and similar mean the same as they both share the same #31622, just BE and AE. RE: Titan BINGIE MOD v1 (UPDATED - 07/24/2020) - HisAirness23 - 2023-02-06 (2023-02-06, 19:32)matke Wrote:(2023-02-06, 17:34)HisAirness23 Wrote:That's how translation works. You have to change language in kodi settings. Then you will be able to use the translation in the skin as well.(2023-02-04, 00:47)SoulReaver Wrote: Try putting this in the de_de strings file The translation file doesn't work for me somehow although the language is set to german in the kodi settings. I had to change the 'msgids' in the en_gb strings file directly in order for it to work. RE: Titan BINGIE MOD v1 (UPDATED - 07/24/2020) - matke - 2023-02-06 (2023-02-06, 20:20)HisAirness23 Wrote:skin.titan.bingie.mod/language/resource.language.de_de/string.po(2023-02-06, 19:32)matke Wrote:(2023-02-06, 17:34)HisAirness23 Wrote: I added and tested it but it doesn't change anything.That's how translation works. You have to change language in kodi settings. Then you will be able to use the translation in the skin as well. Replace line Code: msgctxt "#31622" Code: msgctxt "#31622" Code: msgctxt "#320002" Sorry, maybe not the correct translation, I used it google translate. Results: ![]() Translations are not sorted. My advice to you and others is to be patient as it is a big job. I should actually transfer everything from the code to a string so that later whoever wants to translate string for their own language. I started this in the previous update, and I will try to fix it a little more in the next one, so that it is quite usable. |