{"id":15086039,"url":"https://github.com/madeindjs/add-movie-cover","last_synced_at":"2026-02-19T13:32:34.044Z","repository":{"id":226674801,"uuid":"769358381","full_name":"madeindjs/add-movie-cover","owner":"madeindjs","description":"Add covers to movies files","archived":false,"fork":false,"pushed_at":"2024-05-12T08:20:26.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-20T12:03:13.012Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/madeindjs.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}},"created_at":"2024-03-08T22:07:03.000Z","updated_at":"2024-05-12T08:20:29.000Z","dependencies_parsed_at":null,"dependency_job_id":"fa48062b-001e-48c3-8761-16def0fce774","html_url":"https://github.com/madeindjs/add-movie-cover","commit_stats":{"total_commits":7,"total_committers":2,"mean_commits":3.5,"dds":0.1428571428571429,"last_synced_commit":"f47e80724f03167cceae7307daa49c1c06de6ff9"},"previous_names":["madeindjs/add-movie-cover"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/madeindjs/add-movie-cover","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madeindjs%2Fadd-movie-cover","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madeindjs%2Fadd-movie-cover/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madeindjs%2Fadd-movie-cover/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madeindjs%2Fadd-movie-cover/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/madeindjs","download_url":"https://codeload.github.com/madeindjs/add-movie-cover/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madeindjs%2Fadd-movie-cover/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29614949,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-19T13:04:20.082Z","status":"ssl_error","status_checked_at":"2026-02-19T13:03:33.775Z","response_time":117,"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":[],"created_at":"2024-09-25T07:04:23.185Z","updated_at":"2026-02-19T13:32:34.027Z","avatar_url":"https://github.com/madeindjs.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Movie cover\n\n[![npm version](https://badge.fury.io/js/movie-cover.svg)](https://badge.fury.io/js/movie-cover)\n\nAdd covers to movies files:\n\n1. Parse the scene / p2p release name from the filename\n2. search the movie on [themoviedb.org](https://www.themoviedb.org/)\n3. Use [ffmpeg](https://ffmpeg.org/) to add a cover to the file\n\n## Install\n\n```sh\nnpm i movie-cover\n```\n\n## Usage\n\n### CLI\n\n```sh\nTHEMOVIEDB_KEY=\"YOUR-API-KEY\" movie-cover ./movies/Halloween.II.2009.THEATRICAL.Cut.MULTi3.1080p.Bluray.HDLight-Zone80.mkv\n```\n\n### Lib\n\n```js\nimport { addCoverToMovieFile } from \"movie-cover\";\n\nawait addCoverToMovieFile(\n  \"./movies/Halloween.II.2009.THEATRICAL.Cut.MULTi3.1080p.Bluray.HDLight-Zone80.mkv\",\n  \"YOUR-API-KEY\"\n);\n```\n\n## Todo\n\n- [ ] support `.mp4` files (and maybe other formats)\n- [ ] improve the TUI using [terminal-image](https://www.npmjs.com/package/terminal-image) to ask confirmation before doing the change\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmadeindjs%2Fadd-movie-cover","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmadeindjs%2Fadd-movie-cover","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmadeindjs%2Fadd-movie-cover/lists"}