From 8303155f9c652791a35d064d62e57f83c6d87934 Mon Sep 17 00:00:00 2001 From: Ro Date: Wed, 5 Mar 2025 17:35:22 -0600 Subject: [PATCH] updated read me added some quick details about how it works and where to check it out in action --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b67bf6d..dc5b447 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,15 @@ # tapes -Simple audio player for PV tape series \ No newline at end of file +A simple audio player to listen to the PV Mixtape Series built with plain ole PHP and Javascript. + +The only dependencies are [Composer](https://getcomposer.org/) and PHP 8.2. + +Playlists are organized into folders under the `assets/audio/tapes` directory, i.e. `assets/audio/tapes/your-playlist-name`. + +Toss a `cover.jpg` file in your playlist folder, and your playlist will have a cool album cover. + +See this in action at [Tapes](https://tapes.playvicio.us/). + +More fancy stuff later. + +[r.](https://h-i.social/@are0h)