• 1
  • 436
  • 437
  • 438(current)
  • 439
  • 440
  • 450
Titan BINGIE MOD v1 (UPDATED - 07/24/2020)
(2024-03-05, 21:25)AchillesPunks Wrote: Only if someone that uses Live TV adds the features. The same goes for add-ons because I do not use add-ons. The now playing has only the info bar at top as shown in the picture. Might as well pause the video so you don't miss anything while messing with the settings.

Matke might already be looking at the add-ons play back stop. I'm not sure I haven't talked to him in a about 1 or 2 months.
I made a PR with code which works for me.

Is it possible to merge it from this branch
https://github.com/AchillesPunks/skin.ti...od/pull/14

or at least take an inspiration?

Edit:
1. added catchup marks in EPG
2. added "Play programme" button in PVR Infor dialog
3. Added possibility to set "Now playing" video as background
4. Fixed issues with stopping playback when not in fullscreen for video from addons (VideoPlayer.Content(files)) even when the setting "Force stop" is disabled
Reply
(2024-03-09, 13:00)Michal6677 Wrote:
(2024-03-05, 21:25)AchillesPunks Wrote: Only if someone that uses Live TV adds the features. The same goes for add-ons because I do not use add-ons. The now playing has only the info bar at top as shown in the picture. Might as well pause the video so you don't miss anything while messing with the settings.

Matke might already be looking at the add-ons play back stop. I'm not sure I haven't talked to him in a about 1 or 2 months.
I made a PR with code which works for me.

Is it possible to merge it from this branch
https://github.com/AchillesPunks/skin.ti...od/pull/14

or at least take an inspiration?

Edit:
1. added catchup marks in EPG
2. added "Play programme" button in PVR Infor dialog
3. Added possibility to set "Now playing" video as background
4. Fixed issues with stopping playback when not in fullscreen for video from addons (VideoPlayer.Content(files)) even when the setting "Force stop" is disabled
I don't like the NOW PLAYING background so I will not be adding that. Add a mask over the background to make it darker and I'll add this

Did you change id 13018?

<control type="radiobutton" id="13018">
<control type="radiobutton" id="320238">
Titan Bingie Mod
Reply
I have installed emby server on my nas and plugin video emby next-gen 

I have only problem with local trailers (works with youtube but i wan't local trailers). i don't found settings

I have enabled Auto Play Trailers for Spotlight Widget, but trailer open in full screen only on homescreen.
And when i play trailer in infoshow, i have sound but not picture ; trailer is in backscreen

Someone has a solution for this problem ?
Reply
(2024-03-09, 13:00)Michal6677 Wrote:
(2024-03-05, 21:25)AchillesPunks Wrote: Only if someone that uses Live TV adds the features. The same goes for add-ons because I do not use add-ons. The now playing has only the info bar at top as shown in the picture. Might as well pause the video so you don't miss anything while messing with the settings.

Matke might already be looking at the add-ons play back stop. I'm not sure I haven't talked to him in a about 1 or 2 months.
I made a PR with code which works for me.

Is it possible to merge it from this branch
https://github.com/AchillesPunks/skin.ti...od/pull/14

or at least take an inspiration?

Edit:
1. added catchup marks in EPG
2. added "Play programme" button in PVR Infor dialog
3. Added possibility to set "Now playing" video as background
4. Fixed issues with stopping playback when not in fullscreen for video from addons (VideoPlayer.Content(files)) even when the setting "Force stop" is disabled
I will look at the first two requests.
The third and fourth requirements are not so simple, and it certainly doesn't work on this way.
I agree with @AchillesPunks, it can't be like this.
Reply
(2024-03-11, 10:40)matke Wrote:
(2024-03-09, 13:00)Michal6677 Wrote:
(2024-03-05, 21:25)AchillesPunks Wrote: Only if someone that uses Live TV adds the features. The same goes for add-ons because I do not use add-ons. The now playing has only the info bar at top as shown in the picture. Might as well pause the video so you don't miss anything while messing with the settings.

Matke might already be looking at the add-ons play back stop. I'm not sure I haven't talked to him in a about 1 or 2 months.
I made a PR with code which works for me.

Is it possible to merge it from this branch
https://github.com/AchillesPunks/skin.ti...od/pull/14

or at least take an inspiration?

Edit:
1. added catchup marks in EPG
2. added "Play programme" button in PVR Infor dialog
3. Added possibility to set "Now playing" video as background
4. Fixed issues with stopping playback when not in fullscreen for video from addons (VideoPlayer.Content(files)) even when the setting "Force stop" is disabled
I will look at the first two requests.
The third and fourth requirements are not so simple, and it certainly doesn't work on this way.
I agree with @AchillesPunks, it can't be like this.
I have changed everything in my personal skin but the now playing background... I really prefer it to show the black background for the info bar... I was going to test it with another setting that allows the now playing info bar like it is, and a option to have it show the video if you prefer.. He had added a line in the background building xml that got rid of our Spotlight Side Menu Overlay so line # 71 will need to be removed...

The changes above removed. Found conflicting changes with trailers in Highlight Widget.

I sent you a email with my skin and other things added as well.
Titan Bingie Mod
Reply
This is going to be the new icons and fanart for Titan Bingie Mod.

Image
Titan Bingie Mod
Reply
(2024-03-09, 11:02)SoulReaver Wrote:
(2024-03-09, 01:49)Marcd5123 Wrote: Hi I've used this link https://achillespunks.github.io/reposito...ingie.mod/

In file manager in Kodi and installed the Titan BINGE MOD repository gone and installed the add-on and it's done that no errors messages then I went onto look and feel and all their is showing "image collections" & "screen saver" .

I am however running Kodi Omega RC1 edition so do I take it this sadly is definitely not compatible with Kodi Omega build as of yet Huh..

I went and looked interface and skins and it's not showing their either ..

please advise...Many Thanks 🤔😕.

The skin does work fine on Omega RC1, but until an official Omega update for the skin is released you'll need to manually install the skin files from here and then edit the addon.xml file inside the skin.titan.bingie.mod folder and change the xbmc.gui version number near the top to 5.17.0 using a text editor and save the file.

This line:

xml:
<import version="5.15.0" addon="xbmc.gui"/>

Needs to be changed to this:

xml:
<import version="5.17.0" addon="xbmc.gui"/>

Now when you restart Kodi the skin should show up in the interface/skin section of Kodi and work fine again Smile
Just change the GUI before you install OMEGA and the skin should start right up.
Titan Bingie Mod
Reply
@AchillesPunks

I haven’t tested it but as I understand it one user has reported not seeing the skin available in the repo at all when using Omega RC1 so a repository update may be needed.
Reply
(2024-03-12, 13:33)SoulReaver Wrote: @AchillesPunks

I haven’t tested it but as I understand it one user has reported not seeing the skin available in the repo at all when using Omega RC1 so a repository update may be needed.
You misunderstood what I was saying. If you already have the skin installed just change the GUI and turn Kodi off. Then install omega and start Kodi.
Titan Bingie Mod
Reply
(2024-03-12, 19:57)AchillesPunks Wrote:
(2024-03-12, 13:33)SoulReaver Wrote: @AchillesPunks

I haven’t tested it but as I understand it one user has reported not seeing the skin available in the repo at all when using Omega RC1 so a repository update may be needed.
You misunderstood what I was saying. If you already have the skin installed just change the GUI and turn Kodi off. Then install omega and start Kodi.

Ah I see. Yeah that would work! 👍 Thanks. A repo and skin update would be nice for people installing clean though Smile
Reply
(2024-03-12, 21:06)SoulReaver Wrote:
(2024-03-12, 19:57)AchillesPunks Wrote:
(2024-03-12, 13:33)SoulReaver Wrote: @AchillesPunks

I haven’t tested it but as I understand it one user has reported not seeing the skin available in the repo at all when using Omega RC1 so a repository update may be needed.
You misunderstood what I was saying. If you already have the skin installed just change the GUI and turn Kodi off. Then install omega and start Kodi.

Ah I see. Yeah that would work! 👍 Thanks. A repo and skin update would be nice for people installing clean though Smile
Yes it will happen
Titan Bingie Mod
Reply
(2024-03-12, 21:09)AchillesPunks Wrote:
(2024-03-12, 21:06)SoulReaver Wrote:
(2024-03-12, 19:57)AchillesPunks Wrote: You misunderstood what I was saying. If you already have the skin installed just change the GUI and turn Kodi off. Then install omega and start Kodi.

Ah I see. Yeah that would work! 👍 Thanks. A repo and skin update would be nice for people installing clean though Smile
Yes it will happen

Awesome! Smile
Reply
Hello, here I leave the translation into Spanish, for those who are interested

Unzip and add the folder in the route storage/.kodi/addons/skin.titan.bingie.mod/language

Spanish
Reply
Hello, here I leave the Spanish translation of the plugin

Spanish
Reply
(2024-03-21, 04:56)crevi666 Wrote: Hello, here I leave the Spanish translation of the plugin

Spanish
I'll look this over and add it into the skin on my day off work.
Titan Bingie Mod
Reply
  • 1
  • 436
  • 437
  • 438(current)
  • 439
  • 440
  • 450

Logout Mark Read Team Forum Stats Members Help
Titan BINGIE MOD v1 (UPDATED - 07/24/2020)0