Author Topic: Stationary Pad Location  (Read 3902 times)

Offline dannykitchen

  • Newcomer
  • *
  • Posts: 7
    • View Profile
Stationary Pad Location
« on: August 01, 2017, 04:05:58 AM »
Hi all, quick question.
Trying to push out a new stationary pad to all users via GPO, can you please provide the location of the file i need to grab?

PM V5

many thanks

Offline Kirk Baker

  • Senior Software Engineer
  • Camera Bits Staff
  • Superhero Member
  • *****
  • Posts: 24730
    • View Profile
    • Camera Bits, Inc.
Re: Stationary Pad Location
« Reply #1 on: August 01, 2017, 08:16:49 AM »
Trying to push out a new stationary pad to all users via GPO, can you please provide the location of the file i need to grab?

Use the save button in the IPTC Stationery Pad and create an XMP file.  Then load it on the other systems.

Otherwise, it is saved in the preferences db which you won't be able to copy across systems (at least I don't think it would be likely to work.)

-Kirk

Offline dannykitchen

  • Newcomer
  • *
  • Posts: 7
    • View Profile
Re: Stationary Pad Location
« Reply #2 on: August 02, 2017, 04:12:19 AM »
Thanks, where would i drop this file to on the other machines ?

Many thanks

Offline Kirk Baker

  • Senior Software Engineer
  • Camera Bits Staff
  • Superhero Member
  • *****
  • Posts: 24730
    • View Profile
    • Camera Bits, Inc.
Re: Stationary Pad Location
« Reply #3 on: August 02, 2017, 08:14:32 AM »
Thanks, where would i drop this file to on the other machines ?

You could drag and drop it onto the Photo Mechanic application and it will load it, or you could load it from within the IPTC Stationery Pad directly by clicking the load button and selecting the file.

-Kirk

Offline dannykitchen

  • Newcomer
  • *
  • Posts: 7
    • View Profile
Re: Stationary Pad Location
« Reply #4 on: August 03, 2017, 12:25:03 AM »
So there is no way to drop the file to users machine, without user intervention ?

Offline Kirk Baker

  • Senior Software Engineer
  • Camera Bits Staff
  • Superhero Member
  • *****
  • Posts: 24730
    • View Profile
    • Camera Bits, Inc.
Re: Stationary Pad Location
« Reply #5 on: August 03, 2017, 09:08:21 AM »
So there is no way to drop the file to users machine, without user intervention ?

No.  The IPTC Stationery Pad is otherwise loaded/saved from/to the preferences database.  It's an SQLite db so if you can write your own SQL, you could make a query to fetch the data and then push it to the db on each client machine.  We've never had anyone do that, but it should be possible.

-Kirk