Skip to content

Commit

Permalink
Fix log
Browse files Browse the repository at this point in the history
  • Loading branch information
Arial-Z committed Feb 15, 2024
1 parent c50dc90 commit 058971e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions movies-renamer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ do
printf "%s\t%s\t%s\t%s\t%s\n" "$imdb_id" "$mal_id" "$anilist_id" "$plex_title" "$asset_name" >> "$SCRIPT_FOLDER/config/ID/movies.tsv"
fi
done < "$SCRIPT_FOLDER/config/tmp/plex_movies_export.tsv"
printf "%s\t - Done\n" "$(date +%H:%M:%S)" | tee -a "$LOG"
printf "%s - Done\n\n" "$(date +%H:%M:%S)" | tee -a "$LOG"

# write PMM metadata file from ID/movies.tsv and jikan API
Expand Down

0 comments on commit 058971e

Please sign in to comment.