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 01-08-2006, 12:21 AM
mike1961 mike1961 is offline
Sage Icon
 
Join Date: Dec 2005
Location: California
Posts: 1,555
Germsage and Nero ShowTime Player

Different problem now.....the GermSage is working but when I try and play an MP4 file from the Sage Media Center, the Nero Player comes up but it just sits there (as if no mp4 file was loaded even though I selected it). It works fine when I select it from Windows Explorer. Any ideas on that?

Thanks,
Mike
Reply With Quote
  #2  
Old 01-08-2006, 01:21 AM
dvd_maniac's Avatar
dvd_maniac dvd_maniac is offline
Sage Icon
 
Join Date: Mar 2004
Location: New England
Posts: 1,899
Quote:
It works fine when I select it from Windows Explorer. Any ideas on that?
Do you mean it works fine when using WMP as the external player in the cmd file? or just when opening up the mp4 in WMP?
Post you .cmd file parameters...
__________________
If this doesn't work right, Then:
"I'm going to blow up the Earth!"
Reply With Quote
  #3  
Old 01-08-2006, 04:40 PM
mike1961 mike1961 is offline
Sage Icon
 
Join Date: Dec 2005
Location: California
Posts: 1,555
I mean if I double click on the mp4 file in Windows Explorer then it launches just fine in Nero Showtime Player. But, if I try and launch it from GermSage then the Nero Showtime Player launches but the movie does not.

Mike
Reply With Quote
  #4  
Old 01-08-2006, 08:58 PM
Rogue9 Rogue9 is offline
Sage User
 
Join Date: Feb 2005
Posts: 65
Go into your SageTV directory, and look for the MediaPlayer.cmd file. Right-click on that file and select Edit, then see what it says in there. Post that information here so we can see what its supposed to be doing. I believe you are probably missing a command parameter in that file, but we won't know until you post that info for us.
Reply With Quote
  #5  
Old 01-09-2006, 05:35 AM
mike1961 mike1961 is offline
Sage Icon
 
Join Date: Dec 2005
Location: California
Posts: 1,555
I think you mean VideoPlayer.cmd and not MediaPlayer.cmd. On the client that I'm trying to run mp4 files, it says:

"C:\Program Files\Nero\Nero 7\Nero ShowTime\showtime.exe" %1 /fullscreen /prefetch:1

Nero Showtime launches, it just doesn't load the movie I select from GermSage.

Thanks,
Mike
Reply With Quote
  #6  
Old 01-09-2006, 10:50 AM
greggerm greggerm is offline
Sage Advanced User
 
Join Date: Feb 2004
Posts: 175
Try it first with just the %1 switch - that represents the filename of the movie. I believe Nero Showtime uses an in-options checkbox to start fullscreen (Check in the options or preferences section of Showtime), so the /fullscreen switch may be causing an issue, and I am pretty sure the prefetch option is only useful in WMP, which could also be causing a problem.

-Greg
Reply With Quote
  #7  
Old 01-09-2006, 11:43 AM
GbrNole GbrNole is offline
Sage Fanatic
 
Join Date: Aug 2003
Location: Fort Myers, FL
Posts: 844
you usually hit Z to make showtime go fullscreen so maybe the switch should be /Z ?
Reply With Quote
  #8  
Old 01-09-2006, 02:52 PM
dvd_maniac's Avatar
dvd_maniac dvd_maniac is offline
Sage Icon
 
Join Date: Mar 2004
Location: New England
Posts: 1,899
I myself just checked the option of full screen in the preferences inside the program and like Greggerm said, I only used the %1
__________________
If this doesn't work right, Then:
"I'm going to blow up the Earth!"
Reply With Quote
  #9  
Old 01-10-2006, 12:55 AM
mike1961 mike1961 is offline
Sage Icon
 
Join Date: Dec 2005
Location: California
Posts: 1,555
Okay...I think I know what the problem is but I'm not quite sure how to resolve it so I'm all ears....Here's the situation: I wrote a quick and simple program so that I could see what the %1 (path & filename) is being passed to the nero player. As it turns out it's the path from the media directory on the server in the setup (which makes sense). However, my server has two drives...I have mapped them as C and Z. Now, I want the C drive to contain all my archive movies while the Z will contain current recordings (to be erased, recorded, fragmented, etc). In this way, C will not get fragmented since it will just contain archives and the OS.

But, Sage is passing the client C:\SharedC\VideoArchives\MyMovie.mp4

that's the problem. The client then looks for the video on it's own C drive rather than on the server. Now, the question becomes how I can set up an intelligent mapping so that the client finds the movie on the server's C drive.

It seems like perhaps I could map SharedC to another drive letter on the server and use the exact same mapping for the client. Would that be the best solution?

Thanks,
Mike
Reply With Quote
  #10  
Old 01-10-2006, 01:13 AM
mike1961 mike1961 is offline
Sage Icon
 
Join Date: Dec 2005
Location: California
Posts: 1,555
It seems that is not going to work because the Sage client only seems to see physical drives on the server and not mapped drives. How can I get it to see the C drive on the server for my media center files without having to create a separate partition with a distinct drive letter?

(edited)....never mind...I think if I use a UNC everything works perfect.

Thanks,
Mike

Last edited by mike1961; 01-10-2006 at 01:45 AM.
Reply With Quote
  #11  
Old 01-10-2006, 01:58 AM
mike1961 mike1961 is offline
Sage Icon
 
Join Date: Dec 2005
Location: California
Posts: 1,555
yes - that seems to have fixed it. Now, is it possible to assign a password to a folder and/or a file such that the user would have to enter it in to watch specific movies (ie: R rated, etc.).

Thanks again....the support here is just great.

Mike
Reply With Quote
  #12  
Old 01-10-2006, 08:04 AM
dvd_maniac's Avatar
dvd_maniac dvd_maniac is offline
Sage Icon
 
Join Date: Mar 2004
Location: New England
Posts: 1,899
Quote:
Now, is it possible to assign a password to a folder and/or a file such that the user would have to enter it in to watch specific movies (ie: R rated, etc.).
I'm redoing my system with Win 2003 Server for just that purpose this weekend.I have asked if anybody else has any experience with permissions and Sage but haven't gotten an answer yet.
__________________
If this doesn't work right, Then:
"I'm going to blow up the Earth!"
Reply With Quote
  #13  
Old 01-10-2006, 12:44 PM
mike1961 mike1961 is offline
Sage Icon
 
Join Date: Dec 2005
Location: California
Posts: 1,555
Isn't there a way to somehow do it with an XP Pro Server?

Thanks,
Mike
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 12:01 AM.


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