xdg: Move xdg media directories

Moved all directories with media contents (pictures, videos, music) to a
single coherent media directory.
This commit is contained in:
Marty Oehme 2021-04-17 09:54:53 +02:00
parent 0d978f7673
commit c9c0490cbf
Signed by: Marty
GPG key ID: B7538B8F50A1C800
7 changed files with 19 additions and 9 deletions

8
scripts/.local/bin/vidl Executable file
View file

@ -0,0 +1,8 @@
#!/usr/bin/env sh
#
# send video downloads to my raspberry machine
# where they will be automatically queued and
# archived when downloaded.
# shellcheck disable=SC2029
ssh dietpi ./vidl "$@"