I want to copy mp3 files to usb disk, and I don't delete these MP3 files.
How to create an action for this copying mp3 files?
There is no action to copy files.
You can move files to a new location.
If you want to copy the selected files, use Edit>Copy ...
Thank you very much!
But using Edit>Copy is more slower than Copying Action, and it needs mouse clicking and key striking.
Do you have another way(eg. Programming mode)?
But this format action could delete MP3 files from source directory.
I don't hope to delete MP3 files.
I hope it still there.
As I said:
... with an action but you can't copy them.
poster
September 14, 2024, 10:55am
7
Use external sync-software. i.e
Freefilesync
SyncbackFree
or
I use the built-in (windows) robocopy.exe to backup my music files.
Thanks to the "last modified" date for every metadata change (Mp3tag -> File -> Options -> Tags -> "Preserve file modification time when saving tags" UNCHECKED) robocopy.exe detects every change I have made and copy such files to my external hard drives and NAS.
Every unchanged file will not be transferred.
With this basic form of "incremental backup", you are sure that you have a 1:1 master copy without the need to restore sā¦
I use Mp3Tag Options|Tool to copy MP3 Files.
Create a tool named "CopyToUdisk"
Path: C:\Windows\System32\CMD.exe
Parameter: /c copy %_FILENAME_EXT% C:\test\%ALBUM%