Send Motion-user mailing list submissions to
        motion-user@lists.sourceforge.net

To subscribe or unsubscribe via the World Wide Web, visit
        https://lists.sourceforge.net/lists/listinfo/motion-user
or, via email, send a message with subject or body 'help' to
        motion-user-requ...@lists.sourceforge.net

You can reach the person managing the list at
        motion-user-ow...@lists.sourceforge.net

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Motion-user digest..."


Today's Topics:

   1. Using conversion specifiers in target directory (Josh Brazier)
   2. Re: Using conversion specifiers in target directory (tosiara)
   3. Re: Using conversion specifiers in target directory
      (Freek de Kruijf)
   4. Re: Using conversion specifiers in target directory (tosiara)
   5. Re: Using conversion specifiers in target directory
      (Dougie Nisbet)


----------------------------------------------------------------------

Message: 1
Date: Tue, 18 Sep 2018 23:59:46 -0400
From: Josh Brazier <braziercust...@gmail.com>
To: motion-user@lists.sourceforge.net
Subject: [Motion-user] Using conversion specifiers in target directory
Message-ID:
        <CAEdd0xRqjRYyV+ZZAekx-GczGC=8W8QnyeLDpUe5CtM2aVGL=w...@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

Hi,
I'm curious if there is a way to use conversion specifiers in target
directory. I would love to have motion create the directories by
cam/year/month/day partly for speed of loading directories. below is an
example of how I hoped it would work.

target_dir /motion/captures/bydate/%t/%Y/%m/%d/

when I try this it literally creates directories named "%t" and "%Y"

thanks,
JB
-------------- next part --------------
An HTML attachment was scrubbed...

------------------------------

Message: 2
Date: Wed, 19 Sep 2018 07:38:23 +0300
From: tosiara <tosi...@gmail.com>
To: Motion discussion list <motion-user@lists.sourceforge.net>
Subject: Re: [Motion-user] Using conversion specifiers in target
        directory
Message-ID:
        <CACHTdwSw3GE7=T8nstO_Ax95akZw0snw1jTEHw7aP=qt5ni...@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

Use specifiers in file names

On Wed, Sep 19, 2018, 07:00 Josh Brazier <braziercust...@gmail.com> wrote:

> Hi,
> I'm curious if there is a way to use conversion specifiers in target
> directory. I would love to have motion create the directories by
> cam/year/month/day partly for speed of loading directories. below is an
> example of how I hoped it would work.
>
> target_dir /motion/captures/bydate/%t/%Y/%m/%d/
>
> when I try this it literally creates directories named "%t" and "%Y"
>
> thanks,
> JB
> _______________________________________________
> Motion-user mailing list
> Motion-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/motion-user
> https://motion-project.github.io/
>
> Unsubscribe: https://lists.sourceforge.net/lists/options/motion-user
-------------- next part --------------
An HTML attachment was scrubbed...

------------------------------

Message: 3
Date: Wed, 19 Sep 2018 12:05:18 +0200
From: Freek de Kruijf <fr...@opensuse.org>
To: Motion discussion list <motion-user@lists.sourceforge.net>
Subject: Re: [Motion-user] Using conversion specifiers in target
        directory
Message-ID: <2251450.T6UUEOJcrn@eiktum>
Content-Type: text/plain; charset="us-ascii"

Op woensdag 19 september 2018 05:59:46 CEST schreef Josh Brazier:
> Hi,
> I'm curious if there is a way to use conversion specifiers in target
> directory. I would love to have motion create the directories by
> cam/year/month/day partly for speed of loading directories. below is an
> example of how I hoped it would work.
> 
> target_dir /motion/captures/bydate/%t/%Y/%m/%d/
> 
> when I try this it literally creates directories named "%t" and "%Y"
> 
> thanks,
> JB

Use a cronjob at 0:00 hour to move the files of the previous day to the 
required directory.

-- 
fr.gr.

member openSUSE
Freek de Kruijf






------------------------------

Message: 4
Date: Wed, 19 Sep 2018 13:36:35 +0300
From: tosiara <tosi...@gmail.com>
To: Motion discussion list <motion-user@lists.sourceforge.net>
Subject: Re: [Motion-user] Using conversion specifiers in target
        directory
Message-ID:
        <CACHTdwQc0F_=rzkorw05awajcqfkbbrxdvpsz7dzjzcasuo...@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

I mean, this should do what you want:

target_dir /motion/captures/bydate/
picture_filename %t/%Y/%m/%d/file.jpg


On Wed, Sep 19, 2018 at 7:38 AM, tosiara <tosi...@gmail.com> wrote:

> Use specifiers in file names
>
> On Wed, Sep 19, 2018, 07:00 Josh Brazier <braziercust...@gmail.com> wrote:
>
>> Hi,
>> I'm curious if there is a way to use conversion specifiers in target
>> directory. I would love to have motion create the directories by
>> cam/year/month/day partly for speed of loading directories. below is an
>> example of how I hoped it would work.
>>
>> target_dir /motion/captures/bydate/%t/%Y/%m/%d/
>>
>> when I try this it literally creates directories named "%t" and "%Y"
>>
>> thanks,
>> JB
>> _______________________________________________
>> Motion-user mailing list
>> Motion-user@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/motion-user
>> https://motion-project.github.io/
>>
>> Unsubscribe: https://lists.sourceforge.net/lists/options/motion-user
>
>
-------------- next part --------------
An HTML attachment was scrubbed...

------------------------------

Message: 5
Date: Wed, 19 Sep 2018 11:42:34 +0100
From: Dougie Nisbet <dou...@katsura.uk>
To: Motion discussion list <motion-user@lists.sourceforge.net>
Subject: Re: [Motion-user] Using conversion specifiers in target
        directory
Message-ID:
        <ca+ksp6ohhkm5bvks4ev_dh0q39pjcs2xnoh6ftdct05rsf_...@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

I discovered recently that some things don?t work in target_dir. I use
camera name %$ a lot but it?s treated as a literal when I try using it in
target_dir

On Wed, 19 Sep 2018 at 05:02, Josh Brazier <braziercust...@gmail.com> wrote:

> Hi,
> I'm curious if there is a way to use conversion specifiers in target
> directory. I would love to have motion create the directories by
> cam/year/month/day partly for speed of loading directories. below is an
> example of how I hoped it would work.
>
> target_dir /motion/captures/bydate/%t/%Y/%m/%d/
>
> when I try this it literally creates directories named "%t" and "%Y"
>
> thanks,
> JB
> _______________________________________________
> Motion-user mailing list
> Motion-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/motion-user
> https://motion-project.github.io/
>
> Unsubscribe: https://lists.sourceforge.net/lists/options/motion-user
-------------- next part --------------
An HTML attachment was scrubbed...

------------------------------



------------------------------

Subject: Digest Footer

_______________________________________________
Motion-user mailing list
Motion-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/motion-user


------------------------------

End of Motion-user Digest, Vol 147, Issue 13
********************************************

Reply via email to