Add video catalog building and playing
[khome.git] / home / lib / login_variables.sh
index 403a89b..f219bad 100644 (file)
@@ -2,11 +2,13 @@ export PATH=$HOME/bin:/snap/bin:/sbin:/usr/sbin:$PATH
 export EDITOR=vim
 export VISUAL=$EDITOR
 export DIR_GITHUB="${HOME}/Archives/Software/src/repos/remote/github.com"
-export DIR_YOUTUBE="${HOME}/Archives/Videos/Web/youtube.com"
+export DIR_VIDEO="${HOME}/Archives/Videos"
+export DIR_YOUTUBE="${DIR_VIDEO}/Web/youtube.com"
 export DIR_NOTES="$HOME/Documents/Notes"
 export DIR_LOG="$HOME/var/log"
 export DIR_LOG_MPD="$DIR_LOG/mpd"
 export FILE_LOG_MPD="$DIR_LOG_MPD/mpd.log"
+export FILE_VIDEO_CATALOG="$DIR_VIDEO/catalog"
 
 # .Net Core
 export DOTNET_ROOT=$HOME/.dotnet
This page took 0.028783 seconds and 4 git commands to generate.