SageTV Community  

Go Back   SageTV Community > SageTV Development and Customizations > SageTV Customizations
Forum Rules FAQs Community Downloads Today's Posts Search

Notices

SageTV Customizations This forums is for discussing and sharing user-created modifications for the SageTV application created by using the SageTV Studio or through the use of external plugins. Use this forum to discuss customizations for SageTV version 6 and earlier, or for the SageTV3 UI.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 08-14-2006, 04:57 PM
FidgetyRat's Avatar
FidgetyRat FidgetyRat is offline
Sage Aficionado
 
Join Date: Jan 2006
Posts: 492
show analyzer / comskip on clients

Probably a dumb question, but I can't seem to find a solution to it.

I have show analyzer running on my server and the comskip plugin. Works fine on the server. Trouble is, I want it to skip the same video if played on my client.

I realize the text files are local on the server, but is there a way to get the client with the comskip mod to read the file on the server?

Possibly setting up windows shares to the video directories?
__________________
Server: 2.6Ghz Pentium Dual Core, 2GB RAM. 3x PVR-150, 1.5TB HDD. Geforce 7300GS, Sage 7.0.15
Client: Jetway ION-Top - Dual core ATOM 1.6 & NVIDIA ION
NAS: QNAP TS-419P 3.7TB Raid-5

Special thanks to tmiranda for making my 24h time format dream a reality. See here for more details.
Reply With Quote
  #2  
Old 08-14-2006, 05:23 PM
stanger89's Avatar
stanger89 stanger89 is offline
SageTVaholic
 
Join Date: May 2003
Location: Marion, IA
Posts: 15,188
The clients need to be able to access the recording directories at the exact same path as the server does. The comskip files are read directly by the client, and the only way it knows how to find them is the path in Sage, and that's from the server's perspective.

You'll either need to mount the recording directories on your clients, (at the same path as the server), or switch to UNC paths.
Reply With Quote
  #3  
Old 08-14-2006, 05:52 PM
hemicuda's Avatar
hemicuda hemicuda is offline
Sage Icon
 
Join Date: May 2006
Location: north of Chattanooga, Tennessee
Posts: 1,118
so, if I read correctly...

I have for example a local path on the server d:\pvr where sage stores recordings. I would need to share the entire D drive on the server. On a client machine using M$ paths I would need to map that share to D:\ for the client to read the EDL properly. The UNC method however I'm not sure how to do since it's in the format \\computer\share
__________________
Server: MS Win7 SP1; FX8350 (H2O cooled); 8GB RAM; Hauppauge HVR-7164 (OTA); HVR-885 (OTA); SageTV 9.1.5.x; 12+TB Sage Storage

Clients: HD300 x2; HD200 x2; Placeshifter

Service: EPB Fiber (1Gb); OTA (we "cut the cord"); Netflix, Hulu, etc.
Reply With Quote
  #4  
Old 08-14-2006, 06:04 PM
popechild popechild is offline
Sage Expert
 
Join Date: May 2006
Posts: 725
Quote:
Originally Posted by hemicuda
so, if I read correctly...

I have for example a local path on the server d:\pvr where sage stores recordings. I would need to share the entire D drive on the server. On a client machine using M$ paths I would need to map that share to D:\ for the client to read the EDL properly.
Correct. If the server reads the path as d:\pvr, the client needs to read d:\pvr to the same location. (So if you've already got a D: drive on the client, you'll need to change either it's letter or the letter of the drive on the server so the two can match).
Quote:
The UNC method however I'm not sure how to do since it's in the format \\computer\share
You've got it, you just don't realize it. If your edl is location at \\computer\share - whatever that is - just set both server and client to read from that \\computer\share location.
Reply With Quote
  #5  
Old 08-14-2006, 06:23 PM
hemicuda's Avatar
hemicuda hemicuda is offline
Sage Icon
 
Join Date: May 2006
Location: north of Chattanooga, Tennessee
Posts: 1,118
Quote:
Originally Posted by popechild
You've got it, you just don't realize it. If your edl is location at \\computer\share - whatever that is - just set both server and client to read from that \\computer\share location.
OK, so use that same UNC format even to reference a local drive. That also means I'll have to have a local account (on the Server box) with +rw permissions that the sage server will run under in order for it to access \\server\d\pvr correct? Hope that makes sense.
__________________
Server: MS Win7 SP1; FX8350 (H2O cooled); 8GB RAM; Hauppauge HVR-7164 (OTA); HVR-885 (OTA); SageTV 9.1.5.x; 12+TB Sage Storage

Clients: HD300 x2; HD200 x2; Placeshifter

Service: EPB Fiber (1Gb); OTA (we "cut the cord"); Netflix, Hulu, etc.
Reply With Quote
  #6  
Old 08-15-2006, 09:50 AM
FidgetyRat's Avatar
FidgetyRat FidgetyRat is offline
Sage Aficionado
 
Join Date: Jan 2006
Posts: 492
Thanks guys, ill give that a try. The machines are on the same network, why not just share the drives.


I will likely change my server drives to a much higher letter such as M: for movies. That way mounting it as a network drive on the clients won't interfear with lower letters.
__________________
Server: 2.6Ghz Pentium Dual Core, 2GB RAM. 3x PVR-150, 1.5TB HDD. Geforce 7300GS, Sage 7.0.15
Client: Jetway ION-Top - Dual core ATOM 1.6 & NVIDIA ION
NAS: QNAP TS-419P 3.7TB Raid-5

Special thanks to tmiranda for making my 24h time format dream a reality. See here for more details.

Last edited by FidgetyRat; 08-15-2006 at 09:58 AM.
Reply With Quote
  #7  
Old 08-15-2006, 11:40 AM
blade blade is offline
SageTVaholic
 
Join Date: Jan 2005
Posts: 2,500
Quote:
Originally Posted by FidgetyRat
Thanks guys, ill give that a try. The machines are on the same network, why not just share the drives.


I will likely change my server drives to a much higher letter such as M: for movies. That way mounting it as a network drive on the clients won't interfear with lower letters.

You will have to share the drive. It's just a matter of using mapped drives or UNC paths so the client knows where to look for the .txt file.
Reply With Quote
  #8  
Old 08-15-2006, 12:12 PM
Humanzee's Avatar
Humanzee Humanzee is offline
Sage Fanatic
 
Join Date: Sep 2004
Location: North Idaho
Posts: 752
Quote:
Originally Posted by FidgetyRat
I will likely change my server drives to a much higher letter such as M: for movies. That way mounting it as a network drive on the clients won't interfear with lower letters.
Yup, I use W: X: Y: and Z: as recording drives. It keeps them out of the way when you plug in usb devices or card readers etc.
Reply With Quote
  #9  
Old 08-15-2006, 04:31 PM
FidgetyRat's Avatar
FidgetyRat FidgetyRat is offline
Sage Aficionado
 
Join Date: Jan 2006
Posts: 492
I'm having issues with UNC paths.. I don't have my recording directories directly on a drive letter, so mapping wont work.

I shared the TV Recordings folder which resides on D:\TV Recordings\ on the server.

I shared TV Recordings folder with read/write permissions

I told the server to use \\Server\TV Recordings as its recoding directory. This orks. Comskip works on the server and it is able to write to the new folder.

It does not correctly read the drive size. Info says there are 12 recordins and 0mb space used. My mini drive graph is empty.

The clients comskip does not work at all and it reports the same issues.

What is wrong with my UNC path? Am i missing something?

EDIT: I did some searches for UNC and found this thread VERY VERY useful.
http://forums.sage.tv/forums/showthr...light=UNC+PAth

Didn't get to try the tricks yet but everyone else seems happy.
__________________
Server: 2.6Ghz Pentium Dual Core, 2GB RAM. 3x PVR-150, 1.5TB HDD. Geforce 7300GS, Sage 7.0.15
Client: Jetway ION-Top - Dual core ATOM 1.6 & NVIDIA ION
NAS: QNAP TS-419P 3.7TB Raid-5

Special thanks to tmiranda for making my 24h time format dream a reality. See here for more details.

Last edited by FidgetyRat; 08-16-2006 at 09:13 AM.
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 08:08 PM.


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