Using Notepad++ I can find and delete a line of text in a subtitle.srt file.
I've tried to figure a way of inputting two lines of text , to no avail, so I input the first line and let Notepad++ run through a batch of .srt files,delete the offending line, then input the second line and let it run through again.
This works good, except I would like it to take multiple lines as input to search and delete.
Anyone found a way - maybe a bat file using notepad++?
1
00:00:06,000 --> 00:00:12,074
Someone needs to stop Clearway Law.
Public shouldn't leave reviews for lawyers.
+ Reply to Thread
Results 1 to 5 of 5
-
-
put \r\n between those two lines, for example, if you search for:
Someone needs to stop Clearway Law.
Public shouldn't leave reviews for lawyers.
you put in find window:
Someone needs to stop Clearway Law.\r\nPublic shouldn't leave reviews for lawyers.
But you need to check option Extended(\n,\r,\t....) in the Find window. -
Great, it works.
So a carriage return \r followed by a line feed \n and the program continues to look for the next line?
I've been downloading many subtitles to add to TV recordings and that cryptic line shows up at different times.
Many thanks.!! -
I know this post is from a while back. If you're trying to delete multiple lines in Notepad++, it's pretty straightforward once you get the hang of it. Here’s how I usually do it:
Ctrl + F: Hit this to bring up the Find window.
Switch to the ""Replace"" tab: It’s next to “Find”.
Check ""Extended"": This helps you search for line breaks.
Find what: Type what you want to delete.
Replace with: Leave this blank.
Hit ""Replace All"": This deletes all the lines that match your search.
Here’s a cool link to learn more about it: https://notesonline.com/notepad .Last edited by Catw3lk; 10th Jul 2024 at 08:00.
-
Similar Threads
-
How to add the same tags to multiple lines at the same time?
By Malls Baloney in forum SubtitleReplies: 0Last Post: 23rd Sep 2020, 02:57 -
Delete or Replace Overlapping Subtitle Lines
By therealunno in forum SubtitleReplies: 0Last Post: 7th Sep 2020, 21:16 -
Find All Video Files with Multiple Sub Tracks
By koberulz in forum Newbie / General discussionsReplies: 7Last Post: 19th May 2020, 11:48 -
Subtitle Edit multiple lines: how to?
By lollozip in forum SubtitleReplies: 1Last Post: 15th Jan 2019, 14:58 -
How to find missing lines from a subtitle ?
By zyck in forum SubtitleReplies: 7Last Post: 6th Jan 2018, 17:25