• 1
  • 89
  • 90
  • 91(current)
  • 92
  • 93
  • 95
Information PseudoTV Live Beta Blog, Support & Discussion
PTVL closes and return to home menu after a show/movie completes. What settings do I need to change? I couldn't find an answer in the forums. I am using Matrix, titan mod on windows.
Reply
Can there be an option to not have the channel bug logo be faded/transparent? I would prefer to see the logo in full color and non faded.
Reply
(2023-07-27, 05:51)Xoxez Wrote: Can there be an option to not have the channel bug logo be faded/transparent? I would prefer to see the logo in full color and non faded.

No, there is the possibility of burn in. All bugs are minimally transparent to avoid issues.
Image Lunatixz - Kodi / Beta repository
Image PseudoTV - Forum | Website | Youtube | Help?
Reply
(2023-07-27, 07:37)Lunatixz Wrote:
(2023-07-27, 05:51)Xoxez Wrote: Can there be an option to not have the channel bug logo be faded/transparent? I would prefer to see the logo in full color and non faded.

No, there is the possibility of burn in. All bugs are minimally transparent to avoid issues.

Burn in? I don't use an oled TV or a pc monitor if that's what it's for. Can you implement an option for it or let us know where in the code there is to not have it fade? Most TV channels don't have their logo faded
Reply
(2023-07-27, 07:50)Xoxez Wrote:
(2023-07-27, 07:37)Lunatixz Wrote:
(2023-07-27, 05:51)Xoxez Wrote: Can there be an option to not have the channel bug logo be faded/transparent? I would prefer to see the logo in full color and non faded.

No, there is the possibility of burn in. All bugs are minimally transparent to avoid issues.

Burn in? I don't use an oled TV or a pc monitor if that's what it's for. Can you implement an option for it or let us know where in the code there is to not have it fade? Most TV channels don't have their logo faded
All TV's are prone to burn in... Channel bug transparency is hardcoded and user control of the transparency level is low on my priority list.

If there was a number of users asking for transparency control; it would have higher priority on my todo list! I'm not trying to hold back features users want.... =)

FYI, Any changes you make will be overridden after update... code can be found here:
https://github.com/PseudoTV/PseudoTV_Liv...ay.py#L270
Image Lunatixz - Kodi / Beta repository
Image PseudoTV - Forum | Website | Youtube | Help?
Reply
(2023-07-27, 13:53)Lunatixz Wrote:
(2023-07-27, 07:50)Xoxez Wrote:
(2023-07-27, 07:37)Lunatixz Wrote: No, there is the possibility of burn in. All bugs are minimally transparent to avoid issues.

Burn in? I don't use an oled TV or a pc monitor if that's what it's for. Can you implement an option for it or let us know where in the code there is to not have it fade? Most TV channels don't have their logo faded
All TV's are prone to burn in... Channel bug transparency is hardcoded and user control of the transparency level is low on my priority list.

If there was a number of users asking for transparency control; it would have higher priority on my todo list! I'm not trying to hold back features users want.... =)

FYI, Any changes you make will be overridden after update... code can be found here:
https://github.com/PseudoTV/PseudoTV_Liv...ay.py#L270

Okay thanks for the info and update. Don't know if kodi has it but maybe a poll system to see if people would like the feature would be good. Hopefully it can be added sometime down the line.
Reply
So on a second note, was there ever a filler content implemented yet like for bumpers and commercials or are those coming in an upcoming update? Do you have any news on when the next update will be for this feature? Thanks
Reply
(2023-07-27, 13:53)Lunatixz Wrote:
(2023-07-27, 07:50)Xoxez Wrote:
(2023-07-27, 07:37)Lunatixz Wrote: No, there is the possibility of burn in. All bugs are minimally transparent to avoid issues.

Burn in? I don't use an oled TV or a pc monitor if that's what it's for. Can you implement an option for it or let us know where in the code there is to not have it fade? Most TV channels don't have their logo faded
All TV's are prone to burn in... Channel bug transparency is hardcoded and user control of the transparency level is low on my priority list.

If there was a number of users asking for transparency control; it would have higher priority on my todo list! I'm not trying to hold back features users want.... =)

FYI, Any changes you make will be overridden after update... code can be found here:
https://github.com/PseudoTV/PseudoTV_Liv...ay.py#L270

In the code's line you sent if I did want to disable fade what should I change in it? Can I delete the code line? I could test out if the Overlay causes burn in on a older TV I have that I don't mind getting burn in on. Also sometimes when I switch channels the previous channel's logo stays on the new channel though I haven't been on the new update for too long yet to see if this issue is permanent. Thanks
Reply
(2023-07-27, 19:51)Xoxez Wrote:
(2023-07-27, 13:53)Lunatixz Wrote:
(2023-07-27, 07:50)Xoxez Wrote: Burn in? I don't use an oled TV or a pc monitor if that's what it's for. Can you implement an option for it or let us know where in the code there is to not have it fade? Most TV channels don't have their logo faded
All TV's are prone to burn in... Channel bug transparency is hardcoded and user control of the transparency level is low on my priority list.

If there was a number of users asking for transparency control; it would have higher priority on my todo list! I'm not trying to hold back features users want.... =)

FYI, Any changes you make will be overridden after update... code can be found here:
https://github.com/PseudoTV/PseudoTV_Liv...ay.py#L270

In the code's line you sent if I did want to disable fade what should I change in it? Can I delete the code line? I could test out if the Overlay causes burn in on a older TV I have that I don't mind getting burn in on. Also sometimes when I switch channels the previous channel's logo stays on the new channel though I haven't been on the new update for too long yet to see if this issue is permanent. Thanks
Delete or comment out the code lines....
Image Lunatixz - Kodi / Beta repository
Image PseudoTV - Forum | Website | Youtube | Help?
Reply
(2023-07-27, 19:55)Lunatixz Wrote:
(2023-07-27, 19:51)Xoxez Wrote:
(2023-07-27, 13:53)Lunatixz Wrote: All TV's are prone to burn in... Channel bug transparency is hardcoded and user control of the transparency level is low on my priority list.

If there was a number of users asking for transparency control; it would have higher priority on my todo list! I'm not trying to hold back features users want.... =)

FYI, Any changes you make will be overridden after update... code can be found here:
https://github.com/PseudoTV/PseudoTV_Liv...ay.py#L270

In the code's line you sent if I did want to disable fade what should I change in it? Can I delete the code line? I could test out if the Overlay causes burn in on a older TV I have that I don't mind getting burn in on. Also sometimes when I switch channels the previous channel's logo stays on the new channel though I haven't been on the new update for too long yet to see if this issue is permanent. Thanks
Delete or comment out the code lines....

There are multiple of those codes or just that one line? Deleted that line and channel bug doesn't show now
Reply
(2023-07-27, 20:20)Xoxez Wrote:
(2023-07-27, 19:55)Lunatixz Wrote:
(2023-07-27, 19:51)Xoxez Wrote: In the code's line you sent if I did want to disable fade what should I change in it? Can I delete the code line? I could test out if the Overlay causes burn in on a older TV I have that I don't mind getting burn in on. Also sometimes when I switch channels the previous channel's logo stays on the new channel though I haven't been on the new update for too long yet to see if this issue is permanent. Thanks
Delete or comment out the code lines....

There are multiple of those codes or just that one line? Deleted that line and channel bug doesn't show now

Code:
                self._channelBug.setAnimations([('Conditional', 'effect=fade start=0 end=100 time=2000 delay=500 condition=True reversible=False'),
                                                ('Conditional', 'effect=fade start=100 end=25 time=1000 delay=2000 condition=True reversible=False')])
Image Lunatixz - Kodi / Beta repository
Image PseudoTV - Forum | Website | Youtube | Help?
Reply
(2023-07-27, 21:10)Lunatixz Wrote:
(2023-07-27, 20:20)Xoxez Wrote:
(2023-07-27, 19:55)Lunatixz Wrote: Delete or comment out the code lines....

There are multiple of those codes or just that one line? Deleted that line and channel bug doesn't show now

Code:
                self._channelBug.setAnimations([('Conditional', 'effect=fade start=0 end=100 time=2000 delay=500 condition=True reversible=False'),
                                                ('Conditional', 'effect=fade start=100 end=25 time=1000 delay=2000 condition=True reversible=False')])

Ok cool got it fixed. Now I'm just having a problem where the channels I have are duplicated three times for some reason 😮‍💨
Reply
(2023-07-27, 21:59)Xoxez Wrote: Ok cool got it fixed. Now I'm just having a problem where the channels I have are duplicated three times for some reason 😮‍💨
Open IPTV-Simple settings and disable "Migration" setting; leave "PseudoTV Live" enabled.
Image Lunatixz - Kodi / Beta repository
Image PseudoTV - Forum | Website | Youtube | Help?
Reply
(2023-07-28, 00:09)Lunatixz Wrote:
(2023-07-27, 21:59)Xoxez Wrote: Ok cool got it fixed. Now I'm just having a problem where the channels I have are duplicated three times for some reason 😮‍💨
Open IPTV-Simple settings and disable "Migration" setting; leave "PseudoTV Live" enabled.

Thanks and I was just wondering how to access the web ui? I have the web ui add on installed but don't see an option to use it.
Reply
(2023-07-28, 17:03)Xoxez Wrote:
(2023-07-28, 00:09)Lunatixz Wrote:
(2023-07-27, 21:59)Xoxez Wrote: Ok cool got it fixed. Now I'm just having a problem where the channels I have are duplicated three times for some reason 😮‍💨
Open IPTV-Simple settings and disable "Migration" setting; leave "PseudoTV Live" enabled.

Thanks and I was just wondering how to access the web ui? I have the web ui add on installed but don't see an option to use it.

Web UI was not made public and is only available to a limited number of testers... You prob. installed my repo placeholder.

When the time comes the WebUI manager will be made available.
Image Lunatixz - Kodi / Beta repository
Image PseudoTV - Forum | Website | Youtube | Help?
Reply
  • 1
  • 89
  • 90
  • 91(current)
  • 92
  • 93
  • 95

Logout Mark Read Team Forum Stats Members Help
PseudoTV Live Beta Blog, Support & Discussion4