Kodi Community Forum
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


RE: Titan BINGIE MOD v1 (UPDATED - 07/24/2020) - matke - 2023-03-01

(2023-03-01, 08:14)gaze Wrote:
(2023-03-01, 01:59)matke Wrote: It is not clear to me why the watched indicator is needed for pvr view when it is only used for watching live programs.
Kodi crashes on Android because you are using stable nexus 20. To avoid crashing, you have to install the latest nightly version of nexus or wait until 20.1.

We use PVR mainly for watching recordings so on the recordings list we need the watched percentage

Vero 4K is not Android and only Matrix is available for it. But skin is causing crashes a lot. This device is quite under powered. On Shield TV Pro (Android) the stable was crashing but thanks to this thread I knew to install a nightly. It's very stable now on Shield TV Pro and Nexus nightly.
I don't use pvr so it's hard to sort all the things. I use some free test lists that often don't work. I'll try to see what's going on with this.
Subtitle color settings will be available with the next update.


RE: Titan BINGIE MOD v1 (UPDATED - 07/24/2020) - gaze - 2023-03-01

BTW there are a couple of improvements I'm going to try to implement. Where can I make a PR?


RE: Titan BINGIE MOD v1 (UPDATED - 07/24/2020) - matke - 2023-03-01

(2023-03-01, 08:21)gaze Wrote: BTW there are a couple of improvements I'm going to try to implement. Where can I make a PR?
I update skin a little differently, I don't do it via github, I just release the final version on github. You can currently use the existing version, so I'll see what it's all about.
https://github.com/AchillesPunks/skin.titan.bingie.mod


RE: Titan BINGIE MOD v1 (UPDATED - 07/24/2020) - gaze - 2023-03-01

(2023-03-01, 08:51)matke Wrote:
(2023-03-01, 08:21)gaze Wrote: BTW there are a couple of improvements I'm going to try to implement. Where can I make a PR?
I update skin a little differently, I don't do it via github, I just release the final version on github. You can currently use the existing version, so I'll see what it's all about.
https://github.com/AchillesPunks/skin.titan.bingie.mod
OK yeah I noticed that. Doing it this way may be putting off some people who would like to help/contribute. Just missing commit history is making development a bit hard at times.

I am looking at xml/IncludesMediaFlags.xml. Subtitle language is commented out from media flags. I re-enabled it and got it to work in videoplayer by replacing VideoPlayer.SubtitleLanguage with VideoPlayer.SubtitlesLanguage. Do you happen to know why this feature was removed from mediaflags?

Seeing selected subtitle language is a very important feature for me and this is one of the things I am interested in fixing / improving.

Also seeing the subtitle languages of a file is important but I know this is kind of hard to do currently - I was thinking of maybe trying to add a feature where you could configure a filter of important languages and show flags only for those that you are interested in. I can really read only two languages so I would like to show media flags only for these two languages. What do you think? Is this possible in xml?


RE: Titan BINGIE MOD v1 (UPDATED - 07/24/2020) - gaze - 2023-03-01

(2023-03-01, 08:18)matke Wrote: I'll try to see what's going on with this.

I made a PR: https://github.com/AchillesPunks/skin.titan.bingie.mod/pull/8


RE: Titan BINGIE MOD v1 (UPDATED - 07/24/2020) - matke - 2023-03-02

(2023-03-01, 21:53)gaze Wrote:
(2023-03-01, 08:51)matke Wrote:
(2023-03-01, 08:21)gaze Wrote: BTW there are a couple of improvements I'm going to try to implement. Where can I make a PR?
I update skin a little differently, I don't do it via github, I just release the final version on github. You can currently use the existing version, so I'll see what it's all about.
https://github.com/AchillesPunks/skin.titan.bingie.mod
OK yeah I noticed that. Doing it this way may be putting off some people who would like to help/contribute. Just missing commit history is making development a bit hard at times.

I am looking at xml/IncludesMediaFlags.xml. Subtitle language is commented out from media flags. I re-enabled it and got it to work in videoplayer by replacing VideoPlayer.SubtitleLanguage with VideoPlayer.SubtitlesLanguage. Do you happen to know why this feature was removed from mediaflags?

Seeing selected subtitle language is a very important feature for me and this is one of the things I am interested in fixing / improving.

Also seeing the subtitle languages of a file is important but I know this is kind of hard to do currently - I was thinking of maybe trying to add a feature where you could configure a filter of important languages and show flags only for those that you are interested in. I can really read only two languages so I would like to show media flags only for these two languages. What do you think? Is this possible in xml?
It's much easier for me to work outside of github, I often change some things and then it will happen that someone makes a PR and then I'll change something again... it's easier for me to implement someone's request.
I just care more about the netflix look, but I think I fixed it that for subtitle. If we mean the info bar in non bingie OSD view.
I don't know, I'll look when I have time. I'm dealing with some more important things now.


RE: Titan BINGIE MOD v1 (UPDATED - 07/24/2020) - ugotit - 2023-03-03

Hello,

i am using a fresh install of Matrix 19.4 on my PC and tried to install this mod to see how it works for me, but getting a dependency error. The error comes when try to install the TVDB api v2

EDIT: I think this is the problem after I checked the log : Found dependency [script.skinshortcuts/2.0.1] doesn’t meet minimum version [2.1.0]

How can I solve this problem?


RE: Titan BINGIE MOD v1 (UPDATED - 07/24/2020) - matke - 2023-03-03

(2023-03-03, 11:56)ugotit Wrote: Hello,

i am using a fresh install of Matrix 19.4 on my PC and tried to install this mod to see how it works for me, but getting a dependency error. The error comes when try to install the TVDB api v2

EDIT: I think this is the problem after I checked the log : Found dependency [script.skinshortcuts/2.0.1] doesn’t meet minimum version [2.1.0]

How can I solve this problem?
https://forum.kodi.tv/showthread.php?tid=355993&pid=3131298#pid3131298


RE: Titan BINGIE MOD v1 (UPDATED - 07/24/2020) - ugotit - 2023-03-03

(2023-03-03, 16:53)matke Wrote:
(2023-03-03, 11:56)ugotit Wrote: Hello,

i am using a fresh install of Matrix 19.4 on my PC and tried to install this mod to see how it works for me, but getting a dependency error. The error comes when try to install the TVDB api v2

EDIT: I think this is the problem after I checked the log : Found dependency [script.skinshortcuts/2.0.1] doesn’t meet minimum version [2.1.0]

How can I solve this problem?
https://forum.kodi.tv/showthread.php?tid=355993&pid=3131298#pid3131298

Thanks, that solved my problem


RE: Titan BINGIE MOD v1 (UPDATED - 07/24/2020) - fraKUS - 2023-03-06

Hello,

I have two questions:
1st- I have a weird situation, I created some smart playlists and put them in the Widgets, but when i open Kodi, they dont show.. they only apper when i go to the source and select the external drive, then they show rightaway on the Home screen. Other playlists than the ones that I created they show normally... is it some kinda bug?

2nd- Is it somehow possible to make the new Highlight Widget on the 3rd row to chose a picture from "Fanart2" instead the main one?


RE: Titan BINGIE MOD v1 (UPDATED - 07/24/2020) - AchillesPunks - 2023-03-07

1. You have created the smartplaylist incorrect.

2. No it is not possible.


RE: Titan BINGIE MOD v1 (UPDATED - 07/24/2020) - AchillesPunks - 2023-03-07

(2023-03-06, 22:23)fraKUS Wrote: Hello,

I have two questions:
1st- I have a weird situation, I created some smart playlists and put them in the Widgets, but when i open Kodi, they dont show.. they only apper when i go to the source and select the external drive, then they show rightaway on the Home screen. Other playlists than the ones that I created they show normally... is it some kinda bug?

2nd- Is it somehow possible to make the new Highlight Widget on the 3rd row to chose a picture from "Fanart2" instead the main one?
Tell me what the playlist are I'll create them and test them out


RE: Titan BINGIE MOD v1 (UPDATED - 07/24/2020) - PrimeDigital - 2023-03-10

Hello, I'm using Kodi Matrix 19.5 and when I try to install Titan Bungie MOD I get this message The dependency on script.skinshortcuts version 2.1.0 could not be satisfied. Please help if you can.


RE: Titan BINGIE MOD v1 (UPDATED - 07/24/2020) - SoulReaver - 2023-03-10

(2023-03-10, 20:44)PrimeDigital Wrote: Hello, I'm using Kodi Matrix 19.5 and when I try to install Titan Bungie MOD I get this message The dependency on script.skinshortcuts version 2.1.0 could not be satisfied. Please help if you can.

Try this.


RE: Titan BINGIE MOD v1 (UPDATED - 07/24/2020) - matke - 2023-03-10

(2023-03-10, 20:44)PrimeDigital Wrote: Hello, I'm using Kodi Matrix 19.5 and when I try to install Titan Bungie MOD I get this message The dependency on script.skinshortcuts version 2.1.0 could not be satisfied. Please help if you can.
I have one advice for you. Before you ask a question on any forum, read at least two pages back to check if there might be an answer to your question.