teticio / Deej-AI

Create automatic playlists by using Deep Learning to *listen* to the music.
GNU General Public License v3.0
334 stars 52 forks source link

Skips all MP3s #79

Closed JavaScythe closed 9 months ago

JavaScythe commented 9 months ago

I have ffmpeg, gstreamer, librosa, soundfile, audioread, yet none of my mp3s are processed. Running Arch Linux, installed dependencies via pacman (some from AUR)

image

How do I get this working

teticio commented 9 months ago

Sorry to hear that. Best advice I can give you is to change the try / except block that skips the mp3s to raise the exception or at least log the error. That should give you a clue as to what is failing.