Skip to content

Commit 7cd8106

Browse files
Merge pull request #513 from IAmVigneswaran/main
Updated developer-tools-and-frameworks
2 parents b2e7706 + 7fcfbf2 commit 7cd8106

File tree

14 files changed

+118
-45
lines changed

14 files changed

+118
-45
lines changed

docs/_includes/developer-tools-and-frameworks/airlift.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ Some of the core features include :
1515

1616
If you are a FCP user or developer who is trying to send or upload data to Airtable, you can use our tool!
1717

18-
Spearheaded by [Vigneswaran Rajkumar](https://twitter.com/IAmVigneswaran).
18+
Spearheaded by [Vigneswaran Rajkumar](https://bsky.app/profile/vigneswaranrajkumar.com).
1919

2020
[!button text="View on GitHub" target="blank" variant="info"](https://github.com/TheAcharya/Airlift)

docs/_includes/developer-tools-and-frameworks/csv2notion-neo.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,20 @@
22

33
![](/static/csv2notion-neo-social-card.png)
44

5-
CSV2Notion Neo provides an advance method to upload & merge *.csv files to Notion.
5+
CSV2Notion Neo provides an advance method to upload & merge *.csv or *.json files with images to Notion database.
66

77
Some of the core features include :
88

9-
- Actually merge CSV with existing database rows (not just add new ones), first column will be used as a key
10-
- Manually set column types instead of relying on autodetection
11-
- Automatically link or create new entries in relation columns based on their value
12-
- Upload files into "Files & media" column
13-
- Upload image file used for cover or icon
9+
- Merge CSV or JSON with the existing database, using the first column as a key to combine existing rows
10+
- Choose column types manually instead of letting Notion detecting them automatically
11+
- Link or create new entries in relation columns based on their values automatically
12+
- Easily upload files into the designated "Files & Media" column
13+
- Assign a icon for each row for quick identification
14+
- Set a cover or embed an image for each row to enhance visual representation
15+
- Upload image files for covers or icons
1416

1517
If you are a FCP user or developer who is trying to send or upload data to Notion, you can use our tool!
1618

17-
Spearheaded by [Vigneswaran Rajkumar](https://twitter.com/IAmVigneswaran).
19+
Spearheaded by [Vigneswaran Rajkumar](https://bsky.app/profile/vigneswaranrajkumar.com).
1820

1921
[!button text="View on GitHub" target="blank" variant="info"](https://github.com/TheAcharya/csv2notion-neo)

docs/_includes/developer-tools-and-frameworks/dawfilekit.md

Lines changed: 0 additions & 18 deletions
This file was deleted.

docs/_includes/developer-tools-and-frameworks/markersextractor-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ Some of the core features include :
1010
- Ability to batch extract and render stills or animated GIFs based on each marker's timecode
1111
- Ability to batch burn-in labels of each marker's metadata onto the stills or animated GIFs
1212

13-
Spearheaded by [Vigneswaran Rajkumar](https://twitter.com/IAmVigneswaran).
13+
Spearheaded by [Vigneswaran Rajkumar](https://bsky.app/profile/vigneswaranrajkumar.com).
1414

1515
[!button text="View on GitHub" target="blank" variant="info"](https://github.com/TheAcharya/MarkersExtractor)
Lines changed: 22 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,32 @@
1-
### Pipeline Neo
1+
### Pipeline Neo (CLI & Library)
22

33
![](/static/pipeline-neo-social-card.png)
44

5-
**Pipeline Neo** is a modern Swift framework and spiritual successor to the original [Pipeline](https://github.com/reuelk/pipeline), designed for professional video editing workflows. Built with Swift 6.0 and targeting macOS 12+, it provides a comprehensive API for parsing, creating, and manipulating FCPXML files with advanced timecode operations, async/await patterns, and robust error handling.
5+
**Pipeline Neo** is modern Swift 6 framework for working with Final Cut Pro's FCPXML with full concurrency support and SwiftTimecode integration. Pipeline Neo is a spiritual successor to the original [Pipeline](https://github.com/reuelk/pipeline), modernised for Swift 6.0 and contemporary development practices.
66

7-
The framework seamlessly integrates with [TimecodeKit](https://github.com/orchetect/TimecodeKit) to deliver type-safe operations for professional video editing environments. Pipeline Neo is currently in experimental development, focusing on core functionality while providing a foundation for future expansion. The entire codebase has been developed and refined using AI-assisted development practices.
7+
Pipeline Neo provides a comprehensive API for parsing, creating, and manipulating FCPXML files with advanced timecode operations, async/await patterns, and robust error handling. Built with Swift 6.0 and targeting macOS 12+, it offers type-safe operations, comprehensive test coverage, and seamless integration with SwiftTimecode for professional video editing workflows.
88

9-
#### AI Agent Development Collaboration
9+
Pipeline Neo is currently in an experimental stage and does not yet cover the full range of FCPXML attributes and parameters. It focuses on core functionality while providing a foundation for future expansion and feature completeness.
1010

11-
Pipeline Neo is refactored and developed using AI agents. [Vigneswaran Rajkumar](https://bsky.app/profile/vigneswaranrajkumar.com) welcomes developers interested in maintaining or contributing to the project through similar AI-assisted development approaches. Those passionate about AI-driven development workflows and looking to collaborate on expanding Pipeline Neo's capabilities are encouraged to reach out.
12-
13-
Developers with experience in AI agent development and FCPXML processing are invited to contact Vigneswaran Rajkumar for repository access and collaboration on advancing the framework's functionality.
11+
This codebase is developed using AI agents.
1412

1513
> [!IMPORTANT]
16-
> Pipeline Neo has yet to be extensively tested in production environments, real-world workflows, or application integration. This library serves as a modernised foundation for AI-assisted development and experimentation with FCPXML processing capabilities.
14+
> Pipeline Neo has yet to be extensively tested in production environments, real-world workflows, or application integration. This library serves as a modernised foundation for AI-assisted development and experimentation with FCPXML processing capabilities. Additionally, this project would not be actively maintained, so please consider this when planning long-term integrations.
15+
16+
#### Core Features
17+
18+
- Read, create, and modify FCPXML documents via a protocol-oriented API (resources, events, projects, sequences).
19+
- Load single .fcpxml files or .fcpxmld bundles (FCPXMLFileLoader; sync and async).
20+
- Parse and validate against bundled DTDs (1.5–1.14): structural/reference validation and DTD schema validation.
21+
- Typed access to resources, events, clips, and projects (helpers and APIs).
22+
- Timecode and timing with SwiftTimecode: CMTime, Timecode, FCPXML time strings; all FCP frame rates; frame-boundary conform.
23+
- Typed element filtering (FCPXMLElementType; multicam vs compound inferred from structure).
24+
- Cut detection on project spines: edit points (hard cut, transition, gap) and same-clip vs different-clips; sync and async.
25+
- Version conversion: convert to a target version (e.g. 1.14 → 1.10), strip elements not in target DTD, validate; save as .fcpxml or .fcpxmld (bundle from 1.10+).
26+
- Per-version DTD validation against a chosen version or the document’s declared version.
27+
- Media extraction and copy: extract asset/locator URLs, copy to a directory with deduplication; sync and async.
28+
- Timeline and export: build Timeline, export to FCPXML string or .fcpxmld bundle (optional media copy).
29+
- Experimental CLI: `pipeline-neo` with `--check-version`, `--convert-version`, `--extract-media` (see CLI README).
30+
- Sync and async APIs; dependency-injected, concurrency-safe design for Swift 6.
1731

1832
[!button text="View on GitHub" target="blank" variant="info"](https://github.com/TheAcharya/pipeline-neo)
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
### swift-daw-file-tools
2+
3+
A Swift library for reading and writing common import/export file formats between popular DAW and video editing applications with the ability to convert between formats.
4+
5+
## Supported File Formats
6+
7+
| Format | Read | Write |
8+
| :-------------------------------: | :-----------------: | :---------------------------------: |
9+
| Cubase: Track Archive XML | marker tracks only† | marker tracks only† |
10+
| Pro Tools: Session Info text file | full support | n/a |
11+
| Standard MIDI File | planned | convert marker tracks to MIDI files |
12+
| Logic Pro X | planned‡ | planned‡ |
13+
| Final Cut Pro XML (FCPXML) | full support | basic support |
14+
| Adobe Premiere XML | planned | planned |
15+
| SubRip SRT File | full support | full support |
16+
17+
*† Full read/write support for Cubase Track Archive XML files is implemented for marker tracks only at this time, and only when in absolute timebase or musical timebase where the tempo track uses only 'Jump' tempo events and there are no 'Ramp' tempo events.* Full support for all track and event types may come in a future version of this library on an as-needed basis.
18+
19+
*‡ Research is needed for Logic Pro X to determine what file formats are common and the viability of their implementation*.
20+
21+
[!button text="View on GitHub" target="blank" variant="info"](https://github.com/orchetect/swift-daw-file-tools)

docs/_includes/developer-tools-and-frameworks/timecodekit.md renamed to docs/_includes/developer-tools-and-frameworks/swift-timecode.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
### TimecodeKit
1+
### swift-timecode
22

3-
![](/static/timecodekit-banner.png)
3+
![](/static/swifttimecode-banner.png)
44

55
The most robust, precise and complete Swift library for working with SMPTE timecode. Supports 22 industry timecode frame rates, including conversions to/from timecode strings and offering timecode-based calculations.
66

77
Timecode is a standard for representing video frames and used for video burn-in timecode (BITC), or display in a DAW (Digital Audio Workstation) or video playback/NLE applications.
88

9-
[!button text="View on GitHub" target="blank" variant="info"](https://github.com/orchetect/TimecodeKit)
9+
[!button text="View on GitHub" target="blank" variant="info"](https://github.com/orchetect/swift-timecode)
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
### SwiftSecuencia
2+
3+
SwiftSecuencia provides a type-safe, Swift-native API for creating and exporting media timelines. Build timelines programmatically and export to professional formats for Final Cut Pro, audio production, and more.
4+
5+
[!button text="View on GitHub" target="blank" variant="info"](https://github.com/intrusive-memory/SwiftSecuencia)
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
### XLKit
2+
3+
![](/static/xlkit-social-card.png)
4+
5+
**XLKit** is a modern Swift library for creating and manipulating Excel (.xlsx) files on macOS and iOS. XLKit provides a fluent, chainable API that makes Excel file generation effortless while supporting advanced features like image embedding, CSV/TSV import/export, cell formatting, and both synchronous and asynchronous operations. Built with Swift 6.0 and targeting macOS 12+ and iOS 15+, it offers type-safe operations, comprehensive error handling, and security features. iOS support is available and tested in CI/CD.
6+
7+
Created by [Vigneswaran Rajkumar](https://bsky.app/profile/vigneswaranrajkumar.com).
8+
9+
[!button text="View on GitHub" target="blank" variant="info"](https://github.com/TheAcharya/XLKit)
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
### Pipeline Neo (CLI & Library)
2+
3+
![](/static/pipeline-neo-social-card.png)
4+
5+
**Pipeline Neo** is modern Swift 6 framework for working with Final Cut Pro's FCPXML with full concurrency support and SwiftTimecode integration. Pipeline Neo is a spiritual successor to the original [Pipeline](https://github.com/reuelk/pipeline), modernised for Swift 6.0 and contemporary development practices.
6+
7+
Pipeline Neo provides a comprehensive API for parsing, creating, and manipulating FCPXML files with advanced timecode operations, async/await patterns, and robust error handling. Built with Swift 6.0 and targeting macOS 12+, it offers type-safe operations, comprehensive test coverage, and seamless integration with SwiftTimecode for professional video editing workflows.
8+
9+
Pipeline Neo is currently in an experimental stage and does not yet cover the full range of FCPXML attributes and parameters. It focuses on core functionality while providing a foundation for future expansion and feature completeness.
10+
11+
This codebase is developed using AI agents.
12+
13+
> [!IMPORTANT]
14+
> Pipeline Neo has yet to be extensively tested in production environments, real-world workflows, or application integration. This library serves as a modernised foundation for AI-assisted development and experimentation with FCPXML processing capabilities. Additionally, this project would not be actively maintained, so please consider this when planning long-term integrations.
15+
16+
#### Core Features
17+
18+
- Read, create, and modify FCPXML documents via a protocol-oriented API (resources, events, projects, sequences).
19+
- Load single .fcpxml files or .fcpxmld bundles (FCPXMLFileLoader; sync and async).
20+
- Parse and validate against bundled DTDs (1.5–1.14): structural/reference validation and DTD schema validation.
21+
- Typed access to resources, events, clips, and projects (helpers and APIs).
22+
- Timecode and timing with SwiftTimecode: CMTime, Timecode, FCPXML time strings; all FCP frame rates; frame-boundary conform.
23+
- Typed element filtering (FCPXMLElementType; multicam vs compound inferred from structure).
24+
- Cut detection on project spines: edit points (hard cut, transition, gap) and same-clip vs different-clips; sync and async.
25+
- Version conversion: convert to a target version (e.g. 1.14 → 1.10), strip elements not in target DTD, validate; save as .fcpxml or .fcpxmld (bundle from 1.10+).
26+
- Per-version DTD validation against a chosen version or the document’s declared version.
27+
- Media extraction and copy: extract asset/locator URLs, copy to a directory with deduplication; sync and async.
28+
- Timeline and export: build Timeline, export to FCPXML string or .fcpxmld bundle (optional media copy).
29+
- Experimental CLI: `pipeline-neo` with `--check-version`, `--convert-version`, `--extract-media` (see CLI README).
30+
- Sync and async APIs; dependency-injected, concurrency-safe design for Swift 6.
31+
32+
[!button text="View on GitHub" target="blank" variant="info"](https://github.com/TheAcharya/pipeline-neo)

0 commit comments

Comments
 (0)