skill

1482Currently online
153Today's Reading
16Share Today
Multilingual display

trc lyrics to lrc lyrics

2018-03-04 09:36:00

The main idea of this experience is to delete all <***> (* is 0-9 digits) in the file and convert it to lrc file in bulk

Tools/Materials
1

Notepad++

2

Command prompt

Methods/Steps
1

Open the trc file with Notepad++ and press Ctrl +H

2

Find target < Replace with [Replace All Find target > Replace with] Replace all Find target \[([0-9]+)\] Delete the words in the replace box and save all replace

3

If it is a batch, put the finished file in a folder, open the command prompt, go to the folder, type ren *.trc *.lrc enter

Matters needing attention
1

Notepad++ version 6.88 or later

2

If the Windows system does not have a command prompt, download the cmd.exe file from the Internet

Recommendation