Skip to content

Commit

Permalink
update username variable for nfc media player
Browse files Browse the repository at this point in the history
  • Loading branch information
BlitzCityDIY committed Nov 4, 2024
1 parent 60ecc7e commit 328a9f9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Raspberry_Pi_NFC_Movie_Player/nfc_movie_player.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
from adafruit_pn532.spi import PN532_SPI

# ---- Update these file paths for your raspberry pi! ----
home_path = "/home/YOUR-USERNAME"
image_path = f"{home_path}/Pictures/blinka.png"
movie_path = f"{home_path}/Videos"
username = "YOUR-USERNAME"
image_path = f"/home/{username}/Pictures/blinka.png"
movie_path = f"/media/{username}/YOUR-M.2-DRIVE-NAME"
csv_file = "movies.csv"
# ----

Expand Down

0 comments on commit 328a9f9

Please sign in to comment.