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 … 53 54 55 56 57 … 101 Next »
v4 to v5 Windows Client Questions

 
  • 0 Vote(s) - 0 Average
v4 to v5 Windows Client Questions
cbdavi19
Offline

Junior Member

Posts: 15
Threads: 5
Joined: Nov 2011
#1
2021-10-24, 03:37 AM
10+ year GBPVR/NextPVR user. Finally took the plunge and ugraded from v4 to v5 following established guidance (backup v4 program and data folders, uninstall v4, install v5, restore npvr.db3 and config.xml, restore updateepg.bat, and postprocessing.bat). Most everything went fine.

My plan was to use the built-in Windows client (client/server has always been on the same PC), but I'm having annoying TVGuide visual issues (no problems with guide sources):

1. Genre colors. I saw in another post that customized genre colors from v4 are stored in npvr.db3. I can see them in there (since I reused my old DB), I have the box in the web UI checked to show genre colors, but they aren't showing. I even tried unchecking and rechecking the box and restarting the service. No joy.

2. Vertical Menu Style. Default skin works fine if Menu style is SlideOut or Horizontal. If I select Vertical and restart the client, I get a .NET Framework exception (attached). Windows 10 PC up-to-date and .NET client version is 4.8.04084.

3. Skin customization no-go. I found the Skin folder in Program Files\NextPVR\data\skin. I used to have fewer and taller/thicker rows in my TV Guide. Copied and renamed my old v4 skin that was setup the way I like. I can select it, but the number of rows in the guide doesn't change, the background doesn't change, and it has the same Menu Style > Vertical = .NET exception. So how to get my old skin recognized?

Logs and relevant files attached.


Attached Files
.zip   logs-20211023-1952.zip (Size: 17.75 KB / Downloads: 0)
.zip   DBandXML.zip (Size: 1.53 MB / Downloads: 0)
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,772
Threads: 954
Joined: May 2006
#2
2021-10-24, 03:40 AM
Yes I noticed the genre colours in UI client no longer worked a few week ago.

Sub is aware of the vertical problem. Skin should also work the same but you need to be v5 compatible so copying them isn't an option.

Martin
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,626
Threads: 767
Joined: Nov 2003
#3
2021-10-24, 03:59 AM
Quote:1. Genre colors. I saw in another post that customized genre colors from v4 are stored in npvr.db3. I can see them in there (since I reused my old DB), I have the box in the web UI checked to show genre colors, but they aren't showing. I even tried unchecking and rechecking the box and restarting the service. No joy.
The web app doesn't use custom colors. It's got fixed colors it uses. May look at making them configurable in the future.

NextPVR.exe should still show any custom colors you already had configured in your v4 database.

Quote:2. Vertical Menu Style. Default skin works fine if Menu style is SlideOut or Horizontal. If I select Vertical and restart the client, I get a .NET Framework exception (attached). Windows 10 PC up-to-date and .NET client version is 4.8.04084.
This can be fixed by editing the "C:\ProgramFiles\NextPVR\Skin\Default\Menu\Vertical.xml" file, and changing "Calibri" to "DroidSans".

Quote:3. Skin customization no-go. I found the Skin folder in Program Files\NextPVR\data\skin. I used to have fewer and taller/thicker rows in my TV Guide. Copied and renamed my old v4 skin that was setup the way I like. I can select it, but the number of rows in the guide doesn't change, the background doesn't change, and it has the same Menu Style > Vertical = .NET exception. So how to get my old skin recognized?
As Martin mentioned, the skin system is pretty much the same. I definitely don't test really old skins with it though. You might be best start with the v5 skin files, and make those tweaks again.
cbdavi19
Offline

Junior Member

Posts: 15
Threads: 5
Joined: Nov 2011
#4
2021-10-24, 04:38 AM
mvalleyand, thanks for the fast response!

I tried copying the v5 Default skin folder and modifying the Guide.xml file in the TV Guide folder with the only relevant/different values from the v4 version:

v5:
<Element name="Guide" location="@guideOffsetX,16.6" size="@guideWidth,4.87" alpha="255" visibleChannels="10" wrapText="false" backgroundColor="backgroundColor" selectedColor="selectedColor" recordingColor="recordingColor" recordingSelectedColor="recordingSelectedColor">

<Element name="Channels" location="1.55,16.6" size="@channelWidth,4.87" alpha="255" clearBeforeRender="true">

<Text text="@titleSubtitle" location="1.55,5.09" size="76.9,20" font="Title1" borderColor="Border2" outlineWidth="1" align="Left"/>

v4:
<Element name="Guide" location="@guideOffsetX,16.6" size="@guideWidth,6.12" alpha="255" visibleChannels="8" wrapText="false" backgroundColor="backgroundColor" selectedColor="selectedColor" recordingColor="recordingColor" recordingSelectedColor="recordingSelectedColor">

<Element name="Channels" location="1.55,16.6" size="@channelWidth,6.12" alpha="255" clearBeforeRender="true">

<Text text="@titleSubtitle" location="1.55,3.09" size="96.9,20" font="Title1" borderColor="Border2" outlineWidth="1" align="Left"/>

All of the other files/folders/settings in this skin folder are exactly the same as the v5 Default. Still no joy.

So there must be more to it?
cbdavi19
Offline

Junior Member

Posts: 15
Threads: 5
Joined: Nov 2011
#5
2021-10-24, 05:03 AM
Sorry for the crossing threads.

• The switch from Calibri to DroidSans in menu\vertical.xml file worked. No more .NET faults on the Vertical menu style.

• The copy of the v5 Default skin and changing the relevant values did, in fact, work. There are now 8 rows instead of 10 in my new custom skin, but the rows still look very skinny compared to what I remembered in v4, which was throwing me off.

• Regarding genre colors, all I ever did was configure movies to be one color, and sporting events to be another. I don't really care what color they are, as long as they stand out from the crowd. If I change them to use supported colors, will they show up in the guide? Is this supported list of color mentioned somewhere? Or is it more like this post where I need to map the genres in my guide (Schedules Direct enhanced by I-XMLTV) to the genres that NextPVR uses?
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,626
Threads: 767
Joined: Nov 2003
#6
2021-10-24, 06:07 AM
(2021-10-24, 05:03 AM)cbdavi19 Wrote: • The switch from Calibri to DroidSans in menu\vertical.xml file worked. No more .NET faults on the Vertical menu style.
Great

Quote:• The copy of the v5 Default skin and changing the relevant values did, in fact, work. There are now 8 rows instead of 10 in my new custom skin, but the rows still look very skinny compared to what I remembered in v4, which was throwing me off.
I'm pretty sure be working the same as before. If you think it's different, it's probably down to some change you forgot to make.

Quote:• Regarding genre colors, all I ever did was configure movies to be one color, and sporting events to be another. I don't really care what color they are, as long as they stand out from the crowd. If I change them to use supported colors, will they show up in the guide? Is this supported list of color mentioned somewhere? Or is it more like this post where I need to map the genres in my guide (Schedules Direct enhanced by I-XMLTV) to the genres that NextPVR uses?
Checking it, it didn't currently use your previously set EPG colors. Zero people have asked about it in the last 2 years of NextPVR v5, so I'm guessing it's not something most people care about. I have fixed it for the next build though, so your previously set EPG colors will start working in NextPVR.

(admittedly, I'm tempted to just have it use the default genre coloring as used in the web app)
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  NPVR Windows recordings folder cleanup.... Colincam 21 2,780 2025-04-16, 07:38 PM
Last Post: mvallevand
  Windows 24H2 - Can't install Hauppage Drivers Lao Pan 6 1,166 2025-04-04, 04:49 AM
Last Post: seattlefog
  NextPVR client no longer works Rich A 13 591 2025-03-30, 10:04 PM
Last Post: mvallevand
  Freezing/Buffering on Windows 11 (NPVR app only) nextpvrnoob 64 7,564 2025-02-21, 07:52 PM
Last Post: mvallevand
  Channels not displaying in client(s) Druhl 1 192 2025-02-17, 05:08 PM
Last Post: sub
  DVB-T210 August USB Freeview HD TV Stick Windows 10 16brae 6 362 2025-01-17, 03:20 AM
Last Post: jimil
  Windows Client not receiving class messages ElihuRozen 1 224 2024-12-01, 06:55 PM
Last Post: sub
  7.0.0.241105 No Movie Year in Client EPGs Lao Pan 8 833 2024-11-14, 02:01 AM
Last Post: sub
  Issues with TV Guide in NPVR client Bobins 9 705 2024-11-08, 11:02 AM
Last Post: Bobins
  Open MP4 videos using NextPVR client millertinymouse 3 411 2024-09-29, 03:48 PM
Last Post: millertinymouse

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

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

Linear Mode
Threaded Mode