{"id":18613883,"url":"https://github.com/sameera-madushan/subtitlebox","last_synced_at":"2025-04-10T23:32:09.182Z","repository":{"id":40960460,"uuid":"255407939","full_name":"sameera-madushan/SubtitleBOX","owner":"sameera-madushan","description":" Python script to download subtitles for your movies.","archived":true,"fork":false,"pushed_at":"2024-10-29T18:24:45.000Z","size":76,"stargazers_count":237,"open_issues_count":5,"forks_count":35,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-03-04T03:24:29.279Z","etag":null,"topics":["downloader","python","subdbapi","subtitle-downloader","subtitles"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sameera-madushan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"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}},"created_at":"2020-04-13T18:17:32.000Z","updated_at":"2024-12-05T14:17:18.000Z","dependencies_parsed_at":"2024-03-17T11:27:41.507Z","dependency_job_id":"959e6a5f-d15b-48bd-8ea4-b2222c023ac7","html_url":"https://github.com/sameera-madushan/SubtitleBOX","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sameera-madushan%2FSubtitleBOX","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sameera-madushan%2FSubtitleBOX/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sameera-madushan%2FSubtitleBOX/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sameera-madushan%2FSubtitleBOX/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sameera-madushan","download_url":"https://codeload.github.com/sameera-madushan/SubtitleBOX/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248316460,"owners_count":21083448,"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":["downloader","python","subdbapi","subtitle-downloader","subtitles"],"created_at":"2024-11-07T03:24:07.332Z","updated_at":"2025-04-10T23:32:08.869Z","avatar_url":"https://github.com/sameera-madushan.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"*This project is archived due to the **SubDB API** being inactive. Thanks to everyone who contributed!*\r\n# SBOX - Subtitle Box\r\n\r\nSBOX is a python script to download subtitles for your movies from [SubDB](http://thesubdb.com/) database using their API. SubDB is a free, centralized subtitle database intended to be used only by opensource and non-commercial softwares. \r\n\r\nPlease Note: Subtitle file will be downloaded in to the same folder as the correspondent video file.\r\n\r\n## Features\r\n- [x] Download subtitle files of different languages.\r\n- [x] Download subtitles for multiple movies at once.\r\n- [x] Command line mode for terminal users.\r\n\r\n![ezgif com-gif-maker](https://user-images.githubusercontent.com/55880211/79194420-21ebc280-7e4a-11ea-84b2-f155d43dcd0a.gif)\r\n\r\n## Git Installation\r\n```\r\n# clone the repo\r\n$ git clone https://github.com/sameera-madushan/SubtitleBOX.git\r\n\r\n# change the working directory to SubtitleBOX\r\n$ cd SubtitleBOX\r\n\r\n# install the requirements\r\n$ pip3 install -r requirements.txt\r\n```\r\n## (OSX/Linux only) Install tkinter\r\nIf you are running python 3.7 or later, nothing has to be done. Earlier python3 versions require installation.\r\n```\r\n# Debian/Ubuntu\r\n$ sudo apt install python3-tk\r\n\r\n# macOS\r\n# Follow the instructions on https://tkdocs.com/tutorial/install.html\r\n```\r\n\r\n## Usage\r\n\r\n```\r\npython sbox.py\r\n```\r\n\r\n```\r\nusage: sbox.py [-h] [-f FILE_PATH] [-lang LANGUAGE_CODE]\r\n\r\nSubtitleBOX CLI\r\n\r\noptional arguments:\r\n  -h, --help            show this help message and exit\r\n  -f FILE_PATH, --file_path FILE_PATH\r\n                        Path of the video file for which subtitles should be\r\n                        looked for\r\n  -lang LANGUAGE_CODE, --language_code LANGUAGE_CODE\r\n                        Language code for subtitles. Can be en, es, fr, it,\r\n                        nl, pl, pt, ro, sv, tr\r\n```\r\n## Contributors\r\n\r\nThanks goes to these wonderful people. :heart:\r\n\r\n\u003ctable\u003e\r\n  \u003ctr\u003e\r\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/JonathanPartain\"\u003e\u003cimg src=\"https://avatars0.githubusercontent.com/u/12885700?s=400\u0026u=242fea5b8de20586e1ae174056b7aa9fc04d95d6\u0026v=4\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eJonathan Partain\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003c/td\u003e\r\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/AlexMV12\"\u003e\u003cimg src=\"https://avatars1.githubusercontent.com/u/36054651?s=400\u0026v=4\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eAlessandro Falcetta\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003c/td\u003e\r\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/DarkCeptor44\"\u003e\u003cimg src=\"https://avatars2.githubusercontent.com/u/16278483?s=400\u0026u=1ebc14a87bd6f2e4df0cb1ff90f178cb1ea1beef\u0026v=4\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eMurilo Pagliuso\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003c/td\u003e\r\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/mihakodric\"\u003e\u003cimg src=\"https://avatars0.githubusercontent.com/u/32506231?s=400\u0026v=4\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003emihakodric\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003c/td\u003e\r\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/NBrown140\"\u003e\u003cimg src=\"https://avatars1.githubusercontent.com/u/9956767?s=400\u0026u=e4f68c09d01d986fa133a713ce4e8013c68db3a2\u0026v=4\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eNicolas Brown\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003c/td\u003e\r\n\r\n\u003c/table\u003e\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsameera-madushan%2Fsubtitlebox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsameera-madushan%2Fsubtitlebox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsameera-madushan%2Fsubtitlebox/lists"}