SageTV Community  

Go Back   SageTV Community > SageTV Products > SageTV Software
Forum Rules FAQs Community Downloads Today's Posts Search

Notices

SageTV Software Discussion related to the SageTV application produced by SageTV. Questions, issues, problems, suggestions, etc. relating to the SageTV software application should be posted here. (Check the descriptions of the other forums; all hardware related questions go in the Hardware Support forum, etc. And, post in the customizations forum instead if any customizations are active.)

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 03-29-2004, 01:25 AM
joesh joesh is offline
Sage User
 
Join Date: Mar 2004
Posts: 13
Some initial questions - filenames and block recording...

Hello,

I just bought and registered sageTV. Working well so far.

I notice the filenames look like:

KingoftheHill-RichHankPoorHank-14043-0.mpg

a) where can I set the filemask so I can get the date and time into that filename ? I realized I could:

for f in `ls` ; do mv $f `ls -asl|grep "$f"|awk $7"-"$8"-"$9" "`$f ; done

in a cron job on my fileserver, but as that is a disgusting hack, I would like to just adjust the filemask.

I suppose I would also like to import "station" and perhaps even "channel" into the filename (I am pulling those variable names from the program details screen itself, not just making them up

Where can I do this ?

b) just to satisfy my curiousity, what does the 14043-0 in the filename represent ?


Moving on, how do I do block recording ? That is, what if I do not want to record a show, per se, but rather a block of 4 hours on channel 9 ? I know I can just record all shows in that 4 hours, but then it will be split up into multiple files and filenames, etc. - I want to block record for a certain amount of time into a single file. How can I do this ?


Finally, when I view "favorites manager", some shows say "reruns only" and some shows say "first runs only" - what does this mean ? I don't really get it, because some daily news shows that, of course, never have reruns, are labeled "reruns only" ... is this a different definition of rerun than I am accustomed to ?


thanks!
Reply With Quote
  #2  
Old 03-29-2004, 06:33 AM
fidget's Avatar
fidget fidget is offline
Sage Icon
 
Join Date: Jun 2003
Location: Cedar Rapids, Iowa, USA
Posts: 1,186
Re: Some initial questions - filenames and block recording...

Quote:
Originally posted by joesh
Hello,

I just bought and registered sageTV. Working well so far.

I notice the filenames look like:

KingoftheHill-RichHankPoorHank-14043-0.mpg

a) where can I set the filemask so I can get the date and time into that filename ? I realized I could:

for f in `ls` ; do mv $f `ls -asl|grep "$f"|awk $7"-"$8"-"$9" "`$f ; done

in a cron job on my fileserver, but as that is a disgusting hack, I would like to just adjust the filemask.

I suppose I would also like to import "station" and perhaps even "channel" into the filename (I am pulling those variable names from the program details screen itself, not just making them up

Where can I do this ?

b) just to satisfy my curiousity, what does the 14043-0 in the filename represent ?


Moving on, how do I do block recording ? That is, what if I do not want to record a show, per se, but rather a block of 4 hours on channel 9 ? I know I can just record all shows in that 4 hours, but then it will be split up into multiple files and filenames, etc. - I want to block record for a certain amount of time into a single file. How can I do this ?


Finally, when I view "favorites manager", some shows say "reruns only" and some shows say "first runs only" - what does this mean ? I don't really get it, because some daily news shows that, of course, never have reruns, are labeled "reruns only" ... is this a different definition of rerun than I am accustomed to ?


thanks!
You don't get any say in the names of the files. You also can't rename then once they have been generated because then SageTV would think the file had been deleted.

The number at the end of the file name is the program number (14034) and the file number (0). The program number comes from the Zap2It listings and the file number is used to deal with duplicates (i.e., you recorded the same show twice without deleting or you were flipping through the channels).

The beta for SageTV 2.0 has added manual recordings, which would work for your block recording. I had some problems with a previous beta and haven't tried it since.

The Rerun/First run flag tells SageTV the type of program that you want to record as a favorite. This allows you to have a different priority for reruns that first runs. The flag is provided as a part of the Zap2It program listings. If you use XMLTV, most programs have the flag set to First run (even if they are reruns).
Reply With Quote
  #3  
Old 03-29-2004, 02:27 PM
joesh joesh is offline
Sage User
 
Join Date: Mar 2004
Posts: 13
Hmmm...is this in the feature list for 2.0, or should I request it ? I hate to request it though, as, presumably, everyone else already has. A standard filemask control would be the most logical and easy thing to implement.

I would, of course, just implement it myself, but this is not open source software

As an aside, why do I care whether sage thinks the show has been deleted or not ? Regardless of whether or not I can choose the filename, I _will_ be organizing saved shows into directory heirarchies ... why is this a problem ?

Does this have to do with people actually watching tv with sage ? My recorder just sits in the closet and does not even have a keyboard connected - I watch the shows stored on my fileserver with my xboxes in each room ... so presumably I don't care if sage thinks the file is deleted, right ? Or will it attempt to re-record them at future showings if it doesn't see them ?
Reply With Quote
  #4  
Old 03-29-2004, 02:31 PM
mlbdude's Avatar
mlbdude mlbdude is offline
Moderator
 
Join Date: May 2003
Location: Melbourne, Florida
Posts: 4,174
I would request it. I don't think custom file names has been discussed or requested yet. Custom file locations has though.
Reply With Quote
  #5  
Old 03-29-2004, 04:11 PM
stanger89's Avatar
stanger89 stanger89 is offline
SageTVaholic
 
Join Date: May 2003
Location: Marion, IA
Posts: 15,188
It will continue to re-record them in the future if they are not marked as "Watched" or "Don't Like".

Not to be rude or anything, but why do you want to use Sage if you don't want to use the interface?
Reply With Quote
  #6  
Old 03-29-2004, 06:37 PM
joesh joesh is offline
Sage User
 
Join Date: Mar 2004
Posts: 13
I just heard it was a good, reliable PVR - and I do like the interface I use to set up recordings, etc.

It's just that I have no intention of putting a PC on every TV when I can more cheaply and more easily stick an xbox at each one.

Regardless - even if I did use the sage interface - I plan on saving a lot of this data for a _long time_ - and after sage is gone and wintel PCs as we know them are gone and the aliens land, blah blah - I would like to know more about the files on my hard drive than:

KingoftheHill-RichHankPoorHank-14043-0.mpg

I'm sure you understand
Reply With Quote
  #7  
Old 03-29-2004, 07:10 PM
stanger89's Avatar
stanger89 stanger89 is offline
SageTVaholic
 
Join Date: May 2003
Location: Marion, IA
Posts: 15,188
Fair enough. Hope you've got a lot of storage, I can fill 100Gb in a day or two, and that's with one tuner.
Reply With Quote
  #8  
Old 04-01-2004, 11:00 AM
Alex0230 Alex0230 is offline
Sage Advanced User
 
Join Date: Mar 2004
Location: AZ
Posts: 203
How can I get the program number for one of my episodes?

I accidently renamed the show on my sage tv machine....it was lasnight's South Park "The Passion of the Jew"

http://tvlistings2.zap2it.com/progra...y=EP2298270129

Zap2it doesn't show the program ID, you would think that would be it in the url...but I also record the Beavis and Butthead from lastnight and didn't rename and here is the URL for that...

http://tvlistings2.zap2it.com/progra...y=SH0625280000

and the filename is: BeavisandButthead-91202-0.mpg

I guess I could always re-record the southpark episode sometime.....but is there an easy way to find out the program number?
__________________
ECS K7VTA3 + AthlonXP2400XP+ = $70
250 GB 7200 RPM HD = $160
512 MB Kingston DDR 333 = $80
Hauppage 350 Bundle = $220
SageTv = PriceLess
Reply With Quote
  #9  
Old 04-01-2004, 06:42 PM
fidget's Avatar
fidget fidget is offline
Sage Icon
 
Join Date: Jun 2003
Location: Cedar Rapids, Iowa, USA
Posts: 1,186
Quote:
Originally posted by Alex0230
How can I get the program number for one of my episodes?

I accidently renamed the show on my sage tv machine....it was lasnight's South Park "The Passion of the Jew"

http://tvlistings2.zap2it.com/progra...y=EP2298270129

Zap2it doesn't show the program ID, you would think that would be it in the url...but I also record the Beavis and Butthead from lastnight and didn't rename and here is the URL for that...

http://tvlistings2.zap2it.com/progra...y=SH0625280000

and the filename is: BeavisandButthead-91202-0.mpg

I guess I could always re-record the southpark episode sometime.....but is there an easy way to find out the program number?
Try looking backward in the program guide. I have noticed that it tends to retain all of that information even after I ahve deleted the program (or it use to). Once you find the program in history, display the program information.
Reply With Quote
  #10  
Old 11-17-2005, 01:23 PM
mikeswallow mikeswallow is offline
Sage User
 
Join Date: Jun 2005
Posts: 12
custom file names

custom file names would be really nice. It would give us more control when setting up profiles using Showanalyzer.
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -6. The time now is 11:20 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2023, vBulletin Solutions Inc.
Copyright 2003-2005 SageTV, LLC. All rights reserved.