Simple audio player for PV tape series https://tapes.playvicio.us
Find a file
Zoë Bijl 104ae2b485 feat: add lang-attribute
The `lang`-attribute tells users and computers alike what language the page is in. It seems the language for this project at the moment is English, so that’s what I used as value.
2025-03-07 21:03:31 +01:00
assets Intial Project Commit 2025-03-05 16:14:37 -06:00
brain feat: add lang-attribute 2025-03-07 21:03:31 +01:00
.gitignore Intial Project Commit 2025-03-05 16:14:37 -06:00
composer.json Intial Project Commit 2025-03-05 16:14:37 -06:00
composer.lock Intial Project Commit 2025-03-05 16:14:37 -06:00
index.php Intial Project Commit 2025-03-05 16:14:37 -06:00
README.md updated read me 2025-03-05 17:35:22 -06:00

tapes

A simple audio player to listen to the PV Mixtape Series built with plain ole PHP and Javascript.

The only dependencies are Composer 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.

More fancy stuff later.

r.