Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Sebastian Dammark 581 posts 1385 karma points
    Oct 29, 2013 @ 09:21
    Sebastian Dammark
    0

    Manually or Automatic ?

    Is this a package that you need to run manually or can it be configured to run at a specified interval ?

  • Simon Dingley 1470 posts 3427 karma points c-trib
    Oct 29, 2013 @ 09:52
    Simon Dingley
    100

    It is manual but that's actually a good feature request to allow it to be scheduled! 

  • Sebastian Dammark 581 posts 1385 karma points
    Oct 29, 2013 @ 11:20
    Sebastian Dammark
    0

    Ehhh ... I might be a bit slow here.

    How do I run it ?
    I don't see any difference in the backoffice.

  • Sebastian Dammark 581 posts 1385 karma points
    Oct 29, 2013 @ 11:59
    Sebastian Dammark
    1

    Ahhh ... found it now.  Just right-click any folder in the Media section :)

    Feature request:
    It would be nice if you could set both source, destination, interval, overwrite, structure and thumbnail size.

    <settings>
    <!-- Add as many 'folders' as you wish -->
    <folders>
            <source>~/FTPUpload/</source> <!-- Where to look for new files -->
        <destination>~/Images/</destination> <!-- The destination for the new files -->
        <interval>5</interval> <!-- How often to look in source for new files -->
        <overwrite>true</overwrite> <!-- What to do if the new file already exists -->
        <structure>true</structure> <!-- Should we replicate if source contains a folder structure -->
        <cleanup>true</cleanup> <!-- When done, should we empty the source folder -->
        <images thumbnailMaxWidthHeight="150" />
    </folders>
    </settings>
    

    Then for each source folder you just create a new 'folders' section in the config file.

    This would be a killer feature when using the Contour package to handle uploads from the website.

    Let me know if you need any further specifications or explanations.

     

Please Sign in or register to post replies

Write your reply to:

Draft