NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Wishlist v
« Previous 1 … 4 5 6 7 8 … 194 Next »
Search in NextPVR

 
  • 0 Vote(s) - 0 Average
Search in NextPVR
sww
Offline

Junior Member

Poland
Posts: 7
Threads: 2
Joined: Dec 2021
#1
2021-12-25, 02:48 PM (This post was last modified: 2021-12-25, 02:52 PM by sww.)
I like the search that NextPVR offers on the local website. It works quickly and allows quick recording. However, it has very limited options. I think it should be quite easy to make this search more sophisticated. For example, it would be great to be able to sort results by channels, not only by date. To do this (permanently) you should only change one file:
Code:
C:\Program Files\NextPVR\wwwroot\search.html

In line 217 after:
Code:
success: function (data) {
and before:
Code:
app.__vue__.$refs.listingList.showListings(data.listings);
add:
Code:
data.listings.sort(function (a, b) {
  return a.channelName.localeCompare(b.channelName);
});
and that's all. It would be great to add a checkbox or other sort option.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  Search by channel? nappysolo 5 1,722 2025-07-13, 01:06 PM
Last Post: BrettB
  Search on series/episode number nextmel 4 926 2025-02-14, 11:10 AM
Last Post: nextmel
  Modify Artwork search parameter spin35 4 779 2025-01-16, 04:36 AM
Last Post: spin35
  Nlite for current version of NextPVR dlindyds 7 1,683 2024-03-17, 03:56 AM
Last Post: sub
  Smaller time jumps in EPG for Windows NextPVR Client cliffskier 2 1,038 2023-11-03, 06:48 AM
Last Post: sub
  Search for channel in EPG.XML when mapping channel Paul92 0 1,064 2022-11-13, 10:42 AM
Last Post: Paul92
  NextPVR for Windows 10 IoT Core ad48 1 3,366 2021-11-11, 04:16 PM
Last Post: sub
Smile NextPVR as an IPTV broadcaster? rory.breaker 3 3,880 2021-02-21, 09:35 AM
Last Post: rory.breaker
  "New" Flag in Search jcole998 2 1,524 2021-02-06, 07:40 PM
Last Post: jcole998
  Search screen program synopses LeGrandZombie 5 2,670 2020-11-22, 04:32 PM
Last Post: LeGrandZombie

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

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

Linear Mode
Threaded Mode