Open porg opened 1 year ago
I emailed Fourmilab Base64 about the different argument wording --break
vs. --wrap
which causes incompatibilities.
Okay, I do not really get which parameter you want to have included: --wrap
or --break
? If break and wrap are similar this contradicts your suggested fix. Could you please clarify your preferred solution which will work both on linux and macOS?
I reported this half a year ago. Now re-read my report. It's clear. Again in short words:
--wrap
on Linux and --break
on macOS does the same thing--wrap
on Linux and --break
on macOSOr at least a comment (as mine depicted in the OP) so that users can manually adapt the OS specific parts.
Well, at least I responded ;) aria2-remote.sh is not part of the macOS app bundle but only installed on Linux (as can be seen e.g. from the PSet templates import feature in MV). Therefore there is no need to "fix" something which works for the provided platform. Where did you get the shell script for the macOS version?
Yes 😉 glad we follow up on this now. Back then I made a tutorial complete with annotated screenshots how to:
I progressed with intermediate solutions until having my intended solution:
MediaThekView hands over to NAS which uses parallel curl downloads.
Then vitusson gave me the idea to use aria2 in Deamon-Mode on my NAS.
I reported success: MediaThekView hands over download request to aria2 download queue running on the NAS.
aria2-remote.sh
from commit 9558f62 from 2016-01-26:
Bug
Calling aria2-remote.sh (as in commit 9558f62a46cff0b1b8078083629647b5e87e82ca from 2016-01-26) on macOS 11 Big Sur fails with:
Found a fix
This row:
Should be replaced like this:
-
as stdin for the base64infile
is not necessary, as it's the default.