From d9978a454ed58a47038cbadc876b2419582ce560 Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Fri, 30 Nov 2018 13:07:50 -0800 Subject: [PATCH 1/4] Roadmap items --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d571762..eb3f77f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,4 @@ # pycmx -Python CMX3600 Edit Decision List Parser The `pycmx` package provides a basic interface for parsing a CMX3600 EDL. @@ -48,7 +47,8 @@ May not be addressed: * Does not parse source list at end of EDL. Probably beyond the scope of this module: -* Does not parse timecode entries +* Does not parse timecode entries. +* Does not parse color correction notes. For this functionality we refer you to [pycdl](https://pypi.org/project/pycdl/) or [cdl-convert](https://pypi.org/project/cdl-convert/). ## Should I Use This? From a90f6305c3549bd9219d124b0411bda7ff8150d4 Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Fri, 30 Nov 2018 13:20:41 -0800 Subject: [PATCH 2/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eb3f77f..12303c2 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ May not be addressed: * Does not parse source list at end of EDL. Probably beyond the scope of this module: -* Does not parse timecode entries. +* Does not parse timecode entries. For this we recommend [timecode](https://pypi.org/project/timecode/). * Does not parse color correction notes. For this functionality we refer you to [pycdl](https://pypi.org/project/pycdl/) or [cdl-convert](https://pypi.org/project/cdl-convert/). ## Should I Use This? From 8a2106f849bf1e4e278a0eccbe6af0d579af828d Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Fri, 30 Nov 2018 13:41:49 -0800 Subject: [PATCH 3/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 12303c2..eb3f77f 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ May not be addressed: * Does not parse source list at end of EDL. Probably beyond the scope of this module: -* Does not parse timecode entries. For this we recommend [timecode](https://pypi.org/project/timecode/). +* Does not parse timecode entries. * Does not parse color correction notes. For this functionality we refer you to [pycdl](https://pypi.org/project/pycdl/) or [cdl-convert](https://pypi.org/project/cdl-convert/). ## Should I Use This? From 772fbeb909b9f9f367257e0bb604f559d77b1873 Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Fri, 30 Nov 2018 14:13:23 -0800 Subject: [PATCH 4/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eb3f77f..96f5710 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # pycmx -The `pycmx` package provides a basic interface for parsing a CMX3600 EDL. +The `pycmx` package provides a basic interface for parsing a CMX 3600 EDL and its most most common variations. ## Features