11-12-2020, 05:41 AM
(11-11-2020, 02:23 PM)antiX-Dave Wrote: Just finished cleaning up / redoing my bash script for downloading mms messages. It appears that others have already published their programs/scripts for working with MMS and some are now working on better implementations. Thought I would share mine anyway in case it helps somehow.
Script:
https://gitlab.com/antiX-Dave/mms-downlo...s-download
It will need / should have installed curl, recoverjpeg, libnotify-bin, sox
apt install curl recoverjpeg libnotify-bin sox
You will need to modify the variables in the script at least to show your service providers mms proxy and mms proxy port
I also have this running on a cron job every 5 minutes.
For this you also need to install cron
apt install --no-install-recommends cron
A couple others I have noticed working on mms when looking where to post this
https://forum.pine64.org/showthread.php?tid=11994
https://forum.pine64.org/showthread.php?tid=12106