StoneCut

Results 12 comments of StoneCut

Thank you for your help! The referenced cURL command from the MS website works fine. You code snippet also works. How can I get this to work with Cronicle?

> I can add some configuration features to allow this to work with Cronicle web hooks. I'm not sure how yet, but I'll figure something out. Thank you, that would...

Thank you very much for incorporating the change so quickly. Unfortunately, it doesn't seem to work for some reason: ``` [1611559375.439][2021-01-25 08:22:55][somehost][7097][Cronicle][debug][9][Firing web hook for job complete: jkkc8ubzc01: https://outlook.office.com/webhook/xxxxxx@xxxxxx/IncomingWebhook/xxxxxx/xxxxxx][] [1611559375.449][2021-01-25...

I was able to pin down the issue. The error "**unable to decode packet**" comes up when trying to analyse an MP3 file that also has an **APEv2** tag attached...

Sure, here's an example: https://drive.google.com/file/d/1dMlJgrNG1pXg8XZKIeYYa-FUka58UKsv/view?usp=sharing

I've been able to determine the origin of that APEv2 tag: MP3gain (http://mp3gain.sourceforge.net/) MP3gain writes undo information into an APEv2 tag. It'd be great if keyfinder-cli could just ignore that...

Hhhm, I compiled them from source a few days prior to posting. I'm unsure how to determine the version since I deleted the source directory and there's -v switch or...

Ok, so I recompiled both libkeyfinder and keyfinder-cli from the latest source available in GIT just now and still have the same result. user@ThinkPad:~$ keyfinder-cli test.mp3 Unable to decode packet

user@ThinkPad:~$ **ffmpeg -version** ``` ffmpeg version 3.4.6-0ubuntu0.18.04.1 Copyright (c) 2000-2019 the FFmpeg developers built with gcc 7 (Ubuntu 7.3.0-16ubuntu3) configuration: --prefix=/usr --extra-version=0ubuntu0.18.04.1 --toolchain=hardened --libdir=/usr/lib/x86_64-linux-gnu --incdir=/usr/include/x86_64-linux-gnu --enable-gpl --disable-stripping --enable-avresample --enable-avisynth --enable-gnutls...

_Additional info:_ As an interim solution we just reverted to a previous snapshot with Ubuntu 18.04 and **ansible 2.11.6** and I ran **ansible -m setup** against the same host as...