IdealChain / signal-media-exporter

A script to export media files from Signal Desktop.
GNU General Public License v3.0
31 stars 10 forks source link

Export voice notes #10

Closed rudolfbyker closed 3 years ago

rudolfbyker commented 3 years ago

Are voice notes not considered media in signal? I see that these audio clips are not included under "media" in the signal app, nor are they exported by this project. I would love to be able to export all audio clips from a chat.

IdealChain commented 3 years ago

Good question, I don't normally use them. I suppose it's just a problem with our query since we only select for "hasVisualAttachments", but voice messages have only "hasAttachments" set and a flag identifying it as voice message.

It should be rather easy to export them when I find a bit of time - I'm just not sure if everybody wants to include them, so better introduce an optional command line flag / config setting, too.