NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Wishlist v
« Previous 1 … 10 11 12 13 14 … 193 Next »
User Rename and custom notes

 
  • 0 Vote(s) - 0 Average
User Rename and custom notes
SteveTyrakowski
Offline

Member

Posts: 142
Threads: 26
Joined: Dec 2004
#1
2019-05-21, 12:13 AM
I generally record the a couple news channels each night so I can optionally watch later and skip commercials. Periodically I will go thru and just delete a few weeks worth of the recordings to clean house.

Sometimes there might be a special story that I want to save, but when I do my periodic purge in these folders, there is no way for me to remember which night had the story I wanted to save or what it was. It would be nice in the user interface to be able to rename the file as well as to be able to edit the long description of the episode so you can make a note of the special thing about it that you wanted to highlight. Perhaps it might be to make a note in a TV show about an appearance by some actor you like.

It would also be nice to have a 'Keep" flag that displayed in the list so you don't accidentally delete a recording that you wanted to save. This could also be useful if you were to add a way to do a 'purge' of a folder or some way to mark a bunch of files for a multi-file delete.

The rename filename ability would also be useful to me for the custom app I use to copy new recordings to another computer that runs handbrake on them and copies them back as MP4 files. My app renames the extension and updates the database but occasionally the filename has some special character that causes some part of my process to fail either in the copy commands or perhaps passing the filename as a parameter to handbrake. When that fails, my automated process just gets stuck and I usually end up just deleting that offending recording. If I could easily rename a file to change something like an e with an accent character ti a plain e, then I could rename it and let the process restart. Of course I can always make a copy of the file with the new name and then manually use SQLLite to change the record's filename field and then delete the original file, but that is quite cumbersome.

And a question about the multiple file deletes, is it safe to just use file explorer to do a mass delete of recording files and let NextPvr clean up the database automatically? I don't want to do that if it leaves a mess in the database.

Steve Tyrakowski
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,671
Threads: 767
Joined: Nov 2003
#2
2019-05-21, 12:21 AM
SteveTyrakowski Wrote:It would also be nice to have a 'Keep" flag that displayed in the list so you don't accidentally delete a recording that you wanted to save
You could possibly use one of the red/green/yellow/blue flags (Alt-R/G/Y/B key) as a reminder for yourself.

Quote:And a question about the multiple file deletes, is it safe to just use file explorer to do a mass delete of recording files and let NextPvr clean up the database automatically? I don't want to do that if it leaves a mess in the database.
Yes, it is safe as long as you still have these default settings in the config.xml:

<AutoRemoveMissingRecordings>true</AutoRemoveMissingRecordings>
<CheckForRenamedRecordings>true</CheckForRenamedRecordings>
BrettB
Offline

Posting Freak

Saint Paul, MN, USA
Posts: 2,667
Threads: 170
Joined: Jun 2007
#3
2019-05-21, 12:26 AM
SteveTyrakowski Wrote:It would also be nice to have a 'Keep" flag that displayed in the list so you don't accidentally delete a recording that you wanted to save. This could also be useful if you were to add a way to do a 'purge' of a folder or some way to mark a bunch of files for a multi-file delete.

We use the red dot to indicate recordings that we want to keep. It doesn't prevent you from accidentally deleting the recording, but is a good visual indicator that you shouldn't delete the recording. Smile
pBS
Offline

Posting Freak

Posts: 4,829
Threads: 182
Joined: Aug 2005
#4
2019-05-23, 09:10 PM
a bit off subject, but could we get recordings to save and apply color buttons from recurring recordings?
that way i can set certain recordings to have a certain color automatically, and don't have to go color them all manually.
i use them to categorize shows and it's a great help, but even if i pre-color a recording in pending, color gets removed by epg updates before recording.
Hardware: HDHR Prime, HDPVR 1212, Raspberry pi2, VFD display w/LCDSmartie
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,671
Threads: 767
Joined: Nov 2003
#5
2019-05-23, 09:38 PM
pBS Wrote:a bit off subject, but could we get recordings to save and apply color buttons from recurring recordings?
that way i can set certain recordings to have a certain color automatically, and don't have to go color them all manually.
i use them to categorize shows and it's a great help, but even if i pre-color a recording in pending, color gets removed by epg updates before recording.
Yeah, I could probably add something like this.
BrettB
Offline

Posting Freak

Saint Paul, MN, USA
Posts: 2,667
Threads: 170
Joined: Jun 2007
#6
2019-05-24, 12:05 AM
pBS Wrote:a bit off subject, but could we get recordings to save and apply color buttons from recurring recordings?
that way i can set certain recordings to have a certain color automatically, and don't have to go color them all manually.
i use them to categorize shows and it's a great help, but even if i pre-color a recording in pending, color gets removed by epg updates before recording.

It's not as easy as simply putting the colored dots on the Recurring Recording entry, but I accomplish something similar using the PostUpdateEPG.bat script which contains:
Code:
REM Set Red & Yellow dots for recordings set by the S01E01 rule
"C:\Users\Public\NPVR\sqlite3.exe" "..\npvr.db3" "update scheduled_recording set red='Y', yellow='Y' where recurrence_oid=1043 and status=0 and red is null and yellow is null" >..\logs\postupdateepg.log

I have a recurring recording for all S01E01 ("series premiers"). It's OID is 1043. This line in the PostUpdateEPG script file sets the red and yellow dots on any pending recordings scheduled from this recurring recording. (That way I know that if I like the show and want to keep recording it, I need to schedule a recurring recording for that show.)
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  Custom Labels Sozzledspam 2 197 2025-03-24, 06:42 PM
Last Post: Sozzledspam
  Multiple user accounts linustorvalds 3 1,324 2022-07-15, 02:08 PM
Last Post: mvallevand
  Variable based custom file naming kamhouse 8 1,951 2021-12-06, 06:59 PM
Last Post: sub
  Multi-User support boringgit 0 1,270 2020-06-28, 05:49 PM
Last Post: boringgit
  User List PVR_User 4 2,131 2020-05-13, 10:45 PM
Last Post: mvallevand
  Custom title instead of "Default" alf 2 2,026 2019-02-24, 04:38 AM
Last Post: sub
  More than a skin, thinking customized user interface Jakesty 2 1,754 2018-02-22, 04:26 PM
Last Post: sub
  Option to rename file SteveTyrakowski 0 1,293 2017-11-08, 03:04 PM
Last Post: SteveTyrakowski
  User's Manual GWCowling323 19 8,634 2016-09-29, 11:10 PM
Last Post: johnsonx42
  User Interface improvements martinu 3 2,300 2015-10-30, 08:56 PM
Last Post: ReplayHarry

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

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

Linear Mode
Threaded Mode