Newbie: Some files were not moved

Hi all,
I am new to Beets and I already love it …
I just import my library by using the docker version of it

after some time my library was imported but there were some files left behind and I am not entirely sure why …??

I will post my config below if anyone can help :slight_smile: please :slight_smile:

plugins: fetchart embedart convert scrub replaygain lastgenre chroma web
directory: /music
library: /config/musiclibrary.blb
art_filename: albumart
threaded: yes
original_date: no
per_disc_numbering: no

match:
    strong_rec_thresh: 0.50

convert:
    auto: no
    ffmpeg: /usr/bin/ffmpeg
    opts: -ab 320k -ac 2 -ar 48000
    max_bitrate: 320
    threads: 1
    
paths:
    default: $albumartist/$album-%aunique{}/$track - $title
    singleton: Non-Album/$artist - $title
    comp: Compilations/$album-%aunique{}/$track - $title
    albumtype_soundtrack: Soundtracks/$album/$track $title 
        
import:
    write: yes
    copy: no
    from_scratch: yes
    default_action: asis
    duplicate_action: keep
    bell: yes
    move: yes
    resume: yes
    incremental: yes
    quiet_fallback: ask
    timid: no
    log: /config/beet.log

lastgenre:
    auto: yes
    source: album

embedart:
    auto: yes

fetchart:
    auto: yes
    
replaygain:
    auto: yes 

scrub:
    auto: yes

replace:
    '^\.': _
    '[\x00-\x1f]': _
    '[<>:"\?\*\|]': _
    '[\xE8-\xEB]': e
    '[\xEC-\xEF]': i
    '[\xE2-\xE6]': a
    '[\xF2-\xF6]': o
    '[\xF8]': o
    '\.$': _
    '\s+$': ''

web:
    host: 0.0.0.0
    port: 8337

‘some files’, as in music files or others?

Have you checked the permissions of said files?

music files *.flac

all files have same permissions and all are FLAC

Maybe this is where I have something wrong on my config

Hi! Can you give us some specifics about exactly what the files looked like beforehand, what the import session did, and what the files looked like afterward?

For example, it’s possible that the match for that album had fewer tracks, so some songs were left behind.

I think the issue is

default_action: asis
duplicate_action: keep
incremental: yes

it looks like if i put it to ask and no then it asks for any files to be confirmed
otherwise it does as is and it leaves the file on the old folder instead of moving it .

Before path
./import_from/AC_DC/Live From the Atlantic Studios/Open.flac
After path
./Music_library/AC_DC/Highway to Hell-/10 - Night Prowler.flac

the before path has not been imported on the library but has the id3tag altered

it looks it does the job… i think the issues is as before default_action: asis