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
#11
2016-12-23, 03:47 AM
My main recorder is a WinTV-quadHD on Computer A. On computer B I used to have a usb-HVR-955Q for live TV and incidental non-recurring recordings and it died. I can (and do if I am going to be away overnight or longer) dedicate one of the 4 tuners on the quad until I can get 955Q replaced. My MCEBuddy runs on Computer B as well as my main desktop computing activities.

If the dots showed up in the Pending Recording view, that would work for me. Right now they appear on the "what's New" and "Ready Recording" if you do the sqlite3 code above. Does the "First Run" tag ever turn off with the blue dots?

I could take some of the channels out of one of the quads removing the most offending channels that may record at a time that is not good for me.

I was hoping since the "First Run" tag was in the code already that it would be a simple skin adjustment to get the "new" to appear in the pending. I don't want to accidentally cancel a pending recording just because I got in a hurry.
~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
#12
2016-12-23, 04:36 AM
p37307 Wrote:If the dots showed up in the Pending Recording view, that would work for me. Right now they appear on the "what's New" and "Ready Recording" if you do the sqlite3 code above. Does the "First Run" tag ever turn off with the blue dots?

Yes it did in my test of that code I posted behind Pending. They are still new so it won't turn off but once recorded you could manually flip them or remove it for all recordings (status != 0)

Quote:I was hoping since the "First Run" tag was in the code already that it would be a simple skin adjustment to get the "new" to appear in the pending. I don't want to accidentally cancel a pending recording just because I got in a hurry.

First Run isn't a field on recordings and right now it is not exposed to the skin.

Martin
jcole998
Offline

Posting Freak

New York, USA
Posts: 856
Threads: 186
Joined: Jun 2015
#13
2016-12-23, 02:39 PM
HarryH3 Wrote:Dots? :confused: I don't think I've ever seen them.

I also do not know of "dots." Can someone please explain?
Later...JohnC

System Status: Humming nicely!  Smile
Desktop: Intel DX38BT MB - Intel Q9650 3GHz Quad - NVIDIA GeForce GTX 1050 Ti Graphics
Software: Win 10 Pro(Build 1909) - NextPVR - WinTV8
Video: Verizon FiOS - Hauppauge DCR-3250 - Hauppauge 1512 HDPVR2
RaspberryPi 4 Raspbian and FLIRC
Graham
Offline

Posting Freak

UK
Posts: 4,058
Threads: 102
Joined: Dec 2005
#14
2016-12-23, 02:46 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

Is there a version of this SQL that would do, but with correct syntax, ... update scheduled_recording set title="New" + title where event_details like '%%<FirstRun>true</FirstRun>%%';"

But ... I'm not sure that having "New" at the start of the show title actually helps the OP.
BrettB
Offline

Posting Freak

Saint Paul, MN, USA
Posts: 2,667
Threads: 170
Joined: Jun 2007
#15
2016-12-23, 02:52 PM (This post was last modified: 2016-12-23, 02:56 PM by BrettB.)
jcole998 Wrote:I also do not know of "dots." Can someone please explain?

When you have a recording selected in a list of recordings in What's New and Recordings view (I'm not sure about Pending view and don't have access to my system to test that right now.), you can press the Red, Yellow, Green, and Blue buttons on the remote (or Alt-R, Alt-Y, Alt-G, Alt-B on the keyboard) to toggle the corresponding dot to be displayed with that recording. The user(s) can assign any meaning they want to the dots.

In our household, there are 2 main users that watch recordings. We use the following meanings:
Green dot: I've watched the recording
Blue dot: My roommate has watched the recording
Yellow dot: Warning that there is some sort of problem with the recording
Red dot: Do not delete the recording--one of us wants to permanently keep the recording
When either of us finishes watching a recording, if the Red dot is not set and the other person's dot (Green or Blue) is set, then we will delete the recording since we've both watched it and it is not marked to be kept permanently.

I also sometimes overload the red dot to indicate that I've partially watched the recording, so I should "Resume" rather than "Play" it when I want to pick it back up where I left off.
johnsonx42
Offline

Posting Freak

Posts: 7,298
Threads: 189
Joined: Sep 2008
#16
2016-12-23, 09:44 PM
I rarely understand Martin's objections to my ideas, we just have a different way of looking at things. If the program currently displays dots according to one set of arbitrary flags in the database, I don't understand any qualitative objection to having an option to display the dots according to a different set of arbitrary flags in the database. Having to hack on-the-fly changes to the existing flags with DIY SQL statements seems fraught with peril.

Yes, it is true that the dots were not originally imagined to exist on a Pending recording, so the Pending recording screen would need a little tweak to show the dots without overlapping "Pending".
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
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,849
Threads: 954
Joined: May 2006
#17
2016-12-24, 01:39 AM
I don't object to the idea of more information the dots just seem the wrong way of doing it. You shouldn't need a legend to use a feature especially something as obscure as highlighting pending one off recordings.

Martin
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,671
Threads: 767
Joined: Nov 2003
#18
2016-12-24, 01:41 AM
If I was doing this, I'd be sticking the word 'new' there somewhere, rather than trying to use the colors (which would mean nothing to most people).
p37307
Offline

Senior Member

Posts: 252
Threads: 46
Joined: Jul 2016
#19
2016-12-24, 03:28 AM (This post was last modified: 2016-12-24, 03:31 AM by p37307.)
sub Wrote:If I was doing this, I'd be sticking the word 'new' there somewhere, rather than trying to use the colors (which would mean nothing to most people).

For now I edited the blue.png in the recording directory added the word "new". [ATTACHMENT NOT FOUND]
[ATTACHMENT NOT FOUND]

At some point they won't be new anylonger and I assume the recordings will always be marked new in the other places the dots works forever. Every time it is launched it mark all first run shows in the database blue (new).

I looked at the skin and saw where the dots are listed. Maybe we can add a dot named new.png with the word 'New' and still be able to keep whatever the blue dot's purpose was. I don't know anything about the backend that makes writes the dot option appear other than now I know it is in the database field as true.

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

and it has "update scheduled_recording set blue"

is there code we can run to look for recorded shows in the database to unset the blue dot while at the same time still using the code marking the scheduled recordings blue?
~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
#20
2016-12-25, 04:03 PM
p37307 Wrote:is there code we can run to look for recorded shows in the database to unset the blue dot while at the same time still using the code marking the scheduled recordings blue?

Yes first clean out the blues

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

then modify the postupdateepg

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

and use this in postprocessing.bat to clean it up after recording.

Code:
sqlite3.exe"  c:\Users\Public\NPVR\npvr.db3 "update scheduled_recording set blue=''  where oid=%1;"

You don't have to use new.png. If it was me i would modify the skin to show the word Pending as a different colour.

Martin
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (3): « Previous 1 2 3 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  Web display of Recordings w/o Pending Recordings turndave 5 969 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,392 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 825 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