NextPVR Forums
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support v
« Previous 1 2 3 4 5 … 30 Next »
New Update Teaser ?

 
  • 0 Vote(s) - 0 Average
New Update Teaser ?
ceejayemm
Offline

Member

Posts: 113
Threads: 19
Joined: Sep 2019
#1
2022-02-06, 10:03 AM
Sub

Thanks for the new update (5.2.6.220206) today. It great that you continue to update this application and I really appreciate it. However when you put a teaser like:

"Added settings in config.xml to allow the recordings screen A-Z sort to ignore certain prefixes like "the"."

It would also be helpful to know how to actually use it :-)

Regards.

Chris
Server          Headless RPi4 4GB, RaspberryPI OS Lite on USB mounted SSD
Recordings: OpenMediaVault (v5.x) NAS, NFS share, mounted to RPi via autofs
Client:          Kodi on Firestick 4K
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 42,949
Threads: 841
Joined: May 2006
#2
2022-02-06, 10:46 AM (This post was last modified: 2022-02-06, 10:47 AM by mvallevand.)
Here is how sub described the new config.xml settings in testing. It uses a regex to be multi language aware so if you have questions let us know but these two will be the most common.

default sort:
<SortExpression></SortExpression>

THE excluded
<SortExpression>^(?:The)\s*</SortExpression>

A, THE excluded
<SortExpression>^(?:A|The)\s*</SortExpression>

(ignores case)

Martin
ElihuRozen
Offline

Senior Member

Massachusetts, USA
Posts: 473
Threads: 48
Joined: Apr 2006
#3
2022-02-07, 02:43 AM
I had to add a space after the "A" to get it to sort correctly.  It was ignoring the initial "A" for programs that had first words that started with an A, like "Abbot Elementary" was sorted as if it were "bbot Elementary".

I changed it from:
Code:
<SortExpression>^(?:A|The)\s*</SortExpression>

to:
Code:
<SortExpression>^(?:A |The)\s*</SortExpression>
Tuners: SD HDHR Prime (HDHR3-CC). SD HDHR Connect Quatro Tuner (HDHR5-4US) - only QAM.  URayCoder H.264 - capturing cable box.
Client: Odroid-N2 running knewc on KODI - connected via MoCA.
EPG: SchedulesDirect
Provider: Verizon Fios
Server: Dell XPS 8700 with Windows 8.1
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 42,949
Threads: 841
Joined: May 2006
#4
2022-02-07, 01:42 PM (This post was last modified: 2022-02-07, 01:55 PM by mvallevand.)
Your right the regex is wrong since the * will allow zero matches, not great for The either so the should be a +

The excluded
<SortExpression>^(?:The)\s+</SortExpression>

A, The excluded
<SortExpression>^(?:A|The)\s+</SortExpression>

Martin
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 101,302
Threads: 726
Joined: Nov 2003
#5
2022-02-07, 04:12 PM
That's true.
ceejayemm
Offline

Member

Posts: 113
Threads: 19
Joined: Sep 2019
#6
2022-02-07, 06:04 PM
Sub

Is this another option that only works in the Client app (in my case nlite) but not in the Web App ? If this is the case please can you indicate in future release notes which version (client ui / web app / both) any new feature is available in so I don't go chasing something I can't use - I use the web app exclusively (except when checking something like this out!).

Thanks

Chris
Server          Headless RPi4 4GB, RaspberryPI OS Lite on USB mounted SSD
Recordings: OpenMediaVault (v5.x) NAS, NFS share, mounted to RPi via autofs
Client:          Kodi on Firestick 4K
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 101,302
Threads: 726
Joined: Nov 2003
#7
2022-02-07, 06:09 PM
Sorry, I usually do try to say if something is web app or nextpvr.exe specific. I just forgot to in this particular case.

This change is nextpvr / UI client specific.
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 42,949
Threads: 841
Joined: May 2006
#8
2022-02-07, 07:40 PM
The be fair to sub in your first post you didn't ask either, or my response would have been different.

Martin
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  Missing "Save" button on Update channels f0945a5662 26 192 2022-06-20, 01:47 AM
Last Post: f0945a5662
  Auto update EPG wolvesphil 2 216 2022-05-09, 02:08 PM
Last Post: mvallevand
  Update the image metadata groenator 3 598 2022-04-22, 02:00 AM
Last Post: spin35
  Can NextPVR automatically update satellite channels? LeoL 5 647 2022-02-27, 02:35 PM
Last Post: LeoL
  Filename doesn't contain Season and Episode since the last update mrfosheezy 7 368 2021-12-04, 05:58 PM
Last Post: mrfosheezy
  Automatic EPG Update Stopped Working hans.swanger@yahoo.com 1 250 2021-09-11, 08:03 PM
Last Post: sub
  EPG source xmltv reset to none on device channel update luguber 11 636 2021-09-10, 08:57 AM
Last Post: luguber
  Deleting (IPTV) channels/groups, 'Update XC" CenturyBreak 10 858 2021-09-01, 04:33 PM
Last Post: CenturyBreak
  Update needed to .deb for upgrade to June 3rd version? TheRealRoland 2 363 2021-06-15, 06:00 PM
Last Post: TheRealRoland
  Cancelling recordings in TV Guide does not update UI correctly janoonk 10 853 2021-05-28, 01:05 PM
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