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
LilY0da
Offline

Senior Member

Posts: 442
Threads: 25
Joined: Jul 2005
#151
2005-10-20, 06:44 PM
I just downloaded the file in the post above yours, works fine for me
KingArgyle
Offline

Posting Freak

Posts: 1,271
Threads: 95
Joined: Nov 2004
#152
2005-10-20, 07:33 PM
I just reverified the Zip file that was uploaded by re-downloading it, and works fine with Winzip 9.0.
nightwalker
Offline

Senior Member

Posts: 733
Threads: 54
Joined: May 2005
#153
2005-10-20, 08:13 PM
KingArgyle Wrote:I just reverified the Zip file that was uploaded by re-downloading it, and works fine with Winzip 9.0.

Just a curiousity question did you use IE to download with?
spaceghost
Offline

Junior Member

Posts: 45
Threads: 8
Joined: Sep 2005
#154
2005-10-21, 12:11 AM
Yes - but I will not anymore
tpgbpvr
Offline

Member

Posts: 58
Threads: 6
Joined: Jun 2005
#155
2005-11-28, 02:27 AM
Any way to get renamerecordings to rename with show and episode?

I am not a programmer but it looks like the xml file could be modified easily to rename the recording with the show and episode.

example: "Seinfeld - The Door.mpg"

instead of just "The Door.mpg"

Thanks.
turkey
Offline

Member

Posts: 206
Threads: 17
Joined: Sep 2005
#156
2006-01-19, 01:32 AM
tpgbpvr Wrote:Any way to get renamerecordings to rename with show and episode?

Yes, this is possible. I have it set up to do so on my configuration. PM me or post to this thread to let me know if you still need to figure out how, and ill dig it up for you.
dshoup
Offline

Member

Posts: 247
Threads: 39
Joined: Jan 2006
#157
2006-01-21, 06:32 PM
Is there a way to get the rename recording utility to insert the date between the title and the episode to make the shows appear chronologically when sorted by name. I see the beginnings of this in post 121, but can not figure out how to implement it. I am using latest version downloaded from the renameRecording utility page (files are dated 12/23/05). Thanks!




ZaDDaZ Wrote:Yep, it scans all recordings it finds in the database with subtitles and renames them, checking to see if it was already renamed of course. It does not just look for the last one. You can tell this by looking at the output.

For the config for the renamed file, I can provide a ton of options. I think this is what I'll do. Here's a sample config file that will use all of the options:
Code:
<RenameRecordings>
  <SkipIfNoSubtitle>False</SkipIfNoSubtitle>
  <NameFormat><ProgramName/><Subtitle before=" - "/> on <StartTime format="{0:yyyy-MM-dd}"/> from <StartTime format="{0:hh-mm tt}"/> to <EndTime format="{0:hh-mm tt}"/> on channel <Channel format="{0:d3}"/></NameFormat>
</RenameRecordings>
This would result in something like:
Stargate SG-1 - Heros on 2005-05-05 from 8-00 PM to 9-00 PM on channel 073

It will get all of the data out of the database. I thought I'd add the SkipIfNoSubtitle option in case you want all files renamed with nicer times, and would like to include the channel in the file name as well. The before attribute on any parameter will be put before that value, if it is found, otherwise, the entire value will be skipped. I can only imagine that this will matter for subtitle, but who knows... I'll also allow generic nodes with field names from GBPVR.mdb in them as well.

If you change the format specification, running RenameRecordings would rename all of the files found in the database.

Glad to hear no glitches yet. I don't expect them any more as I'm deleting and adding records Smile
turkey
Offline

Member

Posts: 206
Threads: 17
Joined: Sep 2005
#158
2006-01-21, 08:44 PM
@dsoup: you should use recordingsmanager instead of renamerecordings. It has an xml file that you can customize how you want the file name to be. Have a look at this post.

the utility can also control comskip and maxrecordings, but i have those elements set to "false" in the xml file because i dont use them. The important part of this file is at the end, where it should look like this:

<RenameRecordings>
<Enabled>True</Enabled>
<Format><Title/> - <StartTime/> - <EpisodeName SkipIfNotFound="True" Format=" - {0}"/></Format>
<NoEpisodeNameFormat><Title/> - <StartTime/></NoEpisodeNameFormat>
</RenameRecordings>

in order to have your filenames look like this:

Stargate SG-1 - 2005-05-05 8-00 - Heros

I'm not sure if you can only retrieve only the date (not the time), but maybe ZaDDaZ can help with that.
dshoup
Offline

Member

Posts: 247
Threads: 39
Joined: Jan 2006
#159
2006-01-22, 07:51 PM (This post was last modified: 2006-01-23, 01:12 PM by dshoup.)
Thanks Turkey! It sounds like exactly what I'm looking for. Unfortionately, when I try to open the zip file on the page you pointed me to, it says "folder is invalid or corupt" (Windows XP Pro). I have tried downloading it several times on 2 different PC's. Could someone either repost a working copy of this archive or send me a private message with an unzipped version? Thanks!
turkey
Offline

Member

Posts: 206
Threads: 17
Joined: Sep 2005
#160
2006-01-23, 02:28 AM
Thats a problem with Internet Explorer. You should use another browser to download the file. Actually, you should use another browser anyway - Wink
« Next Oldest | Next Newest »

Users browsing this thread: 2 Guest(s)

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


Possibly Related Threads…
Thread Author Replies Views Last Post
  Custom recording tomx 2 690 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,517 2020-06-29, 04:45 AM
Last Post: rgonzalez
  Recurring Recording URL Parameters jcole998 2 3,073 2019-09-19, 01:08 PM
Last Post: jcole998
  Get recording length from stream skogl 46 14,509 2019-08-15, 09:34 PM
Last Post: sub
  Unexpected result when deleting a pending recording scJohn 5 3,876 2018-05-06, 10:09 PM
Last Post: sub
  How to best verify success when adding a recurring recording drmargarit 1 2,874 2017-03-02, 03:13 PM
Last Post: mvallevand
  Change recording filename programmatically immediately before recording starts? craigrs84 5 6,209 2015-07-13, 09:28 PM
Last Post: patco444
  Recording a specific episode based on season and episode number cbgifford 26 10,774 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