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 a lot of error of this type when scanning ( mstream v5.13.1 docker ) :
2025-02-16T22:28:52.665Z error: File scan error: Warning: failed to add file /music/** - ***/03.mp3 to database: ENOENT: no such file or directory, open 'd41d8cd98f00b204e9800998ecf8427e.jpg'
Doing a lot of test and finally found the problem :
That 's not a name file or permission problem, it's my 'folder.jpg' which contains the album cover.
What i have done :
TEST 1 :
create a sub folder to isolate my collection with a problematic folder
duplicate it
running scan -> both folder give me scan error
TEST 2 :
deleted the folder.jpg in the second folder
running scan -> first folder give me scan error, the second is perfectly added
TEST 3 :
create a txt file named "1.jpg" in the second folder
running scan -> both folder give me scan error
Expected Behavior
No error with folder with jpg file in
Steps To Reproduce
create a new mstream docker
map a folder containing mp3 AND a jpg file in it
start the docker/scan
I have a lot of error of this type when scanning ( mstream v5.13.1 docker ) :
2025-02-16T22:28:52.665Z error: File scan error: Warning: failed to add file /music/** - ***/03.mp3 to database: ENOENT: no such file or directory, open 'd41d8cd98f00b204e9800998ecf8427e.jpg'
Doing a lot of test and finally found the problem :
That 's not a name file or permission problem, it's my 'folder.jpg' which contains the album cover.
What i have done :
TEST 1 :
create a sub folder to isolate my collection with a problematic folder
duplicate it
running scan -> both folder give me scan error
TEST 2 :
deleted the folder.jpg in the second folder
running scan -> first folder give me scan error, the second is perfectly added
TEST 3 :
create a txt file named "1.jpg" in the second folder
running scan -> both folder give me scan error
Expected Behavior
No error with folder with jpg file in
Steps To Reproduce
create a new mstream docker
map a folder containing mp3 AND a jpg file in it
start the docker/scan
Environment
CPU architecture
x86-64
Docker creation
Thanks !
EDIT :
I confirm, writted a script to rename all .jpg to .jpg1 and .png to png1 in my entire library, no single error during initial scan
The text was updated successfully, but these errors were encountered: