diff --git a/Raspberry_Pi_NFC_Movie_Player/nfc_movie_player.py b/Raspberry_Pi_NFC_Movie_Player/nfc_movie_player.py index 1857b3192..b1c96b9b9 100644 --- a/Raspberry_Pi_NFC_Movie_Player/nfc_movie_player.py +++ b/Raspberry_Pi_NFC_Movie_Player/nfc_movie_player.py @@ -16,7 +16,7 @@ # ---- Update these file paths for your raspberry pi! ---- username = "YOUR-USERNAME" image_path = f"/home/{username}/Pictures/blinka.png" -movie_path = f"/media/{username}/YOUR-M.2-DRIVE-NAME" +movie_path = "/mnt/movie_disk" csv_file = "movies.csv" # ----