Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/austinlmayes/gpc
An extremely niche utility library for converting plans from Planning Center Services to a master control Obsidian Onyx cuelist.
https://github.com/austinlmayes/gpc
Last synced: 28 days ago
JSON representation
An extremely niche utility library for converting plans from Planning Center Services to a master control Obsidian Onyx cuelist.
- Host: GitHub
- URL: https://github.com/austinlmayes/gpc
- Owner: AustinLMayes
- Created: 2023-11-17T09:28:27.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-09-05T06:06:48.000Z (2 months ago)
- Last Synced: 2024-09-06T11:01:29.244Z (2 months ago)
- Language: Ruby
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GPCUtils
An extremely niche utility library for converting plans from Planning Center Services to a master control Obsidian Onyx cuelist.
General order of operations:
1. rake load_show - Loads the show file into the database.
2. rake create_service[id] - Downloads the plan from Planning Center Services and creates a `service.json` file that can be manipulated.
3. rake import_service - Imports the `service.json` file into the database.
4. rake save_show - Creates a massive SQL export of the show file that can be imported into the Onyx database.**Note:** This is a work in progress and will need modifications to work with your specific use case. Use this as a starting point and modify as needed. I may make this more generic in the future, but for now it is very specific to my needs.