···129129 If you're confident your credentials are correct, and
130130 \$${_envvar_prefix}_USERNAME is a DID (*not* a handle), this will
131131 drastically improve performance!
132132- ${_envvar_prefix}_SKIP_COPYRIGHT_WARN <boolยน> (default: $_skip_copyright_warn_default)
133133- Do not print copyright warning when uploading files to
134134- https://bsky.social
135132 ${_envvar_prefix}_SKIP_NI_EXIFTOOL <boolยน> (default: $_skip_ni_exiftool_default)
136133 Do not check if ExifTool is installed
137134 โ ๏ธ If Exiftool is not installed, the relevant metadata records will
-7
src/commands/old_cmds.sh
···599599 else
600600 file="$(atfile.util.get_realpath "$file")"
601601 fi
602602-603603- if [[ $_output_json == 0 ]]; then
604604- # shellcheck disable=SC2154
605605- if [[ $_server == *".host.bsky.network" ]]; then
606606- atfile.util.print_copyright_warning
607607- fi
608608- fi
609602610603 if [[ -n $recipient ]]; then
611604 file_crypt="$(dirname "$file")/$(basename "$file").gpg"
···10361036 fi
10371037}
1038103810391039-function atfile.util.print_copyright_warning() {
10401040- if [[ $_skip_copyright_warn == 0 ]]; then
10411041- echo -e "โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
10421042-โ You are uploading files to Bluesky PDS โ
10431043-โ Do not upload copyrighted files! โ
10441044-โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ"
10451045- fi
10461046-}
10471047-10481039function atfile.util.print_override_envvar_debug() {
10491040 pretty_name="$1"
10501041 override_variable="$2"