Hello, I have installed funkwhale 1.4.0 on a debian system (on a raspberry pi).
Before importing music, I make sure to tag it with beets.
Everything is working very smoothly, but a lot of music does not get imported for reasons I don't understand. I run the import with the following command:
venv/bin/funkwhale-manage import_files xxxxxx '/media/music' --username user --in-place --recursive
The command always terminates successfully with the message:
Successfully imported N new tracks in ...s
For details, please refer to import reference ...
But when I visit funkwhale, the music is not imported. Visiting the URL with the import details, I get a generic "Error" status. Hovering the mouse pointer on the link I get the generic message "This track could not be processed, please make sure it is tagged correctly" and clicking on the question mark I get no further details.
Is it possible to understand more details about the import error, since it is so common?
Also, using ffprobe it seems as tags are there! Here is the result of ffprobe:
Input #0, mp3, from '01 Roadhouse Blues.mp3':
Metadata:
title : Roadhouse Blues
artist : The Doors
track : 1/11
album : Morrison Hotel
disc : 1/1
date : 1970-02-09
genre : Psychedelic Rock
TBPM : 0
compilation : 0
TDOR : 0000
lyrics-XXX :
TIPL : arranger
album_artist : The Doors
publisher : Rhino/Elektra
Artist Credit : The Doors
MusicBrainz Artist Id: 847
MusicBrainz Album Id: 81314
Album Artist Credit: The Doors
MusicBrainz Album Artist Id: 847
Duration: 00:04:04.84, start: 0.000000, bitrate: 320 kb/s
Stream #0:0: Audio: mp3, 44100 Hz, stereo, fltp, 320 kb/s
How can I see more details about what goes wrong during an import? Why is the command line output so shy?
Thanks!