twynb / AudioStreamSplitting

A tool that takes a long audio file, splits it into separate songs and attempts to identify them.
https://twynb.github.io/AudioStreamSplitting/
GNU General Public License v3.0
2 stars 0 forks source link

Allow custom file name formatting and different file formats #34

Closed twynb closed 1 year ago

twynb commented 1 year ago

Current state: The API stores all files in MP3 format, with the song title being the file name.

Optimal state: The API allows users to (optionally) supply their own name format and file type. The front-end has the required config fields for that. The name format could have a default in the .env too, which could also be configurable via the frontend.

twynb commented 1 year ago

Done in https://github.com/4lex0017/AudioStreamSplitting/pull/43