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
I have downloaded, built and installed the latest version as instructed on a ubuntu.
I've tried to run the example :
musly -N
musly -x mp3 -a /path/to/my/music
musly -p input.mp3
Creating a new collection and analyzing a directory worked fine (first and second command).
But the last command did not work.
I get the following output:
Installed audio decoder: libav
Reading collection file: collection.musly
Loaded 29 musly tracks to memory.
Initializing jukebox...
File not found in collection! Aborting.
The text was updated successfully, but these errors were encountered:
I had the same issue, but I think I found the problem.
When you run musly -l are the paths of your files correct ?
If you use linux tab while writing the directory name in musly -a /path/to/dir a final "/" will be added turning it into path/to/dir/. Then musly saves the files as /path/to/dir//track01.mp3, /path/to/dir//track02.wav, etc. Therefore it doesn't find the file /path/to/dir/track01.mp3 afterwards.
It should be a simple fix in the main.cpp code, but meanwhile just avoid adding a final "/" to your path.
I have downloaded, built and installed the latest version as instructed on a ubuntu.
I've tried to run the example :
Creating a new collection and analyzing a directory worked fine (first and second command).
But the last command did not work.
I get the following output:
The text was updated successfully, but these errors were encountered: