DetlevD:
Note: No program is protected against incorrect operation by the user.
Hopefully the deleted files have landed in the basket and could be restored.
What files you see in mp3tag list view, that depends on which main work folder (subfolder tree) is selected with Mp3tag.
If you move files from within the current view within a subfolder tree, these files do not leave the current list view.
If you move files from within the current view to an outside folder, these files leave the current list view.
It can help to insert a column into the Mp3tag list view:
Name / Name: Pfad
Value (one line) / Wert (eine Zeile):
$ifgreater ( $len ( %_path% ) , 100 ,
$regexp ( %_folderpath% , ' ^(.+\\\\)(?:.+?\\\\){2}$ ' , ' $1 ' )
$ifgreater ( $len ( %_parent_directory% ) , 22 , $left ( %_parent_directory% , 10 ) ' ** '
$right ( %_parent_directory% , 10 ) , %_parent_directory% ) ' \ '
$ifgreater ( $len ( %_directory% ) , 22 , $left ( %_directory% , 10 ) ' ** '
$right ( %_directory% , 10 ) , %_directory% ) ' \ '
$ifgreater ( $len ( %_filename% ) , 50 , $left ( %_filename% , 24 ) ' ** '
$right ( %_filename% , 24 ) ' . ' %_extension% , %_filename_ext% ) , %_path% )
Field / Feld:
Sort by / Sortieren nach: $left ( %_folderpath% $repeat ( $char ( 32 ) , 256 ) , 256 ) %_filename%
DD.20170916.1100.CEST
Hi thanks. I moved the mp4 files not in an subfolder, i moved them from my pc to my NAS. It couldnt be the Problem. See my comment below, it works fine, when i start the program as administator...