# this script is meant to be run on curie with our super alpha prime source of music plugged in.
+source "$FEISTY_MEOW_SCRIPTS/core/functions.sh"
+
#hmmm: add the goodness around these like the nice updater.
if [[ ! ( $(hostname) =~ .*curie.* ) ]]; then
# synch our local copy on curie with the music drive, source of all goodness.
function get_music_from_alpha_site()
{
+ sep
echo "getting musix and basement from fred music prime device"
rsync -av /media/fred/fredmusicprime/musix/* /z/musix/
rsync -av /media/fred/fredmusicprime/basement/* /z/basement/
+ sep
+ echo
}
# updates the music on a remote host to our current local copy on curie.
function update_musix_pile()
{
+ sep
local host="$1"; shift
echo "$host: synching musix and basement"
rsync -avz /z/musix/* ${host}:/z/musix/
rsync -avz /z/basement/* ${host}:/z/basement/
+ sep
+ echo
}
# make sure the local machine, curie, is in good shape.