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 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) - 416eddie - 2021-03-31

(2021-03-31, 12:24)cscott1 Wrote: For those who get the black screen its most likely because you dont have a library of actual media probably just using addons. If you get the black screen long hold the back button or backspace on a keyboard to bring up the power menu from there you can access settings and assign your widgets.

I have already set up the widgets in the skin setting menu, after setting up the widgets and go back to the Home Screen it doesn’t show the widgets


RE: Titan BINGIE MOD v1 (UPDATED - 07/24/2020) - Angelinas - 2021-03-31

(2021-03-31, 12:47)javcarbe Wrote: 2021-03-31 03:42:19.713 T:18988 WARNING <general>: script.skin.helper.widgets --> Exception details: Type: AttributeError Value: 'Media' object has no attribute 'recentshowsandmovies' Traceback: Traceback (most recent call last):
That content for script.skin.helper.widgets dosen't exist....
plugin://script.skin.helper.widgets/?action=recentshowsandmovies&mediatype=media&reload=$INFO[Window(Home).Property(widgetreload2)]

That is skin bed line for content and I think was here
https://github.com/AchillesPunks/Bingie.Mod.Matrix.Skin/blob/main/xml/IncludesBingie.xml  line 87

Change in this or remove
plugin://script.skin.helper.widgets/?action=recent&mediatype=media&reload=$INFO[Window(Home).Property(widgetreload2)]


RE: Titan BINGIE MOD v1 (UPDATED - 07/24/2020) - javcarbe - 2021-03-31

(2021-03-31, 15:12)Angelinas Wrote:
(2021-03-31, 12:47)javcarbe Wrote: 2021-03-31 03:42:19.713 T:18988 WARNING <general>: script.skin.helper.widgets --> Exception details: Type: AttributeError Value: 'Media' object has no attribute 'recentshowsandmovies' Traceback: Traceback (most recent call last):
That content for script.skin.helper.widgets dosen't exist....
plugin://script.skin.helper.widgets/?action=recentshowsandmovies&mediatype=media&reload=$INFO[Window(Home).Property(widgetreload2)]

That is skin bed line for content and I think was here
https://github.com/AchillesPunks/Bingie.Mod.Matrix.Skin/blob/main/xml/IncludesBingie.xml  line 87

Change in this or remove
plugin://script.skin.helper.widgets/?action=recent&mediatype=media&reload=$INFO[Window(Home).Property(widgetreload2)]

Delete that line from where? includesbingie.xml ?


RE: Titan BINGIE MOD v1 (UPDATED - 07/24/2020) - Angelinas - 2021-03-31

(2021-03-31, 16:09)javcarbe Wrote:
(2021-03-31, 15:12)Angelinas Wrote:
(2021-03-31, 12:47)javcarbe Wrote: 2021-03-31 03:42:19.713 T:18988 WARNING <general>: script.skin.helper.widgets --> Exception details: Type: AttributeError Value: 'Media' object has no attribute 'recentshowsandmovies' Traceback: Traceback (most recent call last):
That content for script.skin.helper.widgets dosen't exist....
plugin://script.skin.helper.widgets/?action=recentshowsandmovies&mediatype=media&reload=$INFO[Window(Home).Property(widgetreload2)]

That is skin bed line for content and I think was here
https://github.com/AchillesPunks/Bingie.Mod.Matrix.Skin/blob/main/xml/IncludesBingie.xml  line 87

Change in this or remove
plugin://script.skin.helper.widgets/?action=recent&mediatype=media&reload=$INFO[Window(Home).Property(widgetreload2)]

Delete that line from where? includesbingie.xml ?
You have different version of skin then me......
Find in your version all recentshowsandmovies and rename in recent in all xml for skin


RE: Titan BINGIE MOD v1 (UPDATED - 07/24/2020) - Shinobi_Wan - 2021-03-31

(2021-03-31, 08:54)Hooacer Wrote:
(2021-03-31, 00:17)Shinobi_Wan Wrote: Just now trying to install this skin on my Apple TV 4 on Matrix & follow the steps. I also getting a black screen after the splash screen shows up

Hi dear
How install on apple tv??
basically following the steps thats giving to us


RE: Titan BINGIE MOD v1 (UPDATED - 07/24/2020) - Shinobi_Wan - 2021-03-31

(2021-03-31, 12:24)cscott1 Wrote: For those who get the black screen its most likely because you dont have a library of actual media probably just using addons. If you get the black screen long hold the back button or backspace on a keyboard to bring up the power menu from there you can access settings and assign your widgets.

this doesnt work for me because I'm using a apple tv remote & the back button is configured to the menu button, causing me to go to the main apple tv menu


RE: Titan BINGIE MOD v1 (UPDATED - 07/24/2020) - Hooacer - 2021-03-31

(2021-03-31, 18:18)Shinobi_Wan Wrote:
(2021-03-31, 08:54)Hooacer Wrote:
(2021-03-31, 00:17)Shinobi_Wan Wrote: Just now trying to install this skin on my Apple TV 4 on Matrix & follow the steps. I also getting a black screen after the splash screen shows up

Hi dear
How install on apple tv??
basically following the steps thats giving to us

Hi thx for answer
How is install to apple tv 4k


RE: Titan BINGIE MOD v1 (UPDATED - 07/24/2020) - javcarbe - 2021-04-01

(2021-03-31, 16:09)javcarbe Wrote:
(2021-03-31, 15:12)Angelinas Wrote:
(2021-03-31, 12:47)javcarbe Wrote: 2021-03-31 03:42:19.713 T:18988 WARNING <general>: script.skin.helper.widgets --> Exception details: Type: AttributeError Value: 'Media' object has no attribute 'recentshowsandmovies' Traceback: Traceback (most recent call last):
That content for script.skin.helper.widgets dosen't exist....
plugin://script.skin.helper.widgets/?action=recentshowsandmovies&mediatype=media&reload=$INFO[Window(Home).Property(widgetreload2)]

That is skin bed line for content and I think was here
https://github.com/AchillesPunks/Bingie.Mod.Matrix.Skin/blob/main/xml/IncludesBingie.xml  line 87

Change in this or remove
plugin://script.skin.helper.widgets/?action=recent&mediatype=media&reload=$INFO[Window(Home).Property(widgetreload2)]

Delete that line from where? includesbingie.xml ?

i dont think that is the problem i change the skin to the default and the same situation
2021-03-31 14:59:22.669 T:6688     INFO <general>: VideoPlayer::OpenFile: smb://freenas/javierdata/DeNuevo/Pelis/1080/Zoolander.2.2016.1080p-dual-lat-r/Zoolander.2.2016.1080p-dual-lat-r.mp4
2021-03-31 14:59:22.670 T:5028     INFO <general>: Creating InputStream
2021-03-31 15:00:00.674 T:5028     INFO <general>: Creating Demuxer
2021-03-31 15:00:31.318 T:5028    ERROR <general>: CDVDDemuxFFmpeg::Open - Error, could not open file smb://freenas/javierdata/DeNuevo/Pelis/1080/Zoolander.2.2016.1080p-dual-lat-r/Zoolander.2.2016.1080p-dual-lat-r.mp4
2021-03-31 15:00:31.318 T:5028    ERROR <general>: CVideoPlayer::OpenDemuxStream - Error creating demuxer
2021-03-31 15:00:31.319 T:5028     INFO <general>: CVideoPlayer::OnExit()
2021-03-31 15:00:31.363 T:10980    INFO <general>: Deleting settings information for files smb://freenas/javierdata/DeNuevo/Pelis/1080/Zoolander.2.2016.1080p-dual-lat-r/Zoolander.2.2016.1080p-dual-lat-r.mp4
2021-03-31 15:00:33.637 T:6688     INFO <general>: CVideoPlayer::CloseFile()
2021-03-31 15:00:33.637 T:6688     INFO <general>: VideoPlayer: waiting for threads to exit
2021-03-31 15:00:33.637 T:6688     INFO <general>: VideoPlayer: finished waiting
2021-03-31 15:02:00.562 T:12772   ERROR <general>: CDVDDemuxFFmpeg::Open - Error, could not open file smb://freenas/javierdata/DeNuevo/Pelis/1080/Zoolander.2.2016.1080p-dual-lat-r/Zoolander.2.2016.1080p-dual-lat-r.mp4
2021-03-31 15:02:00.562 T:12772   ERROR <general>: CDVDFileInfo::ExtractThumb - Error creating demuxer
2021-03-31 15:02:43.971 T:6688  WARNING <general>: CGUIWindowManager - CGUIWindowManager::HandleAction - ignoring action 107, because topmost modal dialog closing animation is running
2021-03-31 15:02:45.483 T:23596    INFO <general>: Skipped 11 duplicate messages..
2021-03-31 15:02:45.483 T:23596    INFO <general>: CActiveAESink::OpenSink - initialize sink
2021-03-31 15:02:45.503 T:6688     INFO <general>: MYSQL server has gone. Will try 4 more attempt(s) to reconnect.


RE: Titan BINGIE MOD v1 (UPDATED - 07/24/2020) - AchillesPunks - 2021-04-01

(2021-03-31, 15:12)Angelinas Wrote:
(2021-03-31, 12:47)javcarbe Wrote: 2021-03-31 03:42:19.713 T:18988 WARNING <general>: script.skin.helper.widgets --> Exception details: Type: AttributeError Value: 'Media' object has no attribute 'recentshowsandmovies' Traceback: Traceback (most recent call last):
That content for script.skin.helper.widgets dosen't exist....
plugin://script.skin.helper.widgets/?action=recentshowsandmovies&mediatype=media&reload=$INFO[Window(Home).Property(widgetreload2)]

That is skin bed line for content and I think was here
https://github.com/AchillesPunks/Bingie.Mod.Matrix.Skin/blob/main/xml/IncludesBingie.xml  line 87

Change in this or remove
plugin://script.skin.helper.widgets/?action=recent&mediatype=media&reload=$INFO[Window(Home).Property(widgetreload2)]
@matke


RE: Titan BINGIE MOD v1 (UPDATED - 07/24/2020) - Hooacer - 2021-04-01

(2021-04-01, 00:20)AchillesPunks Wrote:
(2021-03-31, 15:12)Angelinas Wrote:
(2021-03-31, 12:47)javcarbe Wrote: 2021-03-31 03:42:19.713 T:18988 WARNING <general>: script.skin.helper.widgets --> Exception details: Type: AttributeError Value: 'Media' object has no attribute 'recentshowsandmovies' Traceback: Traceback (most recent call last):
That content for script.skin.helper.widgets dosen't exist....
plugin://script.skin.helper.widgets/?action=recentshowsandmovies&mediatype=media&reload=$INFO[Window(Home).Property(widgetreload2)]

That is skin bed line for content and I think was here
https://github.com/AchillesPunks/Bingie.Mod.Matrix.Skin/blob/main/xml/IncludesBingie.xml  line 87

Change in this or remove
plugin://script.skin.helper.widgets/?action=recent&mediatype=media&reload=$INFO[Window(Home).Property(widgetreload2)]
@matke

Pls pls pls help
How download on apple tv Huh?
Because can’t download from github
Must download from repository


RE: Titan BINGIE MOD v1 (UPDATED - 07/24/2020) - AchillesPunks - 2021-04-01

(2021-04-01, 05:41)Hooacer Wrote:
(2021-04-01, 00:20)AchillesPunks Wrote:
(2021-03-31, 15:12)Angelinas Wrote: That content for script.skin.helper.widgets dosen't exist....
plugin://script.skin.helper.widgets/?action=recentshowsandmovies&mediatype=media&reload=$INFO[Window(Home).Property(widgetreload2)]

That is skin bed line for content and I think was here
https://github.com/AchillesPunks/Bingie.Mod.Matrix.Skin/blob/main/xml/IncludesBingie.xml  line 87

Change in this or remove
plugin://script.skin.helper.widgets/?action=recent&mediatype=media&reload=$INFO[Window(Home).Property(widgetreload2)]
@matke

Pls pls pls help
How download on apple tv Huh?
Because can’t download from github
Must download from repository
its being worked out. Very soon


RE: Titan BINGIE MOD v1 (UPDATED - 07/24/2020) - Hooacer - 2021-04-01

(2021-04-01, 07:54)AchillesPunks Wrote:
(2021-04-01, 05:41)Hooacer Wrote:
(2021-04-01, 00:20)AchillesPunks Wrote: @matke

Pls pls pls help
How download on apple tv Huh?
Because can’t download from github
Must download from repository
its being worked out. Very soon

Thx thx thx 🙏


RE: Titan BINGIE MOD v1 (UPDATED - 07/24/2020) - jinux - 2021-04-01

Will there be an option available to change the main menu layout?
I mean ike horizontal menu, instead of vertical?
Great work though, thanks.


RE: Titan BINGIE MOD v1 (UPDATED - 07/24/2020) - satyamgbhattt - 2021-04-02

Imagehttps://drive.google.com/file/d/1Q38jCef-5rtyqRCMuchzm2hldFEUaIQt/view?usp=sharing

guys i m getting only image collection under your repo, tried more then 10 time from adding repo via zip and also DL and using usb.

no luck please help guysImageImageImage


RE: Titan BINGIE MOD v1 (UPDATED - 07/24/2020) - User 82367 - 2021-04-02

Wow now it's working in matrix, many thanks for the nice work! This skin makes kodi 100% better.  Smile