{"id":13448120,"url":"https://github.com/h3llrais3r/Auto-Subliminal","last_synced_at":"2025-03-22T08:31:45.890Z","repository":{"id":12621654,"uuid":"15292873","full_name":"h3llrais3r/Auto-Subliminal","owner":"h3llrais3r","description":"Auto-Subliminal, the automated subliminal subtitle downloader","archived":false,"fork":false,"pushed_at":"2024-05-22T21:45:52.000Z","size":162625,"stargazers_count":41,"open_issues_count":5,"forks_count":8,"subscribers_count":7,"default_branch":"master","last_synced_at":"2024-05-22T22:22:05.526Z","etag":null,"topics":["automated","downloader","movies","shows","subliminal","subtitle"],"latest_commit_sha":null,"homepage":"https://h3llrais3r.github.io/Auto-Subliminal/","language":"CSS","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/h3llrais3r.png","metadata":{"files":{"readme":"README.md","changelog":"changelog.html","contributing":".github/CONTRIBUTING.md","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,"publiccode":null,"codemeta":null}},"created_at":"2013-12-18T19:59:05.000Z","updated_at":"2024-05-28T21:40:02.812Z","dependencies_parsed_at":"2023-09-23T09:52:07.199Z","dependency_job_id":"bb6426f0-1609-468b-a18f-09833f3dc904","html_url":"https://github.com/h3llrais3r/Auto-Subliminal","commit_stats":null,"previous_names":[],"tags_count":23,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/h3llrais3r%2FAuto-Subliminal","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/h3llrais3r%2FAuto-Subliminal/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/h3llrais3r%2FAuto-Subliminal/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/h3llrais3r%2FAuto-Subliminal/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/h3llrais3r","download_url":"https://codeload.github.com/h3llrais3r/Auto-Subliminal/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221826269,"owners_count":16887128,"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":["automated","downloader","movies","shows","subliminal","subtitle"],"created_at":"2024-07-31T05:01:36.270Z","updated_at":"2024-10-28T12:30:20.791Z","avatar_url":"https://github.com/h3llrais3r.png","language":"CSS","funding_links":[],"categories":["Python","CSS"],"sub_categories":[],"readme":"# Auto-Subliminal [![License](https://img.shields.io/github/license/h3llrais3r/Auto-Subliminal.svg)](https://github.com/h3llrais3r/Auto-Subliminal/blob/master/LICENSE) [![Percentage of issues still open](http://isitmaintained.com/badge/open/h3llrais3r/Auto-Subliminal.svg)](http://isitmaintained.com/project/h3llrais3r/Auto-Subliminal \"Percentage of issues still open\") [![Average time to resolve an issue](http://isitmaintained.com/badge/resolution/h3llrais3r/Auto-Subliminal.svg)](http://isitmaintained.com/project/h3llrais3r/Auto-Subliminal \"Average time to resolve an issue\")\n\n| Status   |                                                                                                                                                                                                       Master |                                                                                                                                                                                                            Development |\n| -------- | -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |\n| CI       | [![CI Status](https://github.com/h3llrais3r/Auto-Subliminal/actions/workflows/ci.yaml/badge.svg?branch=master)](https://github.com/h3llrais3r/Auto-Subliminal/actions/workflows/ci.yaml?query=branch:master) | [![CI Status](https://github.com/h3llrais3r/Auto-Subliminal/actions/workflows/ci.yaml/badge.svg?branch=development)](https://github.com/h3llrais3r/Auto-Subliminal/actions/workflows/ci.yaml?query=branch:development) |\n| Coverage |                             [![Coverage Status](https://coveralls.io/repos/github/h3llrais3r/Auto-Subliminal/badge.svg?branch=master)](https://coveralls.io/github/h3llrais3r/Auto-Subliminal?branch=master) |                             [![Coverage Status](https://coveralls.io/repos/github/h3llrais3r/Auto-Subliminal/badge.svg?branch=development)](https://coveralls.io/github/h3llrais3r/Auto-Subliminal?branch=development) |\n\n## About\n\nWelcome to Auto-Subliminal, the automated python subtitle downloader!\n\nThis is a modified version of the discontinued Auto-Sub Alpha 0.5.8 project (https://code.google.com/p/auto-sub/).\nIt makes use of Subliminal (https://github.com/Diaoul/subliminal) for checking and downloading subtitles.\n\n## What it does\n\n- Easy and straightforward script that scans your TV and MOVIE contents\n- If no SUBTITLE is found (externally or internally) it will attempt to download one by using Subliminal\n- Subliminal will attempt to match the correct version of the subtitle with the file located on the disk\n- Once every day it will do a full rescan of your local content\n- Support to search/save/delete a subtitle individually\n- Support to play a video remotely (need to register a custom protocol handler on your remote machine)\n\n## Dependencies\n\n- To run Auto-Subliminal from source you need Python 3.8 or higher\n- Required dependencies: see [requirements.txt](requirements.txt)\n\n## How to use\n\n- Install python\n- Create a virtual environment and activate it\n- Install all requirements in the virtual environment: `pip install -r requirements.txt`\n- Start the script: `python AutoSubliminal.py`\n- If you didn't create a virutal environment, the script creates one for you with the name `.venv` in the project root and will restart the script in the virtual environment\n- If you didn't install the requirements, the script will install them for you in the virtual environment\n- A web browser should now open\n- Go to the config menu, check the settings and make sure you set at least:\n  - Video paths: The root folder(s) of your series and/or movies\n  - Default language: Your primary subtitle language\n  - Subliminal settings: Your minimal match score and used providers\n- Restart Auto-Subliminal\n\nEnjoy your subtitles!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fh3llrais3r%2FAuto-Subliminal","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fh3llrais3r%2FAuto-Subliminal","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fh3llrais3r%2FAuto-Subliminal/lists"}