{"id":22611393,"url":"https://github.com/webcooltz/bulk-rename","last_synced_at":"2026-04-27T12:04:06.719Z","repository":{"id":167789949,"uuid":"643418531","full_name":"webcooltz/bulk-rename","owner":"webcooltz","description":"Helps users to bulk rename files and auto-complete metadata","archived":false,"fork":false,"pushed_at":"2024-01-08T15:52:19.000Z","size":1048,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-28T23:22:04.893Z","etag":null,"topics":["bulk-operation","metadata","nodejs","rename"],"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/webcooltz.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":"2023-05-21T05:07:11.000Z","updated_at":"2023-05-21T05:10:41.000Z","dependencies_parsed_at":"2024-01-08T17:10:37.550Z","dependency_job_id":null,"html_url":"https://github.com/webcooltz/bulk-rename","commit_stats":null,"previous_names":["webcooltz/bulk-rename"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/webcooltz/bulk-rename","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webcooltz%2Fbulk-rename","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webcooltz%2Fbulk-rename/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webcooltz%2Fbulk-rename/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webcooltz%2Fbulk-rename/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/webcooltz","download_url":"https://codeload.github.com/webcooltz/bulk-rename/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webcooltz%2Fbulk-rename/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32335303,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T23:26:28.701Z","status":"online","status_checked_at":"2026-04-27T02:00:06.769Z","response_time":128,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["bulk-operation","metadata","nodejs","rename"],"created_at":"2024-12-08T16:10:40.450Z","updated_at":"2026-04-27T12:04:06.654Z","avatar_url":"https://github.com/webcooltz.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# bulk-rename instructions\n\n## Table of Contents\n\n- [Input](#input)\n- [Running the app](#running-the-app)\n\n## Input\n\n- Put your info into the `input.json` file in the 'input' folder\n- Include quotes around the string you put in\n\n`imdbId`:\n\n- The show's IMDB title ID\n- Found in the URL [imdb.com/title/tt0417299](https://www.imdb.com/title/tt0417299)\n- Example: `\"tt0417299\"`\n\n`fileDirectory`:\n\n- The file directory where your videos are kept\n- Example: `\"D:/TV Shows/Person of Interest (2011)/season1/\"`\n- It should fix it automatically if the directory address is wrong, but try to put it in the format above\n\n### File example\n\n`{\n    \"imdbId\": \"tt0111161\",\n    \"fileDirectory\": \"D:/TV Shows/Person of Interest (2011)/season1/\"\n}`\n\n## New Input ?\n\n- Scrape data manually using a Chrome extension\n- Add episode data to /input/episodes.csv\n- Add show data to /input/show-info.csv\n\n## Running-the-app\n\n- Open in VS Code or another IDE\n\n### Download packages\n\n- Run `npm i` to download the packages\n\n#### Pre-scraped data\n\n- Scrape data using Chrome extension\n- Paste episode data into /input/episodes.csv\n- Paste show data into /input/show-info.csv\n- Run `npm run convert` to convert episode data\n- Run `npm run convert2` to convert show data\n\n### Getting current video metadata\n\n- Run `npm run prep` to get the videos' metadata in your directory listed in the /input/input.json file\n- It will compare the scraped IMDB data and match them up\n- Double-check the info is correct before proceeding\n\n### Renaming videos\n\n- Run `npm run rename`\n\n#### If a video failed\n\n- Check the `results/failedVideos.json` file to see which videos failed\n- You may have to manually fix these (using iTunes or another program)\n\n### Acceptable scenarios\n\n- S06E01.mkv\n\n#### Not working\n\n- Stargate.SG-1.S07E01.720p.BluRay.x264-BORDURE.mkv\n\n## Deprecated\n\n### Scraping episode/show data\n\n- Run `npm run scrape` to scrape IMDB and get the show's info saved\n- Double-check the info is correct before proceeding\n\n### Changing video file metadata\n\n- Run `npm run change` to change your video metadata\n- Double-check there are no errors\n- Delete the old video files\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebcooltz%2Fbulk-rename","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwebcooltz%2Fbulk-rename","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebcooltz%2Fbulk-rename/lists"}