NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Wishlist v
« Previous 1 … 15 16 17 18 19 … 193 Next »
Add if new to Pending recordings

 
  • 0 Vote(s) - 0 Average
Add if new to Pending recordings
p37307
Offline

Senior Member

Posts: 252
Threads: 46
Joined: Jul 2016
#1
2016-12-21, 06:33 PM (This post was last modified: 2016-12-22, 08:53 AM by p37307.)
Hi. is there anyway to add if a pending recording is new (never aired) to the pending recording screen on the traditional desktop view? Maybe between the date and time of the recording and the channel name?
~Paul

If you haven't broken it at least once, you're not doing it right. :eek:
johnsonx42
Offline

Posting Freak

Posts: 7,298
Threads: 189
Joined: Sep 2008
#2
2016-12-22, 02:45 AM
ok, quite awhile back during pre-release testing for npvr 3.5.x I came up with an idea that would cover this. It didn't get any traction... I brought it up again during 3.6.x and 3.7.x testing again, but still no dice. No one really said it was bad, but sub didn't seem keen on it and there wasn't enough excitement from others to overcome sub's non-keenness. So I will resurrect this idea one more time, copied verbatim from my original post, and see if anyone gets all hot and bothered about it:
Quote:Add an option to switch the colored dots from user control to program control, with the following functions:
..Red - in-progress recording, in lieu of the "Recording" text
..Yellow - text present in "failure reason" field (which may not actually be a failure, but always indicates some sort of exception to the norm)
..Green - new episode
..Blue - single recording
(Blue and Green could be reversed, since the TV Guide tags new shows with a little blue tag so it'd be consistent)

Now, I always think changes I propose will be easy, because sub's the one who has to make them. But.... right now the program displays the colored dots based on literal flags in the database. Really the new feature I want just changes which things are the flags. Red if status=1. Yellow if failure_reason!=NUL. Green if first_run='Y'. Blue if recurrence_oid=0 (yes, all 4 flags could be active at once). The actual red/yellow/green/blue flag fields would be ignored.

Also, let's have a show of hands - how many of you knew there was a "colored dots" feature in NextPVR? How many actually use it? In any case, I'm not saying to eliminate the manually controlled dots feature, for those who do actually use them, just add an option to display the dots based on these other flags instead.
server: NextPVR 5.0.7/Win10 2004/64-bit/AMD A6-7400k/hvr-2250 & hvr-1250/Winegard Flatwave antenna/Schedules Direct
main client: NextPVR 5.0.7 Desktop Client; LG 50UH5500 WebOS 3.0 TV
JEF
Offline

Member

Posts: 155
Threads: 2
Joined: Sep 2007
#3
2016-12-22, 08:49 AM
+1
HarryH3
Offline

Posting Freak

U.S.A
Posts: 925
Threads: 56
Joined: Mar 2006
#4
2016-12-22, 03:35 PM
Dots? :confused: I don't think I've ever seen them.
i3-3570k, 8GB RAM, Win10 Pro, Nvidia GT710, HDHomeRun (OTA), NPVR 6.x
On a clear disk, you can seek forever...
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,849
Threads: 954
Joined: May 2006
#5
2016-12-22, 10:44 PM
I know BrettB uses the dots. I personally don't like johnsonx42's idea because these concepts are more suited to skining, duplicating information from existing database fields goes against normal normalization rules. On the pending recording screens the colours overlap with the Pending text and I don't want to lose that. I still get lost scrolling in the recordings menu and I like seeing Pending.

Maybe I am a Grinch but I don't support the OP's idea either Personally I primarily record Only New so most of my shows will be marked New even AFTER I watch them and it doesn't show the "newest" new which could lead to confusion and reduced WAF. I much prefer that we get recordings in reverse S##E## order on the traditional screens

That being said running a sqlite script to do update dots except in-progress in post update epg is trivial. FWIW I guess even in-progress could be done in parallel/post processing.

ie
Code:
sqlite3.exe  c:\Users\Public\NPVR\npvr.db3 "update scheduled_recording set blue='Y'  where event_details like '%%<FirstRun>true</FirstRun>%%';"

Martin
BrettB
Offline

Posting Freak

Saint Paul, MN, USA
Posts: 2,667
Threads: 170
Joined: Jun 2007
#6
2016-12-22, 11:24 PM
johnsonx42 Wrote:Also, let's have a show of hands - how many of you knew there was a "colored dots" feature in NextPVR? How many actually use it? In any case, I'm not saying to eliminate the manually controlled dots feature, for those who do actually use them, just add an option to display the dots based on these other flags instead.

Yes, we use the colored dots ALL THE TIME to keep track of which recordings each of us has watched. This feature is extremely critical for our usage!
BrettB
Offline

Posting Freak

Saint Paul, MN, USA
Posts: 2,667
Threads: 170
Joined: Jun 2007
#7
2016-12-22, 11:26 PM
mvallevand Wrote:That being said running a sqlite script to do update dots except in-progress in post update epg is trivial. FWIW I guess even in-progress could be done in parallel/post processing.

ie
Code:
sqlite3.exe  c:\Users\Public\NPVR\npvr.db3 "update scheduled_recording set blue='Y'  where event_details like '%%<FirstRun>true</FirstRun>%%';"

Martin

Great solution for people that would like this functionality, Martin.
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,849
Threads: 954
Joined: May 2006
#8
2016-12-22, 11:31 PM
BrettB Wrote:Great solution for people that would like this functionality, Martin.

Thanks to me it makes more sense to add " and status = 0" so at least it can be toggled off but that is not what is being asked for.

Martin
p37307
Offline

Senior Member

Posts: 252
Threads: 46
Joined: Jul 2016
#9
2016-12-23, 01:28 AM
I don't use NPVR for viewing my recordings so the dots, although I know they are there, doesn't help me any.

I have a dlna setup and pull directly from that from whatever TV, tablet, etc I am watching from. For me it is easier.

I was hoping it would be a skinning issue or better, if easier, a sort category "New".

I am working my way to where all my recordings will be new and then maybe it won't matter much for me. I have series that I am recording and luckily many are on two times a day so it doesn't take long to get an entire series recorded. Some are not.

I think a lot of people use NPVR differently and there is no "most" users. That is the impression I get reading these forums everyday, nearly every post. Some use it as a dvr to record what they want to watch and might miss due to their schedule, and then delete. Others to archive and make a video "jukebox" (like me) and others use it as a complete cable box/dvr replacement utilizing the guide in real time, recording and watching tv.

I use my video jukebox many times through my internet connection from away from home and find the tablet DLNA easier to use then NPVR simply because I have a barebones tablet. I have the channels I might view live TV setup on in my DLNA as a internet channel using the URL and channel number and use VLC directly from my tablet to reach my DLNA, both recording and live TV.

I would like to look at my pending recordings and see what is new so I can quickly make snap determinations if I need to cancel a recording if I need an open tuner to watch live tv if I am away from home.

Due to my health, today I maybe watching my recordings or live tv at home, tomorrow, at a hospital or therapy center. It changes all the time. Keep in mind, I have Parkinson's Plus which makes the NPVR client, both web and tablet, difficult for me and my DLNA easier. It takes 5 minutes to even get through setting up a recording.

Even with the dots, if they appear on pending recordings, I would have to scroll down each pending recording for the estimated time frame I am away to look for conflicts or make machine capability determinations.

This is a feature so important for me that I am willing to up my monthly donation.
~Paul

If you haven't broken it at least once, you're not doing it right. :eek:
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,849
Threads: 954
Joined: May 2006
#10
2016-12-23, 02:13 AM
Paul with your use case I would consider an HDHR extend and reserve one tuner for remote DLNA viewing with hw transcoding for your live TV. As a bonus you get an extra tuner for nextPVR

Martin
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (3): 1 2 3 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  Web display of Recordings w/o Pending Recordings turndave 5 973 2023-09-13, 10:08 PM
Last Post: turndave
  subtract time from recordings for web client jobby99 0 551 2023-05-28, 09:09 PM
Last Post: jobby99
  Divide Recordings by Channel (and other properties) ChaosMageX 1 708 2023-03-20, 07:35 PM
Last Post: mvallevand
  [Kodi] Directory Folders for Recordings Panic 14 3,017 2022-07-28, 03:59 PM
Last Post: mvallevand
  Resume on recordings mvallevand 13 2,861 2022-05-02, 08:04 PM
Last Post: artmetz
  direct bookmarkable URL for Recent Recordings f0945a5662 2 989 2021-11-18, 07:50 PM
Last Post: f0945a5662
  Cancellation of individual pending recordings Petrovski 25 8,397 2021-11-07, 06:49 PM
Last Post: sub
  Feature request (recordings calendar view) ThymeJ 1 2,317 2021-09-19, 04:44 AM
Last Post: sub
  Menu for recent recordings LeGrandZombie 0 826 2021-09-06, 02:02 AM
Last Post: LeGrandZombie
  If Win 10 use Windows Notifications for failed recordings scJohn 2 2,005 2021-08-14, 11:00 PM
Last Post: rmeden

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

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

Linear Mode
Threaded Mode