I'm making a wishlist request. I would wish that NPVR would automatically put TV shows in season folders.
The reasoning behind this is as seasons get large, having 100 or more recordings in a flat directory structure is time consuming as the folder loads.
The alternative would be manually doing it and importing the recording into the database to avoid duplicate recording schedules.
For example, suppose my recordings are on my hard drive and folder G:\_TVdir and my recurring recording directory rule is "Crime Drama."
For show recording CSI.S01E01.Best Of Times.ts NPVR would put the recording in folders:
Folder: CSI
Subfolder: Season 01
Filename: CSI.S01E01.Best Of Times.mp4
i.e. true Windows Path: G:\_TVdir\Crime Drama\CSI\Season 1\CSI.S01E01.Best Of Times.ts
Other examples would be
Original Recording Filename: Elementary.S01E22.Paint It Black.ts
Folder: Elementary
SubFolder: Season 01
Filename Elementary.S01E22.Paint It Black.ts
i.e. true Windows Path: G:\_TVdir\Crime Drama\Elementary\Season 02\Elementary.S01E22.Paint It Black.ts
Other examples would be
Recurring recording directory rule is "Donate Today".
Original Recording Filename: NextPVR.S01E01.Sub has done us all a great service by providing NPVR to us for free.ts
Folder: NextPVR
SubFolder: Season 01
Filename NextPVR.S01E01.Sub has done us all a great service by providing NPVR to us for free.ts
i.e. true Windows Path: G:\_TVdir\Donate Today\NextPVR\Season 01\NextPVR.S01E01.Sub has done us all a great service by providing NPVR to us for free.ts
Original Recording Filename: NextPVR.S03E02.Not many open source developers respond as much as Sub does to help users out.ts
Folder: NextPVR
SubFolder: Season 03
Filename NextPVR.S03E02.Not many open source developers respond as much as Sub does to help users out.ts
i.e. true Windows Path: G:\_TVdir\Donate Today\NextPVR\Season 03\NextPVR.S03E01.Sub has done us all a great service by providing NPVR to us for free.ts
Thank you for the consideration and THE GREAT PROGRAM!
PS: In the interim, what would be the command to update the filename in the database if I used another program to sort my recordings.
I was given this command in the past to mark recording as first run:
I'm curious if there is a command that I could use to update the filename:
The reasoning behind this is as seasons get large, having 100 or more recordings in a flat directory structure is time consuming as the folder loads.
The alternative would be manually doing it and importing the recording into the database to avoid duplicate recording schedules.
For example, suppose my recordings are on my hard drive and folder G:\_TVdir and my recurring recording directory rule is "Crime Drama."
For show recording CSI.S01E01.Best Of Times.ts NPVR would put the recording in folders:
Folder: CSI
Subfolder: Season 01
Filename: CSI.S01E01.Best Of Times.mp4
i.e. true Windows Path: G:\_TVdir\Crime Drama\CSI\Season 1\CSI.S01E01.Best Of Times.ts
Other examples would be
Original Recording Filename: Elementary.S01E22.Paint It Black.ts
Folder: Elementary
SubFolder: Season 01
Filename Elementary.S01E22.Paint It Black.ts
i.e. true Windows Path: G:\_TVdir\Crime Drama\Elementary\Season 02\Elementary.S01E22.Paint It Black.ts
Other examples would be
Recurring recording directory rule is "Donate Today".
Original Recording Filename: NextPVR.S01E01.Sub has done us all a great service by providing NPVR to us for free.ts
Folder: NextPVR
SubFolder: Season 01
Filename NextPVR.S01E01.Sub has done us all a great service by providing NPVR to us for free.ts
i.e. true Windows Path: G:\_TVdir\Donate Today\NextPVR\Season 01\NextPVR.S01E01.Sub has done us all a great service by providing NPVR to us for free.ts
Original Recording Filename: NextPVR.S03E02.Not many open source developers respond as much as Sub does to help users out.ts
Folder: NextPVR
SubFolder: Season 03
Filename NextPVR.S03E02.Not many open source developers respond as much as Sub does to help users out.ts
i.e. true Windows Path: G:\_TVdir\Donate Today\NextPVR\Season 03\NextPVR.S03E01.Sub has done us all a great service by providing NPVR to us for free.ts
Thank you for the consideration and THE GREAT PROGRAM!
PS: In the interim, what would be the command to update the filename in the database if I used another program to sort my recordings.
I was given this command in the past to mark recording as first run:
Code:
"C:\Users\Public\NPVR\Scripts\utilities\sqlite3.exe" c:\Users\Public\NPVR\npvr.db3 "update scheduled_recording set blue='Y' where event_details like '%%<FirstRun>true</FirstRun>%%';"
I'm curious if there is a command that I could use to update the filename:
Code:
"C:\Users\Public\NPVR\Scripts\utilities\sqlite3.exe" c:\Users\Public\NPVR\npvr.db3 "update filename ???????????"
~Paul
If you haven't broken it at least once, you're not doing it right. :eek:
If you haven't broken it at least once, you're not doing it right. :eek: