|
SageTV Linux Discussion related to the SageTV Media Center for Linux. Questions, issues, problems, suggestions, etc. relating to the SageTV Linux should be posted here. |
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
Diskspace Rules?
Does anyone know why you can't set the Diskspace Rule on the default Video Recording Directories screen? For example, I'd like to set it up to use all except 10G. (The manual seems to indicate that the Windows version doesn't have this restriction, but I haven't used SageTV on Windows so I can't confirm this.)
I can add a new directory (say on a different drive) and set a Diskspace Rule on that, but I'm confused why SageTV doesn't let me set a rule on the default directory (/var/media/tv). I could always set the default partition to a tiny (say 1G) size and add a new directory on another partition with the limits I want, but that seems silly. John |
#2
|
||||
|
||||
In Linux, the paths listed on the seeker/default_linux_recording_paths property are locked down, so you can't change them. Don't clear that property, or else it will just return to the default value, but you can try changing the path(s) listed there to something else that won't affect your actual recording location. I don't think there are any negative effects.
- Andy
__________________
SageTV Open Source v9 is available. - Read the SageTV FAQ. Older PDF User's Guides mostly still apply: SageTV V7.0 & SageTV Studio v7.1. - Hauppauge remote help: 1) Basics/Extending it 2) Replace it 3) Use it w/o needing focus - HD Extenders: A) FAQs B) URC MX-700 remote setup Note: This is a users' forum; see the Rules. For official tech support fill out a Support Request. |
#3
|
|||
|
|||
Quote:
I'm still interested in the reasoning why SageTV doesn't allow me to set a "reserve XX GB" value for the default location. In practice, when does SageTV consider the disk "full" and start deleting things - when there is only 1G left? 500M? 20M? There must be some safety margin. Ideally, I'd like to be able to set this margin somehow (the Diskspace Rule seems most obvious) so that if I'm managing and pushing content to SageTV from another source (say for pictures or music) and syncing the data over I don't accidentally fill up the media partition. John |
#4
|
||||
|
||||
Quote:
- Andy
__________________
SageTV Open Source v9 is available. - Read the SageTV FAQ. Older PDF User's Guides mostly still apply: SageTV V7.0 & SageTV Studio v7.1. - Hauppauge remote help: 1) Basics/Extending it 2) Replace it 3) Use it w/o needing focus - HD Extenders: A) FAQs B) URC MX-700 remote setup Note: This is a users' forum; see the Rules. For official tech support fill out a Support Request. |
#5
|
|||
|
|||
Quote:
It seems strange that this would be in clients - what would happen if different clients have different settings, that might possibly conflict. Although... this could actually be an interesting feature - different placeshifter or mvp clients point to different recorded tv paths. --John |
#6
|
||||
|
||||
Quote:
Quote:
- Andy
__________________
SageTV Open Source v9 is available. - Read the SageTV FAQ. Older PDF User's Guides mostly still apply: SageTV V7.0 & SageTV Studio v7.1. - Hauppauge remote help: 1) Basics/Extending it 2) Replace it 3) Use it w/o needing focus - HD Extenders: A) FAQs B) URC MX-700 remote setup Note: This is a users' forum; see the Rules. For official tech support fill out a Support Request. |
#7
|
|||
|
|||
Quote:
I first looked in "clients" (i.e. /opt/sagetv/server/clients, which just has .properties files), and none of those files contained the string "default_linux_recording_paths". So I decided to take the brute force method and recursively search everything under /opt/sagetv: cd /opt/sagetv find . -exec strings {} \; | grep -i default_linux_recording_paths No results. Maybe that value is only added to the .properties files in certain situations? --John |
#8
|
||||
|
||||
I'm not sure what to suggest. The exact name of the property in the default STV is:
seeker/default_linux_recording_paths On my Linux system, it is in a properties file in the /opt/sagetv/server/clients/ directory, with a value of /var/media/tv The properties are in alphabetical order, so if it isn't in the 'seeker' area, then I don't know why my system is different. - Andy
__________________
SageTV Open Source v9 is available. - Read the SageTV FAQ. Older PDF User's Guides mostly still apply: SageTV V7.0 & SageTV Studio v7.1. - Hauppauge remote help: 1) Basics/Extending it 2) Replace it 3) Use it w/o needing focus - HD Extenders: A) FAQs B) URC MX-700 remote setup Note: This is a users' forum; see the Rules. For official tech support fill out a Support Request. |
#9
|
|||
|
|||
Quote:
seeker/video_storage=/var/media/tv,20000000000,3; I'm assuming this is the equivalent setting and it was renamed at some point and default_linux_recording_paths is a leftover in your properties file from the earlier version. Since I'm new here (started with 6.1.9.1) my property files were created new and don't have the older names. I did a little experimenting and if you add video recording directories, they appear at the end of this list. The larger value appears to be the size (in bytes) to use or to leave free. The last number is (1) use only, (2) leave free or (3) use all. I'm not sure if the large value has any meaning if it's "use all". Perhaps this is the freespace threshhold point at which SageTV decides the disk is "full" and starts to delete things? (Since actually filling up the disk to 100% is usually a bad thing. ) --John |
#10
|
||||
|
||||
Quote:
The seeker/video_storage property is completely different & is used to define all recording dirs. The other one limits your ability to modify the default path in the UI when using Linux. One thing I forgot to suggest is to go to the "Run Configuration Wizard" menu & then exit that menu. That forces the properties to be saved -- for all I know, maybe the property just hadn't been saved yet for some reason. I thought it would have been saved by now. Quote:
- Andy
__________________
SageTV Open Source v9 is available. - Read the SageTV FAQ. Older PDF User's Guides mostly still apply: SageTV V7.0 & SageTV Studio v7.1. - Hauppauge remote help: 1) Basics/Extending it 2) Replace it 3) Use it w/o needing focus - HD Extenders: A) FAQs B) URC MX-700 remote setup Note: This is a users' forum; see the Rules. For official tech support fill out a Support Request. |
#11
|
||||
|
||||
Quote:
Quote:
Quote:
Quote:
--John |
#12
|
||||
|
||||
Quote:
If you want to control how much space is left free, then you'll have to use the "Leave Free" setting. - Andy
__________________
SageTV Open Source v9 is available. - Read the SageTV FAQ. Older PDF User's Guides mostly still apply: SageTV V7.0 & SageTV Studio v7.1. - Hauppauge remote help: 1) Basics/Extending it 2) Replace it 3) Use it w/o needing focus - HD Extenders: A) FAQs B) URC MX-700 remote setup Note: This is a users' forum; see the Rules. For official tech support fill out a Support Request. |
#13
|
||||
|
||||
Sorry -- I now understand why you couldn't find the property I was telling you to change, and I can't believe I did this to you! When I'm answering questions on the forum, I try very hard not to describe how to use something that isn't in the public release version, but as I was looking over some of the new features for the v6.2 STV, I realized that the seeker/default_linux_recording_paths property is new for v6.2.
In other words, my STV was too new. The change was made right about the time v6.1.9 came out, so I figured it was in that version... that's the excuse I'll stick with. The v6.2 beta release lists Linux downloads that should have this setting now. (I haven't yet updated my Linux system using those downloads.) - Andy
__________________
SageTV Open Source v9 is available. - Read the SageTV FAQ. Older PDF User's Guides mostly still apply: SageTV V7.0 & SageTV Studio v7.1. - Hauppauge remote help: 1) Basics/Extending it 2) Replace it 3) Use it w/o needing focus - HD Extenders: A) FAQs B) URC MX-700 remote setup Note: This is a users' forum; see the Rules. For official tech support fill out a Support Request. |
#14
|
|||
|
|||
Quote:
Not a problem! I understand. (Sorry I didn't reply sooner, I had lost track of this thread somehow.) Thanks, --John |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Judge rules in favor of Kaleidescape.. DVD's may be stored on HDD | korben_dallas | General Discussion | 5 | 03-30-2007 02:06 PM |
Parent/child rules in machine-readable form? | GKusnick | SageTV Studio | 5 | 03-02-2007 02:05 AM |
New DST Rules | hmca | General Discussion | 3 | 02-27-2007 09:02 PM |
Sage property for Diskspace font | vanhln | SageTV Customizations | 2 | 07-07-2006 10:48 PM |
Explanation of forum rules | Opus4 | General Discussion | 2 | 02-18-2005 02:11 AM |