Author Topic: Scripts / commands  (Read 3167 times)

majax82

  • Newbie
  • *
  • Posts: 6
    • View Profile
Scripts / commands
« on: February 20, 2017, 02:55:05 AM »
hello.
 is it possible to send and receive information/command to/from the software  ?
it's for driving with commands from an  complementary external and  personal software.

thanks.

Corey Cooper

  • Administrator
  • Hero Member
  • *****
  • Posts: 6216
    • View Profile
Re: Scripts / commands
« Reply #1 on: February 20, 2017, 10:28:01 AM »
At this time no, but I wouldn't rule it out completely in the future.  Other work is in the pipeline that takes precedence, but after that's done it may open the application up to a lot of new feature possibilities.

majax82

  • Newbie
  • *
  • Posts: 6
    • View Profile
Re: Scripts / commands
« Reply #2 on: March 02, 2017, 04:01:53 AM »
ok thanks.

An other question : is it possible to use the software in client-server ?   or with a single DB.. ?

or its possible to have a log file in real time ?  (with  the poker evenements inside... player OUT.. tables break...) ?
« Last Edit: March 02, 2017, 04:31:00 AM by majax82 »

Corey Cooper

  • Administrator
  • Hero Member
  • *****
  • Posts: 6216
    • View Profile
Re: Scripts / commands
« Reply #3 on: March 02, 2017, 02:01:26 PM »
Quote
is it possible to use the software in client-server ?

Not at this time.

Quote
or with a single DB.. ?

Sure, you can configure TDs running on different computers to use the same DB folder (shared folder, for example), but it's not recommended because the TD assumes it is the only one writing to that folder.  This is a recipe for data loss, depending on whether or not you're adding, deleting, or updating database players.  If not, it might be OK.  Having said that, many people have done this before.

Quote
or its possible to have a log file in real time ?  (with  the poker evenements inside... player OUT.. tables break...) ?

I wouldn't call it a log, but the "Status Updates" feature on the Preferences tab is probably what you're looking for.

majax82

  • Newbie
  • *
  • Posts: 6
    • View Profile
Re: Scripts / commands
« Reply #4 on: March 03, 2017, 08:17:56 AM »
Ok, thanks for this informations..  Good for common DB.

Also, for the "status update".. its not realy what i want..
its the status of the tournament cvar.. i suppose..

I need a file who write every event in the tournament.. but with détails...
exemple :

When John Woo is OUT  from seat 5, table 7
or when table 3 break and :

Player X-Y from table 3 seat 1  go to table 8 seat 4
Player Z from table 3 seat 2 go to table 14 seat 6
etc.....

it's much more this informations i need. :)

thanks.  :D