NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support Windows v
« Previous 1 … 5 6 7 8 9 … 101 Next »
V7 current time display gone in OSD

 
  • 0 Vote(s) - 0 Average
V7 current time display gone in OSD
artmetz
Offline

Senior Member

NW Montana
Posts: 367
Threads: 68
Joined: Dec 2016
#1
2024-12-05, 11:48 PM
Often I display the OSD to see what the current time is, but with V7 it's no longer showing.
I've attached a screen shot from V6.
I assume I can modify the skin to add the time back in and started to look into it, but thought I'd mention it here first.
Art


Attached Files Thumbnail(s)
   
artmetz
Offline

Senior Member

NW Montana
Posts: 367
Threads: 68
Joined: Dec 2016
#2
2024-12-10, 06:49 PM
I found a location to add the time to the display in PlayerControls.xml, but there doesn't seem to be support for @time as an element for substitution. (I've removed the @ to show where I'm trying to get the time to display)
<Skin>
<Element name="Background" location="0,72" size="100,14">
            <Rect location="0,0" size="100,100" fillColor="#000000"/>
    <Text text="@title" location="2.5,8" size="70,30" font="Title1" align="Left" valign="Center"/>
    <Text text="@channelInfo" location="2.5,8" size="94,30" font="Default_Opaque" align="Right" valign="Center"/>
      <Text text="@description" location="2.5,40" size="94,65" font="DefaultMinimum" align="Left" valign="Top" wrap="true"/>  
    <Text text="time" location="2.5,8" size="94,93" font="Default_Opaque" align="Right" valign="Center"/>
</Element>

So I'm stuck at this point.
Art


Attached Files Thumbnail(s)
   
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,823
Threads: 954
Joined: May 2006
#3
2024-12-10, 07:06 PM
You say it was in V6 but perhaps it was a custom unsupported mod since this request exists https://forums.nextpvr.com/showthread.php?tid=64884

Not saying it is a bad idea but you may be the only one having this issue

Martin
artmetz
Offline

Senior Member

NW Montana
Posts: 367
Threads: 68
Joined: Dec 2016
#4
2024-12-10, 09:54 PM
(2024-12-10, 07:06 PM)mvallevand Wrote: You say it was in V6 but perhaps it was a custom unsupported mod since this request exists https://forums.nextpvr.com/showthread.php?tid=64884

Not saying it is a bad idea but you may be the only one having this issue

Martin

I saw that post. My first screen shot in this thread is from V6 which I still have running on another system.
Art
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,823
Threads: 954
Joined: May 2006
#5
2024-12-10, 10:11 PM
I don't see it on v6 that is why I showed the post and asked if you customized it.

Martin
artmetz
Offline

Senior Member

NW Montana
Posts: 367
Threads: 68
Joined: Dec 2016
#6
2024-12-10, 10:31 PM
On my V6 system, I see the time in NLite, Yauiclient and the NPVR client.
I've compared the skins from V6 and V7, also my own skins and can't find an obvious difference.
I've compared the config.xml and if it's a config file setting, UseLayeredOSD is one I think I had changed, but setting it to true makes no difference.
    <UseLayeredOSD>false</UseLayeredOSD>
    <DVBRemoveNew>true</DVBRemoveNew>
    <DVBAssumeNew>true</DVBAssumeNew>
    <GenerateLiveThumbnails>false</GenerateLiveThumbnails>
    <DefaultDVBCodePage>iso-8859-1</DefaultDVBCodePage>
    <ImmediateSkip>true</ImmediateSkip>

Art
Bobins
Offline

Posting Freak

UK (North West)
Posts: 1,200
Threads: 133
Joined: Sep 2004
#7
2024-12-10, 11:02 PM
That must be a modded skin (not default) as I don't see it in V6 OSD.

Ray
NPVR Version= 7.0.1.241229
Intel i5 Ten Core 14400 + 16GB DDR5 in Gigabyte B760 AX Motherboard
Windows 11 Pro 64bit
TBS-6902 dual DVB-S tuner
TBS-6205 quad DVB-T tuner
500Gb System Disk (M2 Nvme SSD)
4Tb Media Store (2 x 2Tb M2 Nvme SSD Spanned)

Raspberry Pi3 B+, Pi4B (OSMC) & Pi5 (XBian) running Kodi v21.1
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,823
Threads: 954
Joined: May 2006
#8
2024-12-10, 11:34 PM (This post was last modified: 2024-12-10, 11:51 PM by mvallevand.)
Going back in time I did find @currentTime in v6.1.2 in Player/Video.xml which was commented out in 6.1.3 but it looks like after v5 that might have been covered by the cover art anyway. Now both the cover art and the currentTime are not available and I do miss the cover art.

So assuming you are still using C:\Program Files\NextPVR\data\skin\Metz you may have missed that update in 6.1.3 and you probably don't have cover art.


Martin
artmetz
Offline

Senior Member

NW Montana
Posts: 367
Threads: 68
Joined: Dec 2016
#9
2024-12-11, 02:41 AM
(2024-12-10, 11:02 PM)Bobins Wrote: That must be a modded skin (not default) as I don't see it in V6 OSD.

Ray

Those are new in V7
Art
artmetz
Offline

Senior Member

NW Montana
Posts: 367
Threads: 68
Joined: Dec 2016
#10
2024-12-11, 02:44 AM
(2024-12-10, 11:34 PM)mvallevand Wrote: Going back in time I did find @currentTime in  v6.1.2 in Player/Video.xml  which was commented out in 6.1.3  but it looks like after v5 that might have been covered by the cover art anyway.  Now both the cover art and the currentTime are not available and I do miss the cover art.

So assuming you are still using C:\Program Files\NextPVR\data\skin\Metz you may have missed that update in 6.1.3 and you probably don't have cover art.


Martin

You mean this from my V6?
Art


Attached Files Thumbnail(s)
   
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (2): 1 2 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  Time for upgrade greg in kansas 1 197 2025-05-06, 03:55 PM
Last Post: mvallevand
  How many IPTV streams should i be able to record at the same time? sharkbite 6 437 2025-03-27, 01:26 AM
Last Post: sharkbite
Thumbs Up Can I get the Web EPG to display up to 3/6 AM instead of 12 AM? ChaosMageX 1 197 2024-12-30, 03:16 PM
Last Post: sub
  Problem losing thumbnail display. Bobins 4 346 2024-11-09, 12:07 PM
Last Post: Bobins
  Change Time Zone for EPG Information for Single Channel NatalieEGH1 2 512 2024-11-06, 09:05 PM
Last Post: NatalieEGH1
  scheduler start time mocarob 11 753 2024-10-12, 11:06 PM
Last Post: mvallevand
  Missing time/date navigation in desktop client on guide page (Win11) JHP025 2 418 2024-08-04, 07:08 PM
Last Post: JHP025
  Where do I change the update EPG delay time in Version: 6.1.5.231022 Yrthix 2 457 2024-07-27, 06:11 AM
Last Post: Yrthix
  Looking for a setup time saver benhase 12 1,312 2024-05-01, 11:33 PM
Last Post: mvallevand
  recording service not running at recording time arlingtoner 17 1,997 2024-01-14, 12:40 AM
Last Post: mvallevand

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode