crazydevman / mute-profanity

XBMC add-on used to mute profanity
GNU General Public License v3.0
33 stars 14 forks source link

Bleep profanity in the srt #5

Closed crazydevman closed 11 years ago

crazydevman commented 11 years ago

Suggestion from user dyingisgain:

Edit the srt file itself replacing the filtered words with **** or #@$ or the like Implementation:

  1. Setting lets the user set this option
  2. Current EDLCreator script either edits the original srt file as it is searching or writes everything including changes to a new file and overwrites the old at the end.

I like this idea, as many users would like to avoid seeing the profanity on the screen as well. I would recommend keeping the original srt in tact (but with a new name) in case the user would like the run the plugin again but with different settings.