|
|
@ -1,5 +1,5 @@
|
|
|
|
#!/usr/bin/env bash
|
|
|
|
#!/usr/bin/env bash
|
|
|
|
version=1.0.009
|
|
|
|
scriptVersion=1.0.010
|
|
|
|
if [ -z "$lidarr_artist_path" ]; then
|
|
|
|
if [ -z "$lidarr_artist_path" ]; then
|
|
|
|
lidarr_artist_path="$1"
|
|
|
|
lidarr_artist_path="$1"
|
|
|
|
fi
|
|
|
|
fi
|
|
|
@ -15,7 +15,7 @@ chmod 666 "/config/logs/MetadataPostProcess.txt"
|
|
|
|
|
|
|
|
|
|
|
|
log () {
|
|
|
|
log () {
|
|
|
|
m_time=`date "+%F %T"`
|
|
|
|
m_time=`date "+%F %T"`
|
|
|
|
echo $m_time" :: MetadataPostProcess :: "$1
|
|
|
|
echo $m_time" :: MetadataPostProcess :: $scriptVersion :: "$1
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
if [ "$lidarr_eventtype" == "Test" ]; then
|
|
|
|
if [ "$lidarr_eventtype" == "Test" ]; then
|
|
|
|