Automatically fill in the title=" " variable in the tour.xml

  • Hi,

    Happy New Year all!

    I am trying to get the title variable filled in automatically when creating a tour using the 'MAKE VTOUR Droplet.exe'.

    In the templates/xml/vtour.xml file I have tried the below: (* the first line doenst have a space after the %. The forum doesnt show it correctly.)

    Code
    <krpano version="1.20.11" title="[% BASENAME%]" >
    <krpano version="1.20.11" title="[BASENAME]" >
    <krpano version="1.20.11" title="[%NAME%]" >
    <krpano version="1.20.11" title="[NAME]" >


    But in the created tour.xml they show exatly like the above, without adding the name.

    ie the image I'm using is called Plot_001.jpg. When I create the tour I wish the line in the tour.xml to be:

    Code
    <krpano version="1.20.11" title="Plot_001" >


    Just as it is created in the scene sections:

    Code
    <scene name="scene_Plot_001" title="Plot_001" .....

    Anyone have any ideas?

    Thanks

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!