Kodi Community Forum

Full Version: Titan M O D ( last Updated 19-12-2019)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
(2022-07-22, 00:23)accacc5 Wrote: [ -> ]Hi there,
Issue with movie genre icons in all views (except Circle View).
There is a folder icon covering the genre icon. Tried all Icon sets with same results.
Any ideas guys?
Cheers.
Image
You should update to Titan Mod version 19.1.23.
This problem has been solved.

Image
Image
Oh! I don't know why I didn't get the update, will force referesh the repo and do it now.
Thanks man!
Got the update, works great.
Thanks for your efforts.
Cheers.
How can I get "skin helper service color picker 2.0.2" script? I could only find 2.0.1
Image
After new update OSD buffer doesn't seem to work -should show in bright orange in bottom left.
Enable OSD of buffering progress during video playback, is enabled in Playback & OSD, and OSD progress bar buffer cache color is set to a bright orange.
Worked fine in previous version.
(2022-07-22, 10:33)csts Wrote: [ -> ]After new update OSD buffer doesn't seem to work -should show in bright orange in bottom left.
Enable OSD of buffering progress during video playback, is enabled in Playback & OSD, and OSD progress bar buffer cache color is set to a bright orange.
Worked fine in previous version.
This function is not available at the moment.
I have replaced this function with pvr Timeshift buffer.
I will try to integrate the buffer display again in the next update.
(2022-07-22, 03:20)psbguy Wrote: [ -> ]How can I get "skin helper service color picker 2.0.2" script? I could only find 2.0.1

The version is in my repo
Image
(2022-07-22, 15:49)Fuchs2468 Wrote: [ -> ]
(2022-07-22, 03:20)psbguy Wrote: [ -> ]How can I get "skin helper service color picker 2.0.2" script? I could only find 2.0.1

The version is in my repo
Image
Got it, thanks! I was trying to install it manually in Android, as I was unable to install it from the repository.
Would it be possible to add "up next" pop-up for live tv?
@Fuchs2468 
Wonderful Job
Thanks for all and modified globalbackground .

May be Just add Big logo / Clear logo in Artist info  :
https://forum.kodi.tv/showthread.php?tid...pid3094213

I'll test soon.
Regards.
(2022-07-24, 22:54)psbguy Wrote: [ -> ]Would it be possible to add "up next" pop-up for live tv?
I will see what I can do.
(2022-07-25, 11:58)Fuchs2468 Wrote: [ -> ]
(2022-07-24, 22:54)psbguy Wrote: [ -> ]Would it be possible to add "up next" pop-up for live tv?
I will see what I can do.

Thank you for looking into this, appreciated!
@psbguy.

Here you can test "up next" pop-up for LiveTV: PVR_NextUp_POPUP.zip 

Image

Image
(2022-07-26, 01:06)Fuchs2468 Wrote: [ -> ]@psbguy.

Here you can test "up next" pop-up for LiveTV: PVR_NextUp_POPUP.zip 

Image

Image

It works, and it looks pretty good! Great work @Fuchs2468
@Fuchs2468 
Hi
Little old bug in View_529_NetflixSeasons.xml  (dont display right duration if time > 60 minute)
Line 142 : Change Duration(mm) with Duration(hh:mm)
Code:
                        <label>$INFO[Container(529004).ListItem().Duration(hh:mm),, $LOCALIZE[12391]]</label>

Regards