{"id":28003280,"url":"https://github.com/connorsweeneydev/termusic","last_synced_at":"2025-05-09T02:01:12.611Z","repository":{"id":290413708,"uuid":"974374432","full_name":"ConnorSweeneyDev/TerMusic","owner":"ConnorSweeneyDev","description":null,"archived":false,"fork":false,"pushed_at":"2025-04-28T17:36:11.000Z","size":71214,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-28T18:30:59.305Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"CMake","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ConnorSweeneyDev.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2025-04-28T17:18:29.000Z","updated_at":"2025-04-28T17:36:14.000Z","dependencies_parsed_at":"2025-04-28T18:43:13.162Z","dependency_job_id":null,"html_url":"https://github.com/ConnorSweeneyDev/TerMusic","commit_stats":null,"previous_names":["connorsweeneydev/termusic"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ConnorSweeneyDev%2FTerMusic","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ConnorSweeneyDev%2FTerMusic/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ConnorSweeneyDev%2FTerMusic/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ConnorSweeneyDev%2FTerMusic/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ConnorSweeneyDev","download_url":"https://codeload.github.com/ConnorSweeneyDev/TerMusic/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253176434,"owners_count":21866142,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2025-05-09T02:00:26.780Z","updated_at":"2025-05-09T02:01:12.499Z","avatar_url":"https://github.com/ConnorSweeneyDev.png","language":"CMake","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TerMusic\nA terminal-based music player written using SDL, FTXUI, TagLib, SQLite and FFmpeg.\n\n# How to Build\nThis project is optimized to be built on Windows using MSVC.\n\n1. Ensure that you have [MSVC](https://visualstudio.microsoft.com/downloads/) installed.\n2. Ensure that you have [CMake](https://cmake.org/download/) installed, you can run `winget install Kitware.CMake` if\n   you don't.\n3. Ensure that you have [LLVM](https://releases.llvm.org/) installed, you can run `winget install LLVM.LLVM` and put the\n   install location in your environment variables if you don't (for language server and clang-format support).\n4. Execute `script/build.sh` followed by `script/run.sh`.\n\n# How to Update Dependencies\nAll dependencies are vendored and stored in the `external` directory. Version information for dependencies can be found\nin `external/version_info.txt`.\n\n### SDL\n1. Download the source code for the [release](https://github.com/libsdl-org/SDL/releases) you want.\n2. Put the contents of the extracted folder in `external/SDL2`.\n3. Put a copy of `external/SDL_mixer/include/SDL_mixer.h` in `external/SDL2/include`.\n\n### SDL_mixer\n1. Download the source code for the [release](https://github.com/libsdl-org/SDL_mixer/releases) you want.\n2. Put the contents of the extracted folder in `external/SDL_mixer`.\n3. Put a copy of `external/SDL_mixer/include/SDL_mixer.h` in `external/SDL2/include`.\n4. Run `external/SDL_mixer/external/download.sh` and remove all git related files in each of the cloned folders.\n5. Remove `external/SDL_mixer/.gitmodules`.\n\n### FTXUI\n1. Download the source code for the [release](https://github.com/ArthurSonzogni/FTXUI/releases) you want.\n2. Put the contents of the extracted folder in `external/ftxui`.\n3. Remove all git related files in the extracted folder.\n\n### TagLib\n1. Download the source code for the [release](https://github.com/taglib/taglib/releases) you want.\n2. Download the source code for [utfcpp](https://github.com/nemtrif/utfcpp/releases) release you want.\n3. Put the contents of the extracted folder in `external/taglib`.\n4. Put the contents of the extracted utfcpp folder in `external/taglib/3rdparty/utfcpp`.\n5. Remove all git related files in both extracted folders.\n6. Remove the line `option(BUILD_SHARED_LIBS \"Build shared libraries\" OFF)` from `external/taglib/CMakeLists.txt`.\n7. Move all `.h` and `.tcc` files from `external/taglib/taglib` to `external/taglib/include` recursively, ensuring that\n   they are all on the same level.\n\n### SQLite\n1. Download the amalgamation for the [release](https://www.sqlite.org/download.html) you want.\n2. Put the `sqlite3.c` and `sqlite3.h` files in `external/sqlite/source` and `external/sqlite/include/sqlite`\n   respectively.\n\n### FFmpeg\n1. Download the pre-built [release](https://www.gyan.dev/ffmpeg/builds/) essentials for the version you want.\n2. Put the executable in `external/ffmpeg`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fconnorsweeneydev%2Ftermusic","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fconnorsweeneydev%2Ftermusic","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fconnorsweeneydev%2Ftermusic/lists"}