NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support Windows v
« Previous 1 … 48 49 50 51 52 … 100 Next »
recording date naming in reverse help please.

 
  • 0 Vote(s) - 0 Average
recording date naming in reverse help please.
a1blues
Offline

Member

Posts: 120
Threads: 22
Joined: Aug 2018
#11
2022-01-14, 11:16 AM
(2022-01-14, 03:07 AM)sub Wrote:
Quote:Thanks for the reply, I see now how the date system works.I have written a script to alter the date format but once you change the name, it no longer shows up on the recording list
NScriptHelper -rename oldfilename newfilename

Quote:hence why it would have been nice if there was an option originally to have a choice in the matter
It's definitely a balancing act steering a project like this. I've intentionally tried to make NextPVR easy to use, and part of that is not implementing the zillion oddball requests, and trying to focus on the things I think add significant value. Sure, one little extra setting wouldn't have hurt, but then you're the only person that has ever asked for this format date in the filename, in the 15 years or so of NextPVR...

Thanks for that information, I did not know about the NScriptHelper, that is all that I needed, so that will be great.
I do appreciate what you are saying and respect that, it is understandable, you must have lots of requests and need to decide what is priority..
Cheers.
a1blues
Offline

Member

Posts: 120
Threads: 22
Joined: Aug 2018
#12
2022-01-14, 11:17 AM
(2022-01-14, 01:23 AM)mvallevand Wrote: We went through pretty much the same thing over the last few days with another user.  If you are able to script rename in post processing sub provides NScripthelper which allows you to update the custom filename in the database.

Martin

Thanks for the info, that is all I really needed.
Cheers.
NumberFive
Offline

Senior Member

UK/Ireland
Posts: 664
Threads: 153
Joined: Jun 2007
#13
2022-01-14, 11:46 AM
https://xkcd.com/1179/
"It's better than a box!"
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,768
Threads: 954
Joined: May 2006
#14
2022-01-14, 05:21 PM
@a1blues, I will upload a new utility (based on another utility that I use https://github.com/nicjansma/rename-regex) that will change one or all your file and update the database as well as change resume point. I'm still working on that last one, but need to go for jog in -17C weather so not only am I not always polite I am probably a little stupid.

If you want to experiment with the RR utility (be sure to use the /p pretend mode) The syntax for post processing would be like this

RR.exe "This Morning_2021-01-13_10001230.ts" "(.+?)_([12]\d{3})-([01]\d)-(\d\d)_(\d{8})" "$1_$4_$4_$2_$5" /p

RR has other options (don't forget /p) if you follow that git hub link for instructions

RR.exe "This Morning*.ts" "(.+?)_([12]\d{3})-([01]\d)-(\d\d)_(\d{8})" "$1_$4_$4_$2_$5" /p

and /r for recursive but of course be careful with that.

RR.exe "*Recordings\*.ts" "(.+?)_([12]\d{3})-([01]\d)-(\d\d)_(\d{8})" "$1_$4_$4_$2_$5" /p /r

Would rename all your NextPVR formatted recordings.

Martin
a1blues
Offline

Member

Posts: 120
Threads: 22
Joined: Aug 2018
#15
2022-01-14, 06:11 PM
(2022-01-14, 05:21 PM)Cool, that program rr seems very good, thanks for that.I look forward to a version that can update the database too as I have been messing about trying to use nscripthelper to rename the filenames but they keep vanishing when loading up nextpvr from the list as though it was deleted?I have been trying nscripthelper -pin(pinnumber) -Rename name of file (eg. "This Morning_2021-01-13_10001230.ts) full path and filename of new file, example:C:\Program Files\NextPVR\nscripthelper.exe" -pin:0000 -Rename "This Morning_2021-01-13_10001230.ts" "D:\Recorded TV\This Morning\This Morning_13-01-2021_10001230.ts"Is this the correct syntax method?AutoRemoveMissingRecordings is set to falsemvallevand Wrote: @a1blues, I will upload a new utility  (based on another utility that I use https://github.com/nicjansma/rename-regex) that will change one or all your file and update the database as well as change resume point.  I'm still working on that last one, but need to go for jog in -17C weather so not only am I not always polite I am probably a little stupid.

If you want to experiment with the RR utility (be sure to use the /p pretend mode) The syntax for post processing would be like this

RR.exe "This Morning_2021-01-13_10001230.ts"  "(.+?)_([12]\d{3})-([01]\d)-(\d\d)_(\d{8})" "$1_$4_$4_$2_$5" /p

RR has other options (don't forget /p) if you follow that git hub link for instructions

RR.exe "This Morning*.ts"  "(.+?)_([12]\d{3})-([01]\d)-(\d\d)_(\d{8})" "$1_$4_$4_$2_$5" /p

and /r for recursive but of course be careful with that.

RR.exe "*Recordings\*.ts"  "(.+?)_([12]\d{3})-([01]\d)-(\d\d)_(\d{8})" "$1_$4_$4_$2_$5" /p /r

Would rename all your NextPVR formatted recordings.

Martin
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (2): « Previous 1 2


Possibly Related Threads…
Thread Author Replies Views Last Post
  Failed: Recording interrupted jzk 3 279 2025-04-18, 09:06 PM
Last Post: mvallevand
  Unable to delete recording. File may be in use. seattlefog 24 652 2025-04-13, 01:08 AM
Last Post: sub
  Directory not deleted after recording deleted Bobins 13 689 2025-03-08, 05:30 PM
Last Post: sub
  Recording IPTV lemmy999 8 487 2025-03-02, 06:13 PM
Last Post: lemmy999
  Temporarily Suspend Recording andrewj 1 164 2025-02-25, 12:44 PM
Last Post: mvallevand
  Series recording doesn't have cancel series markn62 9 2,200 2025-02-22, 09:24 PM
Last Post: jcole998
  Recording ken_dearden 8 585 2025-02-20, 12:22 PM
Last Post: ken_dearden
  Not recording new episo qttor 7 386 2025-02-17, 10:54 PM
Last Post: mvallevand
  Channel lock issue during recording erik123 1 167 2025-02-08, 03:35 AM
Last Post: BrettB
  Recording telerising streams doesn't work tms87 3 270 2025-01-29, 10:04 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