%MN% tag empty, ZM 1.35.14

Previous development branch now released as 1.36
Locked
trumee
Posts: 69
Joined: Tue Mar 08, 2011 3:33 pm

%MN% tag empty, ZM 1.35.14

Post by trumee »

Hello,

I want to have a filter which exports the event to a video. It seems that %MN% tag comes out as empty.

The filter is defined like so,
Image

The script is defined as

Code: Select all

$cat /usr/share/zoneminder/www/tools/movevideo.sh
#!/bin/bash
LOG=/var/log/zm/movevideo.log
EXT=mp4
CAMERANAME=$1
echo  "$@" >> $LOG
The log file does not show up Monitor Name %MN% but the %EI% does show up.

Code: Select all

2047845 /mnt/zm/events/6/2020-11-21/2047845 
Is this an issue with 1.35?
User avatar
iconnor
Posts: 2882
Joined: Fri Oct 29, 2010 1:43 am
Location: Toronto
Contact:

Re: %MN% tag empty, ZM 1.35.14

Post by iconnor »

Yeah it's a problem in 1.35.14. I'll have it fixed today.
trumee
Posts: 69
Joined: Tue Mar 08, 2011 3:33 pm

Re: %MN% tag empty, ZM 1.35.14

Post by trumee »

Thanks, seem you have fixed it. I am patiently for the update in your PPA to appear.
trumee
Posts: 69
Joined: Tue Mar 08, 2011 3:33 pm

Re: %MN% tag empty, ZM 1.35.14

Post by trumee »

I updated to latest PPA 1.35.14~20201123104159-focal, however still i dont get a %MN%.

@iconnor, does this build has your fix?
User avatar
Dr. Evil
Posts: 7
Joined: Tue Nov 03, 2020 11:26 pm

Re: %MN% tag empty, ZM 1.35.14

Post by Dr. Evil »

I have the same issue...
Locked