Flat file sound library, sorting and writing ID3
  • PHP 97%
  • JavaScript 2.9%
  • CSS 0.1%
Find a file
raphaelbastide 25e2c2b477 clickable tags
2024-08-12 15:09:14 +02:00
css clickable tags 2024-08-12 15:09:14 +02:00
js clickable tags 2024-08-12 15:09:14 +02:00
lib/getid3 First commit 2021-06-16 19:19:05 +02:00
.gitignore First commit 2021-06-16 19:19:05 +02:00
clap.png Logo anim 2021-06-17 16:10:31 +02:00
functions.php First commit 2021-06-16 19:19:05 +02:00
index.php clickable tags 2024-08-12 15:09:14 +02:00
README.md Fixed tag seach, Readme update, mp3 and ogg are behing handled, more columns… 2022-09-12 11:44:53 +02:00
write.php Fixed tag seach, Readme update, mp3 and ogg are behing handled, more columns… 2022-09-12 11:44:53 +02:00

Clap

Flat file sound library, sorting and writing ID3.

What it does

  • No database, all data are stored in the sound file
  • Tags that can be filtered
  • Live Search
  • Sort by duration
  • Live write ID3 tags on mp3 including comments and titles, more to come

Good to know

  • Needs php 7+
  • Make sure sounds/ is writable and contains sound files
  • Use the app at your own risk, it may contain bugs and erase your existing ID3 data
  • The app will use the ID3 comment field to store keywods
  • Both OGG and MP3 ID3 data can be written and read. If you chose to work with OGG, vorbis-tools is needed on the system apt-get install -y vorbis-tools.

clap screenshot

Licence

AGPL