Skip to content

Commit

Permalink
fix movies posters
Browse files Browse the repository at this point in the history
  • Loading branch information
Arial-Z committed Jan 21, 2023
1 parent 863d598 commit d39c7d1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions movies-renamer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -226,8 +226,10 @@ do
get-mal-poster # check / download poster
if [ "$PMM_INSTALL_TYPE" == "docker" ]
then
echo " file_poster: $POSTERS_PMM_FOLDER/${mal_id}.jpg" >> $animes_titles
echo " file_poster: $POSTERS_PMM_FOLDER/${mal_id}.jpg" >> $movies_titles
printf "$(date +%Y.%m.%d" - "%H:%M:%S)\t\tPoster added\n" >> $LOG
else
echo " file_poster: $POSTERS_FOLDER/${mal_id}.jpg" >> $animes_titles
echo " file_poster: $POSTERS_FOLDER/${mal_id}.jpg" >> $movies_titles
printf "$(date +%Y.%m.%d" - "%H:%M:%S)\t\tPoster added\n" >> $LOG
fi
done < $SCRIPT_FOLDER/ID/movies.tsv

0 comments on commit d39c7d1

Please sign in to comment.