buildthumbs-Plugin only for specific scenes

  • Hello,
    I´m having a tour with 10 scenes and in one scene I would like to insert the buildthumbs()-"Plugin".
    But it shouldn´t contain the thumbs of all the scenes but only 4 specific scenes (the second, fifth, seventh and eight scene)
    So I would like to set the scene-names which I would like the thumbs.

    Regards,
    Marc

  • Hi,

    you could add to each <scene> element that should be used a custom attribute (e.g. 'useforthumbs') and then check for this,

    e.g.

    Code
    <scene ... useforthumbs="true">...</scene>
    <scene ... >...</scene>
    <scene ... useforthumbs="true">...</scene>
    <scene ... >...</scene>
    <scene ... useforthumbs="true">...</scene>

    and then add an if() around the thumb adding code:


    btw - I have rewritten the example code a bit to use the for() action,

    best regards,
    Klaus

  • yes, that´s a good solution.
    but now i thought about using the action for different thumb-sets.
    eg: in scene 1 I would like to have thumbs of scene 1,3 and 7
    and in scene 2 i would like to have thumbs of scene 2,5, 9 and 10

    something like

    Code
    <scene ... thumbset="set1">...</scene>
    <scene ... thumbset="set2">...</scene>

    Regards Marc

Participate now!

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