NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support Legacy (v4.x and earlier) v
« Previous 1 … 340 341 342 343 344 … 433 Next »
Adding Season & Episode (ie, S01E03) to Recording File Name

Adding Season & Episode (ie, S01E03) to Recording File Name
Northpole
Offline

Senior Member

Posts: 333
Threads: 34
Joined: Aug 2007
#21
2011-09-18, 08:07 PM (This post was last modified: 2011-09-18, 08:24 PM by Northpole.)
imilne Wrote:Oops, sorry. Have updated it to be .NET 2.

Iain

Thanks Iain, that worked and it ran much, much faster! I've done a quick check of the new xml file and it seems to have worked like a charm. Thank you.
imilne
Offline

Posting Freak

Posts: 2,423
Threads: 135
Joined: Feb 2008
#22
2011-09-18, 09:12 PM
Northpole Wrote:Thanks Iain, that worked and it ran much, much faster! I've done a quick check of the new xml file and it seems to have worked like a charm. Thank you.

You're welcome. Here's the source in case you ever need to tweak it further...

Iain
Northpole
Offline

Senior Member

Posts: 333
Threads: 34
Joined: Aug 2007
#23
2011-09-18, 09:48 PM
imilne Wrote:You're welcome. Here's the source in case you ever need to tweak it further...

Iain

Thanks, I'm thinkin' it might come in handy some day.
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,570
Threads: 964
Joined: May 2006
#24
2011-09-19, 09:12 PM
Northpole Wrote:Yes, I'd be interested. I run imagegrablite on every show I record.

I have imageGrab renaming files pretty well, but I ran into a couple of problems during testing,

- renaming doesn't impact the database or presentation in the Recording menu. Adding it changes the look and feel because NPVR skins won't know what to do with it, it has to go into the SubTitle (see attached)

- currently NPVR's method prevents duplicates, what do you want done with the inevitable duplicates that will be made?


Martin
Northpole
Offline

Senior Member

Posts: 333
Threads: 34
Joined: Aug 2007
#25
2011-09-20, 02:05 AM
mvallevand Wrote:- renaming doesn't impact the database or presentation in the Recording menu. Adding it changes the look and feel because NPVR skins won't know what to do with it, it has to go into the SubTitle (see attached)

I'm not sure I have this correct.... Currently a show like Two and a Half Men_20110919_20002031.ts shows up in the recordings screen as just Two and a Half Men (from the name field in the npvr db) followed by the subtitle (from the event details subtitle in the npvr db). If you add the season and episode info, it would be appended to the subtitle field in the npvr db. I would think that would be OK for me, not sure how others feel.

BTW, the duplicate subtitle is something that does need to be fixed at some point.

mvallevand Wrote:- currently NPVR's method prevents duplicates, what do you want done with the inevitable duplicates that will be made?

As far as the duplicate recordings go... What I do currently is just generate a 5 character random number and append it to the existing file (or new file - either way) if it's a double. (ie. Two and a Half Men: S05E001 blah subtitle blah_19453.ts) Then later, when I discover that there is a double, I just delete the extra one. I would think that nvpr would just display each file seperately but with the same info.

Whatdoyathink?
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,570
Threads: 964
Joined: May 2006
#26
2011-09-20, 02:57 AM
Northpole Wrote:I'm not sure I have this correct.... Currently a show like Two and a Half Men_20110919_20002031.ts shows up in the recordings screen as just Two and a Half Men (from the name field in the npvr db) followed by the subtitle (from the event details subtitle in the npvr db). If you add the season and episode info, it would be appended to the subtitle field in the npvr db. I would think that would be OK for me, not sure how others feel.

I thought I could prefix the Subtitle with S##E## to get them to appear in episode order in Recording but NPVR doesn't seem to care about the subtitle or even the flenames.

I am starting to question what the big deal is, is this renaming feature mainly for the video library?

Martin
Northpole
Offline

Senior Member

Posts: 333
Threads: 34
Joined: Aug 2007
#27
2011-09-20, 01:52 PM
mvallevand Wrote:I am starting to question what the big deal is, is this renaming feature mainly for the video library?
Martin

I would say Yes, I probably use the video library as much as the recording library. I think there are a portion of users that have multiple systems going, like GBPVR, NPVR, BeyondTV, Sage etc. I did up until about a month ago. I also use two machines to record on and have started dumping them into a common server directory.

The renaming helps me avoid doubles and lets me keep track of the broadcast order.
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,570
Threads: 964
Joined: May 2006
#28
2011-09-21, 12:53 AM
Yes the more I think about it, there will be a lot of people use NPVR without the NPVR database on alternate clients, XBMC, PS3 etc and using the logical name will help them. I will keep the update as an option and use it myself to see if I can used to it.

Martin
Bluetick
Offline

Junior Member

Posts: 38
Threads: 11
Joined: Dec 2009
#29
2011-09-21, 02:46 PM
I'd like to add the season and episode to my recordings. The guide data from microsoft has the season and episode info. Looking in the xmltvupdate.vbs I altered the Case info to match my channels. But no joy. What do I need to do for npvr to include it in the file name??

If someone could make a how-to I'd bet others would enjoy this feature.

Thanks in advance.
Mark
Northpole
Offline

Senior Member

Posts: 333
Threads: 34
Joined: Aug 2007
#30
2011-09-21, 07:57 PM (This post was last modified: 2011-09-22, 01:23 PM by Northpole.)
Bluetick Wrote:I'd like to add the season and episode to my recordings. The guide data from microsoft has the season and episode info. Looking in the xmltvupdate.vbs I altered the Case info to match my channels. But no joy. What do I need to do for npvr to include it in the file name??

If someone could make a how-to I'd bet others would enjoy this feature.

Thanks in advance.
Mark


I only posted the first of a number of scripts that I use as a starting point. The basic ideas is to get the episode and air date info into a field that you can see within npvr when scheduling recordings and then later get at that info to rename a recording.

If you used the xmltvupdate.vbs script, and remapped your channels, then you should see that info in the tv guide screen in the description field.

Now, if you use "c:\program files\NPVR\NScriptHelper.exe" -description "<your Recording filename.ts>" you will get the description at the command console. You can parse it from there and then rename the file. I didn't post the other scripts because they are a bit involved and since Martin has opted to change imagegrablite, it seemed moot. I'd say wait for Martin to release his update to see if it solves your needs. If not, I can post my scripts to get it working for you.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (5): « Previous 1 2 3 4 5 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  Manually Adding FM Radio quek9 9 3,898 2024-11-19, 08:29 PM
Last Post: mvallevand
  Recording movies / TV to XBMC directory stucture spinnaker 10 4,239 2024-06-03, 03:56 AM
Last Post: Rod Hutchinson
  Not recording errors vidwiz 4 1,401 2024-04-17, 05:39 PM
Last Post: mvallevand
  Add Series/Episode Info to Recording Metadata andrewj 2 1,466 2023-11-20, 03:42 PM
Last Post: sub
  incorrect frequency in adelaide .ini file spin35 5 3,411 2023-02-01, 05:40 PM
Last Post: sub
  Recording to a network drive woes. 2leftfeet 12 7,961 2022-04-05, 08:03 PM
Last Post: mvallevand
  device needed for recording David209 2 1,935 2021-04-04, 08:47 AM
Last Post: David209
  PC not going to sleep after recording LeoL 7 3,881 2021-04-01, 07:17 PM
Last Post: Handy.Man
  HDHomerun recording bizzarely not working Jean0987654321 3 2,437 2021-03-27, 03:23 PM
Last Post: Jean0987654321
  ts file shows length too long? SuttonWillow 2 2,226 2021-03-15, 01:56 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