crazydevman / mute-profanity

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

Merge with existing EDL #7

Closed crazydevman closed 11 years ago

crazydevman commented 11 years ago

It's possible the user has already created an EDL for the movie to skip scenes (or for any other reason). Mute profanity doesn't need to overwrite that information, but instead could merge the scene markers with the ones Mute Profanity created.

Of course, if someone runs mute profanity again, we need to overwrite the scene markers that Mute Profanity created, while keeping the others intact.

Can you put comments in an EDL file that XBMC will ignore?

fauxpaux commented 11 years ago

Yes. You can comment with the same format as python. (i.e #This is a comment)

I stumbled on this the other day. They've got a merge edls method already.

On Aug 21, 2012, at 10:32 PM, brazilbrown - notifications@github.com wrote:

It's possible the user has already created an EDL for the movie to skip scenes (or for any other reason). Mute profanity doesn't need to overwrite that information, but instead could merge the scene markers with the ones Mute Profanity created.

Of course, if someone runs mute profanity again, we need to overwrite the scene markers that Mute Profanity created, while keeping the others intact.

Can you put comments in an EDL file that XBMC will ignore?

— Reply to this email directly or view it on GitHub.

crazydevman commented 11 years ago

Completed in 1.0 branch: existing lines in EDL will not be overwritten