{"id":24792388,"url":"https://github.com/zly-u/zly_reapack","last_synced_at":"2026-02-06T12:11:36.582Z","repository":{"id":221894556,"uuid":"755702655","full_name":"Zly-u/zly_reapack","owner":"Zly-u","description":"Zly's ReaPack Repository","archived":false,"fork":false,"pushed_at":"2025-11-17T17:04:50.000Z","size":8209,"stargazers_count":4,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-17T18:10:32.830Z","etag":null,"topics":["lua","otomad","reapack","reaper","reaper-scripts","reascripts","ytpmv"],"latest_commit_sha":null,"homepage":"","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Zly-u.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"polar":null,"custom":"https://boosty.to/zly"}},"created_at":"2024-02-10T20:55:09.000Z","updated_at":"2025-11-17T17:04:54.000Z","dependencies_parsed_at":"2024-02-10T22:20:33.336Z","dependency_job_id":"dddb278a-d207-4180-bfc2-c7317f3f703f","html_url":"https://github.com/Zly-u/zly_reapack","commit_stats":null,"previous_names":["zly-u/nagashizar_reapack","zly-u/zly_reapack"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Zly-u/zly_reapack","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zly-u%2Fzly_reapack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zly-u%2Fzly_reapack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zly-u%2Fzly_reapack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zly-u%2Fzly_reapack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Zly-u","download_url":"https://codeload.github.com/Zly-u/zly_reapack/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zly-u%2Fzly_reapack/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29160810,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-06T07:18:23.844Z","status":"ssl_error","status_checked_at":"2026-02-06T07:13:32.659Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["lua","otomad","reapack","reaper","reaper-scripts","reascripts","ytpmv"],"created_at":"2025-01-29T20:33:36.917Z","updated_at":"2026-02-06T12:11:36.533Z","avatar_url":"https://github.com/Zly-u.png","language":"Lua","funding_links":["https://boosty.to/zly"],"categories":[],"sub_categories":[],"readme":"# Zly's ReaPack Repository\n\n# About\nA repo of scripts that I have made for simplifying and automating my personal Music/YTPMV work processes.\n\nEach script's folder should contain a ReadMe describing what each script does, if it doesn't please poke me, I easily forget to do such things.\n\n\n# Adding the Repo into [ReaPack](https://reapack.com/):\n1. Add `https://github.com/Zly-u/zly_reapack/raw/master/index.xml` through: `Extensions` -\u003e `ReaPack` -\u003e `Import Repositories`\n2. And, just in case: `Extensions` -\u003e `ReaPack` -\u003e `Synchronize Packages`\n\n\n# TEMPLATES\n\n### [ImGui_Script.lua](https://github.com/Zly-u/zly_reapack/blob/master/_Templates/ImGui_Script.lua)\nAn ImGui template script to easily start developing scripts with UIs.  \nIt already contains some helper functionality such as:\n  * A base organisation for Window and UI development with [ReaImGui](https://github.com/cfillion/reaimgui).\n  * Contains ReaImGui demo for the ease of learning UI dev for it.\n  * Dependencies Checker.\n  * Multiline String Constructor `MultLineStringConstructor(...)`.\n  * Path Relative scripts requiring through `require(module)`.\n  * Modified native `print(...)` function to work with Reaper's console.\n  * `URL_Openner(URL)`.\n  * Borrowed and slightly modified `InfoHelper` from ReaImGui: `ImGui_InfoMarker(ctx, desc)`.\n  * Converts ReaImGui's and JS's functions into simplified OOP kinda oriented syntax, examples:\n    * `reaper.ImGui_Begin(ctx)` -\u003e `ImGui.Begin(ctx)`\n    * `reaper.JS_Dialog_BrowseForOpenFiles(...)` -\u003e `JS.Dialog_BrowseForOpenFiles(...)`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzly-u%2Fzly_reapack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzly-u%2Fzly_reapack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzly-u%2Fzly_reapack/lists"}