From 714d3c8cca8b4ca47a62baa61d49ee3b21452f01 Mon Sep 17 00:00:00 2001 From: marios Date: Fri, 3 Apr 2020 14:32:04 +0300 Subject: [PATCH] Update cmpl.sh --- anime_scripts/cmpl.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/anime_scripts/cmpl.sh b/anime_scripts/cmpl.sh index 3d60359..7a051bd 100755 --- a/anime_scripts/cmpl.sh +++ b/anime_scripts/cmpl.sh @@ -16,10 +16,12 @@ cd /scripts bash notif.sh "$name"; if [[ "$category" == "Anime" ]]; then - echo "Running jellyfin namer"; + echo "Running jellyfin namer and subtitle converter"; if [[ -d "$root_path" ]]; then + bash subtitle-converter.sh "$root_path"; bash jellyfin-namer.sh "$root_path"; else + bash subtitle-converter.sh "$save_path"; bash jellyfin-namer.sh "$save_path"; fi fi