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 04-01-2009, 06:56 PM
hugenbdd hugenbdd is offline
Sage Advanced User
 
Join Date: Feb 2009
Location: Cincinnati, KY
Posts: 81
How to get forced_video_storage_path_prefix working?

I'm having trouble getting the forced_video_storage_path_prefix tag working.

I have 2 HDHR's and 1 HDPVR and want to put 3 tuners on one drive and 2 tuners on another drive.

I have added a new hard drive and set it up as a recording directory.

I then stopped Sage (Service in WHS)

Edited the Sage.Properties file for each tuner and changed it between
mmc/encoders/-1071484547/forced_video_storage_path_prefix=\\\\Sage\\SageTV
and another tuner of
forced_video_storage_path_prefix=\\\\Sage\\SageTV2

My two recording UNC paths are
\\SAGE\SageTV
and
\\Sage\SageTV2


When I try to record multiple show's, it's only recording to the SageTV2 UNC path.

Is the tag case sensitive? Any other reasons why this might not be working?

Thanks
Dave
Reply With Quote
  #2  
Old 04-01-2009, 09:27 PM
Opus4's Avatar
Opus4 Opus4 is offline
Administrator
 
Join Date: Sep 2003
Location: NJ
Posts: 19,624
I'm guessing that \\Sage\SageTV2 has the most available space, so that's why the recordings are all going to that location.

The property defines a prefix, meaning that prefix is used to match whatever recording dirs start with the prefix you define. Since \\Sage\SageTV2 starts with \\Sage\SageTV, you are telling some tuners to use \\Sage\SageTV & \\Sage\SageTV2 and some to only use \\Sage\SageTV2.

i.e.: you'll need to come up with distinct prefixes if you don't want the tuners to use the same recording dirs.

- 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.
Reply With Quote
  #3  
Old 04-02-2009, 12:27 AM
hugenbdd hugenbdd is offline
Sage Advanced User
 
Join Date: Feb 2009
Location: Cincinnati, KY
Posts: 81
Thanks!!!

I change to \\\\Sage\\recorded and it's now working perfect!!!!

Dave
Reply With Quote
  #4  
Old 04-02-2009, 03:40 AM
scat scat is offline
Sage Aficionado
 
Join Date: Jul 2005
Location: Palm Coast,Fl
Posts: 253
Quote:
Originally Posted by Opus4 View Post
I'm guessing that \\Sage\SageTV2 has the most available space, so that's why the recordings are all going to that location.

The property defines a prefix, meaning that prefix is used to match whatever recording dirs start with the prefix you define. Since \\Sage\SageTV2 starts with \\Sage\SageTV, you are telling some tuners to use \\Sage\SageTV & \\Sage\SageTV2 and some to only use \\Sage\SageTV2.

i.e.: you'll need to come up with distinct prefixes if you don't want the tuners to use the same recording dirs.

- Andy
Andy

Can you point me to the docs on this?
I can't find it in the manual or via forum search.

Thanks
Scat
__________________

Server: Intel i7-930 CPU @ 2.8GHz , 300GB HD, 24GB DDR3, Win 10 64-bit, (2) 2TB HD for recording
Capture Devices: 2xHD Homerun Prime 3 (CableCard) = 6 Tuners (Spectrum, TV package: Select), 1xHauppauge WinTv 885 (4 tuners OTA), 1xHauppauge WinTv-7164 (2 tuners OTA), Schedules Direct EPG
NAS: Synology DS1618+ 26.2TB Synology Hybrid RAID (SHR)
Sage Add-ons: Comskip Plug-in
Eventghost 0.5.0-RC4, Java Version: 1.8.0_172 (32-bit), Harmony 880, USB-UIRT
Reply With Quote
  #5  
Old 04-02-2009, 09:07 AM
Opus4's Avatar
Opus4 Opus4 is offline
Administrator
 
Join Date: Sep 2003
Location: NJ
Posts: 19,624
Quote:
Originally Posted by scat View Post
Can you point me to the docs on this?
I can't find it in the manual or via forum search.
I'm not sure there is a much more to say about it than what I wrote above -- it defines a prefix used to match on recording dir paths.

You can try searching the forum for something like forced_video_storage* instead of the full property name.

- 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.
Reply With Quote
  #6  
Old 01-04-2010, 09:21 PM
dvd_maniac's Avatar
dvd_maniac dvd_maniac is offline
Sage Icon
 
Join Date: Mar 2004
Location: New England
Posts: 1,899
Does this feature require UNC paths or can I use actual paths like:
D:\Recordings and E:\Recordings
IE: mmc/encoders/-112107779/forced_video_storage_path_prefix=D:\Recordings
__________________
If this doesn't work right, Then:
"I'm going to blow up the Earth!"
Reply With Quote
  #7  
Old 01-04-2010, 09:34 PM
GKusnick's Avatar
GKusnick GKusnick is offline
SageTVaholic
 
Join Date: Dec 2005
Posts: 5,083
Drive letters should work, but remember to double up the backslashes.
__________________
-- Greg
Reply With Quote
  #8  
Old 01-04-2010, 10:02 PM
dvd_maniac's Avatar
dvd_maniac dvd_maniac is offline
Sage Icon
 
Join Date: Mar 2004
Location: New England
Posts: 1,899
Could you give me an example?
__________________
If this doesn't work right, Then:
"I'm going to blow up the Earth!"
Reply With Quote
  #9  
Old 01-05-2010, 07:30 AM
Opus4's Avatar
Opus4 Opus4 is offline
Administrator
 
Join Date: Sep 2003
Location: NJ
Posts: 19,624
It has to be a prefix for a recording directory, so just use the values from the seeker/video_storage property as the basis for the prefix.

- 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.
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

Similar Threads
Thread Thread Starter Forum Replies Last Post
forced_video_storage_path_prefix davey_fl SageTV Software 1 02-16-2009 01:12 PM
Does anyone have HD working well??? COLO_PVR_GUY Hardware Support 19 06-26-2008 02:33 PM
forced_video_storage_path_prefix - Is it possible to set local and UNC path? zzmystique SageTV Software 3 06-07-2008 09:42 AM
Does forced_video_storage_path_prefix failover if full? GollyJer SageTV Software 3 11-29-2007 07:04 PM
forced_video_storage_path_prefix Wheemer SageTV Software 1 01-18-2007 06:22 PM


All times are GMT -6. The time now is 12:36 AM.


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