abescalamis
Results
2
comments of
abescalamis
#!/bin/bash NOW=$(date +"%d-%m-%Y %H:%M") LOG_FILE="/config/logging/emby_scan.txt" TMP_FILE="/tmp/tmp_emby_radarr.txt" DL_FILE="/config/scripts/dl_radarr.txt" DEL_FILE="/config/scripts/del_radarr.txt" REN_FILE="/config/scripts/ren_radarr.txt" EMBY_URL="" EMBY_RADARR_APIKEY="" local_movie_path="" remote_movie_path="" if [ "${radarr_eventtype}" != "" ]; then if [ "${radarr_eventtype}" == "ApplicationUpdate" ] || [ "${radarr_eventtype}" ==...
I will love this feature, even if is just a simple database implementation.