Kodi Community Forum

Full Version: Titan BINGIE MOD v1 (UPDATED - 07/24/2020)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
Great news folks. With the next kodi version we have a functional android again.
https://github.com/xbmc/xbmc/pull/22737
Who wants to try. I would say it works pretty stable.
https://mirrors.kodi.tv/test-builds/andr...bi-v7a.apk
(2023-02-10, 21:21)matke Wrote: [ -> ]
(2023-02-10, 19:53)HisAirness23 Wrote: [ -> ]Does anyone know how to get the "local library" filter setting to work in "Dialog video info lists filter"? I have collections enabled and I can access them through movies > collections but they are not showing up in the video info dialog. Only the filter options "streaming services" or "none" are showing the entries at the bottom of the info dialog, but they are showing stuff I don't have in my library. Also, I cannot activate "advanced video info dialog" if that has sth. to do with this issue...? Thanks again
For better integration with the local library, it is necessary to turn on option in the tmdb helper:
"Get additional details from the local kodi library database".
What is "advanced video info dialog"?

That did the trick, thanks a lot.
Hm, not sure what it does. It's the 2nd setting in media library views > video information.
(2023-02-10, 22:14)HisAirness23 Wrote: [ -> ]
(2023-02-10, 21:21)matke Wrote: [ -> ]
(2023-02-10, 19:53)HisAirness23 Wrote: [ -> ]Does anyone know how to get the "local library" filter setting to work in "Dialog video info lists filter"? I have collections enabled and I can access them through movies > collections but they are not showing up in the video info dialog. Only the filter options "streaming services" or "none" are showing the entries at the bottom of the info dialog, but they are showing stuff I don't have in my library. Also, I cannot activate "advanced video info dialog" if that has sth. to do with this issue...? Thanks again
For better integration with the local library, it is necessary to turn on option in the tmdb helper:
"Get additional details from the local kodi library database".
What is "advanced video info dialog"?

That did the trick, thanks a lot.
Hm, not sure what it does. It's the 2nd setting in media library views > video information.
ohhh you mean "use extended video info dialog". that function is not working. I accidentally forgot to remove it from the settings.
(2023-02-10, 23:29)matke Wrote: [ -> ]ohhh you mean "use extended video info dialog". that function is not working. I accidentally forgot to remove it from the settings.
Ah ok, got it. Thanks again
Is it possible to insert a version, e.g. biglandscape, in addition to landscape.
(2023-02-10, 22:08)matke Wrote: [ -> ]Great news folks. With the next kodi version we have a functional android again.
https://github.com/xbmc/xbmc/pull/22737
Who wants to try. I would say it works pretty stable.
https://mirrors.kodi.tv/test-builds/andr...bi-v7a.apk
Thanks, it's working great now, no more crashes !
- From settings, I have selected "Clock + Weather" for header for all windows, and it working except in PVR Hub, which XML file should I edit to enable this?
- Subtitles button is not showing in OSD when playing Live TV, is there a way to add it to the OSD? As it would be helpful to enable or disable CC when available.
(2023-02-12, 17:42)psbguy Wrote: [ -> ]- From settings, I have selected "Clock + Weather" for header for all windows, and it working except in PVR Hub, which XML file should I edit to enable this?
- Subtitles button is not showing in OSD when playing Live TV, is there a way to add it to the OSD? As it would be helpful to enable or disable CC when available.
- I will add it in the next update. I think it will work if you add in 'Custom_1116_PVR_Hub.xml' line
Code:
<include>Header</include>
- I'm not sure that's even possible. Subtitle add-ons download a text file (subtitle) from a website.
(2023-02-10, 22:08)matke Wrote: [ -> ]Great news folks. With the next kodi version we have a functional android again.
https://github.com/xbmc/xbmc/pull/22737
Who wants to try. I would say it works pretty stable.
https://mirrors.kodi.tv/test-builds/andr...bi-v7a.apk
Its Crashing on chromecast for some reason.
But again very stable and WORKING beautifully in Shield ! 
I might do a full reinstall on Chromecast
(2023-02-12, 21:09)shaktoo Wrote: [ -> ]
(2023-02-10, 22:08)matke Wrote: [ -> ]Great news folks. With the next kodi version we have a functional android again.
https://github.com/xbmc/xbmc/pull/22737
Who wants to try. I would say it works pretty stable.
https://mirrors.kodi.tv/test-builds/andr...bi-v7a.apk
Unfortunately its still crashing Kodi .. Only when using TBM  Sad
Setting up the skin and browsing is OK
Any time I try & enter into a menu ( Video menus) or try & play a file it crashes Kodi On android Only.
Skin On Windows has been the best performer with Nil Issues. 
All Other skins are fine including AH2 with this new update 
 Sad
This version I uploaded works perfectly for me, although I didn't notice that it was actually Kodi 21 alpha. Smile
I also made some changes in the skin, so maybe that's why it works. @Angelinas are also working on updating SHS. Everything is still in the test phase, so we will see when kodi 20.1 comes out.
(2023-02-12, 21:07)matke Wrote: [ -> ]
(2023-02-12, 17:42)psbguy Wrote: [ -> ]- From settings, I have selected "Clock + Weather" for header for all windows, and it working except in PVR Hub, which XML file should I edit to enable this?
- Subtitles button is not showing in OSD when playing Live TV, is there a way to add it to the OSD? As it would be helpful to enable or disable CC when available.
- I will add it in the next update. I think it will work if you add in 'Custom_1116_PVR_Hub.xml' line
Code:
<include>Header</include>
- I'm not sure that's even possible. Subtitle add-ons download a text file (subtitle) from a website.
- Thanks, but adding that line didn't fix the issue.
- Subtitle button will open subtitles settings, which can be enabled to show Closed Captions in case of live tv, this works in other skins, including default Estuary and Titan.
(2023-02-12, 21:17)matke Wrote: [ -> ]
(2023-02-12, 21:09)shaktoo Wrote: [ -> ]
(2023-02-10, 22:08)matke Wrote: [ -> ]Great news folks. With the next kodi version we have a functional android again.
https://github.com/xbmc/xbmc/pull/22737
Who wants to try. I would say it works pretty stable.
https://mirrors.kodi.tv/test-builds/andr...bi-v7a.apk
Unfortunately its still crashing Kodi .. Only when using TBM  Sad
Setting up the skin and browsing is OK
Any time I try & enter into a menu ( Video menus) or try & play a file it crashes Kodi On android Only.
Skin On Windows has been the best performer with Nil Issues. 
All Other skins are fine including AH2 with this new update 
 Sad
This version I uploaded works perfectly for me, although I didn't notice that it was actually Kodi 21 alpha. Smile
I also made some changes in the skin, so maybe that's why it works. @Angelinas are also working on updating SHS. Everything is still in the test phase, so we will see when kodi 20.1 comes out.
I edited my post. Its Now working beautifully on Shield...
yep the Loading icon although states V20.0 RC , system information tells us its K21 alpha but very stable.

I was testing on chromecast where its crashing still. 
Might do a full clean install and report again
(2023-02-12, 21:53)psbguy Wrote: [ -> ]
(2023-02-12, 21:07)matke Wrote: [ -> ]
(2023-02-12, 17:42)psbguy Wrote: [ -> ]- From settings, I have selected "Clock + Weather" for header for all windows, and it working except in PVR Hub, which XML file should I edit to enable this?
- Subtitles button is not showing in OSD when playing Live TV, is there a way to add it to the OSD? As it would be helpful to enable or disable CC when available.
- I will add it in the next update. I think it will work if you add in 'Custom_1116_PVR_Hub.xml' line
Code:
<include>Header</include>
- I'm not sure that's even possible. Subtitle add-ons download a text file (subtitle) from a website.
- Thanks, but adding that line didn't fix the issue.
- Subtitle button will open subtitles settings, which can be enabled to show Closed Captions in case of live tv, this works in other skins, including default Estuary and Titan.
It should work, but you should turn on header, "Configure Header for all windows (except home)" .
@matke : Great news. Clean install & reconfiguring skin on chromecast with the latest nightly has fixed all crashes. 
@AchillesPunks & @matke : TBM pulls ratings via SHS /Metadata utilities  OR Tmdb Helper ? 
In AH2 skin I am using Amazon VOD addon directly to populate widgets and it displays all the artwork , TBM is unable to ! 
Is there any way we can have option to utilise either both or select either of the options so thats achievable
The only other  addon which I am unable to get artwork from is iPlayer www.
(2023-02-13, 04:06)shaktoo Wrote: [ -> ]@matke : Great news. Clean install & reconfiguring skin on chromecast with the latest nightly has fixed all crashes. 
@AchillesPunks & @matke : TBM pulls ratings via SHS /Metadata utilities  OR Tmdb Helper ? 
In AH2 skin I am using Amazon VOD addon directly to populate widgets and it displays all the artwork , TBM is unable to ! 
Is there any way we can have option to utilise either both or select either of the options so thats achievable
The only other  addon which I am unable to get artwork from is iPlayer www.
Both.
Generally artwork should be part of addons not skins. I think you should ask the authors of these two addons to implement better support for artworks.
Also, I can't test any of these addons since I don't use them. What is missing from the artwork? I assume a clear logo.
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