Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Calling TheaterTek
#1
Just installed TheaterTek 3.6 and wanting to have CQC control it. Here is my command that is called from the CAB for my movies.
System::StartRemApp
P1=cqc
P2=C:\Program Files\TheaterTek DVD\TheaterTek DVD.exe
P3=/NOSPLASH
P4=C:\Program Files\TheaterTek DVD\

Devices::WaitDriverReady
P1=TheaterTek
P2=10000

Devices::FieldWrite
P1=TheaterTek.PlayMedia
P2=%(GVar:SelectedVideo)

TheaterTek starts up fine but does not play anything.
No errors on Action Trace.
TRC: Start Action
Global Vars=
GVar:Title=Brother Bear
GVar:SelectedVideo=0,1,21,1
GVar:SelectedVideoPath=\CQC\My Movies\BROTHER_BEAR\VIDEO_TS\VIDEO_TS.IFO

CMD: 001. System::StartRemApp
P1=cqc
P2=C:\Program Files\TheaterTek DVD\TheaterTek DVD.exe
P3=/NOSPLASH
P4=C:\Program Files\TheaterTek DVD\

CMD: 002. Devices::WaitDriverReady
P1=TheaterTek
P2=10000

CMD: 003. Devices::FieldWrite
P1=TheaterTek.PlayMedia
P2=0,1,21,1

TRC: End Action [Result=Success]

Looking in the TheaterTek driver fields and I see the movie title, actors names, etc. PlayMode = Unknown. CurFile, CurYear & PlayMedia are blank.

If I call TT this way it works fine but then I don't get the IP control.
System::ExecApp
P1=C:\\Program Files\\TheaterTek DVD\\TheaterTek DVD.exe
P2=/NOSPLASH /Play "\\%(GVar:SelectedVideoPath)"
P3=
P4=Maximized

What is wrong? Have tried different RTV values for P2 and %(GVar:SelectedVideo) is the only one that doesn't return any errors.
Reply
#2
The path isn't correct, which could be an issue. You are missing a leading slash (assuming CQC is a UNC share name.) You are adding that leading slash in the version where you are calling it locally.

When you store the location info to the variable, be sure to do it like this:

%(MediaRTV:LocInfo, "^1")

That will cause it not be processed once it's expanded. Otherwise \\ becomes \ because it's an escaped slash and the processing removes the escape. When you did this:

\\%(GVar:SelectedVideoPath

You added a slash at the start, so you made it right again. An any other slash could have been escaped if the next character was one of the escapeable characters, there just happened not to be any others.
Dean Roddey
Explorans limites defectum
Reply
#3
That isn't the problem as I have tried all the variations, including "^1" & "%1"), as I saw the path only had one slash to start. But nothing worked.

Example: here it is with this
Devices::FieldWrite
P1=TheaterTek.PlayMedia
P2=\\%(GVar:SelectedVideoPath)

and this is what action trace gives me when I get a "The passed [unknown] cookie is badly formatted" error msg
TRC: Start Action
Global Vars=
GVar:Title=Ice Age
GVar:SelectedVideo=0,1,3,1
GVar:SelectedVideoPath=\CQC\My Movies\ICE_AGE\VIDEO_TS\VTS_01_0.IFO

CMD: 001. System::StartRemApp
P1=cqc
P2=C:\Program Files\TheaterTek DVD\TheaterTek DVD.exe
P3=/NOSPLASH
P4=C:\Program Files\TheaterTek DVD\

CMD: 002. Devices::WaitDriverReady
P1=TheaterTek
P2=10000

CMD: 003. Devices::FieldWrite
P1=TheaterTek.PlayMedia
P2=\\CQC\My Movies\ICE_AGE\VIDEO_TS\VTS_01_0.IFO

TRC: End Action [Result=Failure]
Reply
#4
You are passing the path to the file, not the cookie, which is why are you getting the error. The place to use the "^1" is when you are setting the selected video path global variable.
Dean Roddey
Explorans limites defectum
Reply
#5
If I am not suppose to pass the file path to call up the file to play what cookie am I to call? As I have tried several and none work, curcolcookie & curtitlecookie for example. You say I am suppose to add the ^1 when I set the global variable but if I am not using that to call the file then it doesn't matter.
Reply
#6
You pass the collection cookie. And of course remember that if you have more than one repository, the target player has to be associated with the repository you are sending the cookie for.

You were using the path above, which is why I pointed out that you need to use the ^1.
Dean Roddey
Explorans limites defectum
Reply
#7
So the collectin cookie is the one I have my GVar:SelectedVideo pointing to right? And the value is like 0,1,3,1? Have tried it and I get no errors there but TT does not play any movie. I even pressed play after TT starts up and there is nothing there to play. Have even tried calling TT directly with those numbers with no success.
Reply
#8
That's what you would pass. If it shows up in the player driver as the currently playing file, then you did the right thing and it's just that TT didn't start up playing it correctly. There have been various issues with TT starting up when passed a file via the control interface. It works for some folks and not for others, and I'm not sure what the problem is. I'm sending it the right stuff and it seems to work for most folks.
Dean Roddey
Explorans limites defectum
Reply
#9
So what is the fix so I can get TT working with the IP driver? I want to be able to control the transport functions but can't if I call it manually.
Reply
#10
I'm not sure what the problem is. It's been happening to some folks for a while, but not to all. Whatever the problem is, it seems pretty clear that it's in TT itself, not in the driver. And since it doesn't really give any indication of what's wrong, it's hard to say what it's not happy about. It's been brought up on the TT support forum, but I'm not sure if they have explored it or not.
Dean Roddey
Explorans limites defectum
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Theatertek Trioxide 11 4,691 11-02-2013, 04:43 AM
Last Post: Trioxide
  TheaterTek Trioxide 21 6,025 11-28-2010, 05:30 PM
Last Post: Trioxide
  Theatertek won't start jleach8 2 2,074 07-01-2008, 07:10 PM
Last Post: jleach8
  TheaterTek Remote Control Trioxide 1 1,760 06-07-2008, 10:29 PM
Last Post: Dean Roddey
  Calling all iTunes users - I need your help wolverines 12 5,424 02-27-2008, 07:06 PM
Last Post: jkish
  Calling XP Embedded Gurus Squintz 6 3,672 02-13-2008, 02:59 PM
Last Post: Squintz
  TheaterTek 2.6? SamVimes2 3 2,368 12-22-2007, 03:39 PM
Last Post: SomeWhatLost
  .VOB files 'freeze' using TheaterTek during DVD playback... 1080iAddict 10 4,076 10-19-2007, 06:22 PM
Last Post: dkemme
  HD-DVD or Blue-Ray Support...not from TheaterTek... DeathtoToasters 23 6,541 10-16-2007, 10:02 AM
Last Post: penngray
  TheaterTek Chapter Selection monetteboy 7 2,602 07-15-2007, 10:32 AM
Last Post: monetteboy

Forum Jump:


Users browsing this thread: 1 Guest(s)