You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently use getID3 to extract metadata and bitrate from uploaded songs, which can only handle certain types of files -which is where the file type restriction comes from.
Switch to using ffmpeg/ffprobe, which can in theory handle any file type.
This would not be adding a dependency, as we already have ffmpeg to handle the transcoding - in fact it would be removing one.
The text was updated successfully, but these errors were encountered:
We currently use getID3 to extract metadata and bitrate from uploaded songs, which can only handle certain types of files -which is where the file type restriction comes from.
Switch to using ffmpeg/ffprobe, which can in theory handle any file type.
This would not be adding a dependency, as we already have ffmpeg to handle the transcoding - in fact it would be removing one.
The text was updated successfully, but these errors were encountered: