Titan BINGIE MOD v1 (UPDATED - 07/24/2020)
(2021-06-18, 19:06)fsurfer Wrote:
(2021-06-18, 10:28)matke Wrote:
(2021-06-18, 09:49)fsurfer Wrote: Thank you, I see it has also increased in size

Image
Yes. The larger file is because there are a lot of changes.

There are 2 fixes for bugs I discovered, these are scattered around the forum and in wiki - I do not take credit for these I'm including as FYI as they are current.

addons script.extendedinfo - Play tab doesn't work

\addons\script.extendedinfo\resources\lib\dialogs\DialogMovieInfo.py
Quote:(row 211 and 217)
self.exit_script()
Change in (both code 211 & 217)
self.exit()

https://kodi.wiki/view/Add-on:Extras
Add-on:Extras - Excluding folders and file types, Extras are included when library is updated and Extras addon is installed
Quote:<advancedsettings version="1.0">
   <video>
      <excludefromscan>
          <regexp>[-\._ ](extrafanart|sample|trailer|extrathumbs)[-\._ ]</regexp>
      </excludefromscan>
      <excludefromlisting>
          <regexp>[-._ \\/](extrafanart|sample|trailer|extrathumbs)[-._ \\/]</regexp>
      </excludefromlisting>
      <!-- Extras: Section Start -->
      <excludefromscan action="append">
          <regexp>/extras/</regexp>
          <regexp>[\\/]extras[\\/]</regexp>
      </excludefromscan>
      <excludetvshowsfromscan action="append">
          <regexp>/extras/</regexp>
          <regexp>[\\/]extras[\\/]</regexp>
      </excludetvshowsfromscan>
      <!-- Extras: Section End -->
   </video>
 </advancedsettings>

Media Player when using a mouse, movement causes media to stop

https://kodi.wiki/view/Alternative_keymaps_for_mice
It can be solved by adding
<mousemove>noop</mousemove>
to mouse.xml in an <FullscreenLiveTV> and <FullscreenVideo> section
And so the double click enter /exit full screen
<doubleclick>ToggleFullScreen</doubleclick>
in the <mouse> section
Quote:<keymap>
  <global>
    <mouse>
      <leftclick>leftclick</leftclick>
      <middleclick>middleclick</middleclick>
      <rightclick>rightclick</rightclick>
      <doubleclick>doubleclick</doubleclick>
      <wheeldown>wheeldown</wheeldown>
      <wheelup>wheelup</wheelup>
      <mousedrag>mousedrag</mousedrag>
      <mousemove>mousemove</mousemove>
      <doubleclick>ToggleFullScreen</doubleclick>
    </mouse>
  </global>
  <SlideShow>
    <mouse>
      <leftclick>Pause</leftclick>
      <rightclick>PreviousMenu</rightclick>
      <wheelup>PreviousPicture</wheelup>
      <wheeldown>NextPicture</wheeldown>
    </mouse>
  </SlideShow>
  <FullscreenVideo>
    <mouse>
      <middleclick>Pause</middleclick>
      <wheelup>VolumeUp</wheelup>
      <wheeldown>VolumeDown</wheeldown>
      <mousemove>noop</mousemove>
    </mouse>
  </FullscreenVideo>
  <FullscreenLiveTV>
    <mouse>
      <middleclick>Pause</middleclick>
      <wheelup>VolumeUp</wheelup>
      <wheeldown>VolumeDown</wheeldown>
      <mousemove>noop</mousemove>
    </mouse>
  </FullscreenLiveTV>
</keymap>
ExtendedInfo has been fixed. Thanks. Smile
This you sent me for mouse doesn't go to skin but we'll see how we fix it.
This what you wrote for Extras is not clear to me what it fixes.
Reply


Messages In This Thread
RE: Titan BINGIE MOD v1 - by tankman37 - 2020-07-24, 05:20
RE: Titan BINGIE MOD v1 - by AchillesPunks - 2020-07-24, 06:18
RE: Titan BINGIE MOD v1 - by tankman37 - 2020-07-24, 07:42
RE: Titan BINGIE MOD v1 - by AchillesPunks - 2020-07-24, 08:01
RE: Titan BINGIE MOD v1 - by tankman37 - 2020-07-24, 08:10
RE: Titan BINGIE MOD v1 - by AchillesPunks - 2020-07-24, 08:12
RE: Titan BINGIE MOD v1 - by tankman37 - 2020-07-24, 09:05
Bom dia! - by kpinheiro - 2020-08-20, 15:21
RE: Titan BINGIE MOD v1 (UPDATED - 07/24/2020) - by matke - 2021-06-18, 20:56
Need help please - by childofkorn - 2022-05-31, 20:10
RE: Need help please - by Fuchs2468 - 2022-05-31, 22:33
Hidden settings - by lennystc - 2023-03-20, 18:31
RE: Hidden settings - by SoulReaver - 2023-03-20, 20:16
RE: Hidden settings - by childofkorn - 2023-03-20, 20:21
Logout Mark Read Team Forum Stats Members Help
Titan BINGIE MOD v1 (UPDATED - 07/24/2020)0