Import and glue feature

Issue #539 resolved
Former user created an issue

I would like to email workout files in a combined zip file from NK link, and have it automatically glue the files into one workout. Text I put in the subject line of the email would be the workout name. I would not want the individual files to be stored. just the final glued one.

Comments (2)

  1. Sander Roosendaal repo owner

    I have implemented the following. In settings at https://rowsandall.com/rowers/me/edit/ there is a new setting “Auto Join Workout Segments”. You can tick that box.

    When that setting is set, the site will try to glue together workouts that fulfill the following conditions:

    1. Not older than 2 days
    2. Rowed on the same date
    3. Have identical name, ignoring numbering in parentheses at the end. So “Workout”, “Workout (1)”, and “Workout (2)” all get glued together

    The original files are deleted. You will lose static images produced with the individual workouts.

    This works irrespective of the upload path. You can upload by email, manually or import from other sites.

  2. Log in to comment