NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Developers v
« Previous 1 … 28 29 30 31 32 … 93 Next »
Rename Recording

 
  • 0 Vote(s) - 0 Average
Rename Recording
turkey
Offline

Member

Posts: 206
Threads: 17
Joined: Sep 2005
#171
2006-02-26, 08:28 PM
bobrap Wrote:Is this correct?
Sorry about that, it was incorrect. The batch file should have a line in it that says:
recordingsmanager %1

bobrap Wrote:I still can't figure this out. Do you use renamerecording.exe or recordingsmanager.exe in postprocessing.bat?
I use recordingsmanager because it allows me to rename the recordings in a configurable way. Recordingsmanager and renamerecordings are two defferent programs. Renamerecordings will only rename the recording, while recordingsmanager will also (if you want) start comskip, comclean, and will limit the number of a specific show you have on your hard drive. Use one or the other.

What else are you confused about?
bobrap
Offline

Member

Posts: 103
Threads: 19
Joined: Aug 2005
#172
2006-02-26, 08:34 PM
I'm not about the exe files now. I just want to have programs that are not run through ShowAnalyzer and Videoredo, to be renamed to just the movie title. Make sense? Thanks.
turkey
Offline

Member

Posts: 206
Threads: 17
Joined: Sep 2005
#173
2006-02-26, 08:47 PM
bobrap Wrote:I just want to have programs...to be renamed to just the movie title.
Renamerecording will do this for you easily. Just follow the directions on this page: renamerecording

Recordingsmanager will do it with more work on your part, but it may do it better in the end.
jksmurf
Offline

Posting Freak

HK (DMBTH)
Posts: 3,590
Threads: 410
Joined: Jul 2005
#174
2006-02-28, 03:39 AM
Hiya, caould I ask for a small change to the WIKI explanation, so that folks (like me) know to put the exe file IN the GBPVR directory

Current:

Quote:RenameRecording is simple utility app, that is added to the PostProcessing.bat file. It will take in the full path name for the recording that just finished, and look it up in the program guide. If a subtitle exists for the recording, the file will be renamed to the Sub Title name. The GBPVR database will also be changed to reflect the new name.

Suggested:

Quote:RenameRecording is a simple utility app, that should be placed in the gbpvr root directory (normally C:\Program Files\devnz\gbpvr\). A line should be added to the PostProcessing.bat file to run the program automatically upon completion of a recording. The utility will recognize the full path name of the recording that just finished, and look it up in the program guide. If a subtitle exists for that recording, the file will be renamed to the Subtitle name. The GBPVR database will also be changed to reflect the new name.

Cheers,

k.
KingArgyle
Offline

Posting Freak

Posts: 1,271
Threads: 95
Joined: Nov 2004
#175
2006-02-28, 03:55 PM
Yes, RenameRecording should work with comskip. I know several people are using it with it.

The order you run Rename and Comskip in is:

Comskip
Rename

Rename still needs to be the last entry in the BAT file. You also need to make sure ComSkip deletes it's logo file once it completes.
KingArgyle
Offline

Posting Freak

Posts: 1,271
Threads: 95
Joined: Nov 2004
#176
2006-02-28, 04:57 PM
RenameRecording that is posted on the Wiki is the most current version. It was updated to include -t option for including the Title name along with the subtitle. I updated this a couple of months ago.

RecordingManager is a program by ZaDDaZ that combines MaxRecordings and RenameRecordings plus some other options. I only use RenameRecording and know nothing about the RecordingManager or it's source.
Pioneer4x4
Offline

Posting Freak

Posts: 926
Threads: 50
Joined: Jan 2005
#177
2006-02-28, 06:35 PM
KingArgyle,
I have been running renamerecordingS dated 5/5/05, is there anything significant I am missing? It works like a charm, and I rely on it alot, since I manually update the shows entries in the database with episode number, so when they do record, they are numbered.
3x MVPs (not used anymore)
XBMC
Hauppauge 150 via SVideo
Comcast Digital Cable
Motorola HD Cable box channel changed via Firewire
Vista Home Premium with RDP hack
AMD Athalon 64 5000+
340gig sata, plus 80SATA+3x160IDE Drives in XP machine for storage.
KingArgyle
Offline

Posting Freak

Posts: 1,271
Threads: 95
Joined: Nov 2004
#178
2006-02-28, 07:34 PM
Nope. Last update I did was the request to be able to add the Title along with the subtitle. If you don't need that option, then no real reason to update. I'm always of the opinion if it is working, don't mess with it. Smile
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#179
2006-03-03, 10:04 AM
I know some people are gonna kill me, especially 'cause one of great things RenameRecording does is get rid of the unslighty string of numbers in the video file name, but...

When I have a directory with my recordings, after they are renamed to the epsiode names (with or without the main title) the file list may have the episodes out of order with regard to airdate...

Ideally I'd love to have season and episode numbers added to the string, but I know that would be next to impossible as that information is not in the gbpvr database.

The next best thing would be to have a date and/or time stamp switch which would insert somewhere in the filename something like 2006-03-10 or 2006-03-10 1900...

(Need the time too. Scrubs as an example is airing two new episodes a day...)

Or I suppose you could just leave the title alone, and just append the episode title..

Again, I know that that sort of goes against what you were doing with the program in the first place.

I'd just rather have my episodes listed in order of airdate, (and not by changing explorer's view by creation date attribute)

If it would be any help, I would document it all up for you... :-)

eg:

My Buddy's Booty.mpg
My Cabbage.mpg

or

Scrubs - My Buddy's Booty.mpg
Scrubs - My Cabbage.mpg


These will sort by file correctly:

2006-02-28-1900 - My Cabbage.mpg
2006-02-28-1930 - My Buddy's Booty.mpg

or

Scrubs-2006-02-28-1900-My Cabbage.mpg
Scrubs-2006-02-28-1930-My Buddy's Booty.mpg


Thanks so much...

Frank

PS one more idea, would be to rename the zip file with a version number so we could always be sure we have the right version
turkey
Offline

Member

Posts: 206
Threads: 17
Joined: Sep 2005
#180
2006-03-03, 02:32 PM
@zehd: try recordingsmanager. You can get it here.

It integrates comskip, comclean, maxrecordings, and renames your recordings. I have it set to only rename the recordings, because the way it renames them is configurable in the xml file that comes with it. You can add in the date and time to the filename.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (31): « Previous 1 … 16 17 18 19 20 … 31 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  Custom recording tomx 2 691 2025-02-07, 09:14 AM
Last Post: tomx
  API call for Recording Complete linustorvalds 1 464 2025-01-19, 02:11 PM
Last Post: mvallevand
  Manual recording API mvallevand 2 1,124 2023-11-09, 02:14 PM
Last Post: mvallevand
  Recording direct to GPhotos API rgonzalez 0 1,518 2020-06-29, 04:45 AM
Last Post: rgonzalez
  Recurring Recording URL Parameters jcole998 2 3,075 2019-09-19, 01:08 PM
Last Post: jcole998
  Get recording length from stream skogl 46 14,531 2019-08-15, 09:34 PM
Last Post: sub
  Unexpected result when deleting a pending recording scJohn 5 3,878 2018-05-06, 10:09 PM
Last Post: sub
  How to best verify success when adding a recurring recording drmargarit 1 2,875 2017-03-02, 03:13 PM
Last Post: mvallevand
  Change recording filename programmatically immediately before recording starts? craigrs84 5 6,212 2015-07-13, 09:28 PM
Last Post: patco444
  Recording a specific episode based on season and episode number cbgifford 26 10,781 2014-12-19, 10:28 PM
Last Post: cbgifford

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

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

Linear Mode
Threaded Mode