{"id":26468736,"url":"https://github.com/javiorfo/bitsmuggler","last_synced_at":"2025-03-19T16:33:09.863Z","repository":{"id":279113104,"uuid":"935463291","full_name":"javiorfo/bitsmuggler","owner":"javiorfo","description":"TUI app to download YTS movies and opensubtitles subs","archived":false,"fork":false,"pushed_at":"2025-03-18T14:21:44.000Z","size":68,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-18T15:35:59.633Z","etag":null,"topics":["go","golang","linux","opensubtitles","torrents","yify","yts"],"latest_commit_sha":null,"homepage":"","language":"Go","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/javiorfo.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,"publiccode":null,"codemeta":null}},"created_at":"2025-02-19T13:41:45.000Z","updated_at":"2025-03-18T14:21:49.000Z","dependencies_parsed_at":"2025-02-23T21:24:14.775Z","dependency_job_id":"7af3c36e-1c99-4009-aead-4c942580d270","html_url":"https://github.com/javiorfo/bitsmuggler","commit_stats":null,"previous_names":["javiorfo/overflowix","javiorfo/bitsmuggler"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/javiorfo%2Fbitsmuggler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/javiorfo%2Fbitsmuggler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/javiorfo%2Fbitsmuggler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/javiorfo%2Fbitsmuggler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/javiorfo","download_url":"https://codeload.github.com/javiorfo/bitsmuggler/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244464166,"owners_count":20457005,"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":["go","golang","linux","opensubtitles","torrents","yify","yts"],"created_at":"2025-03-19T16:33:09.351Z","updated_at":"2025-03-19T16:33:09.857Z","avatar_url":"https://github.com/javiorfo.png","language":"Go","funding_links":["https://www.paypal.com/donate/?hosted_button_id=FA7SGLSCT2H8G"],"categories":[],"sub_categories":[],"readme":"# bitsmuggler\n*TUI app to download YTS movies and opensubtitles subs*\n\n## Caveats\n- Go version **1.24**\n- This program has been developed on and for Linux following open source philosophy.\n\n\u003cimg src=\"https://github.com/javiorfo/img/blob/master/bitsmuggler/bitsmuggler.png?raw=true\" alt=\"bitsmuggler\"/\u003e\n\n## Installation\n- Using Go\n```bash\ngo install github.com/javiorfo/bitsmuggler@latest\n```\n\n- Downloading, compiling and installing manually (Linux):\n```bash\ngit clone https://github.com/javiorfo/bitsmuggler\ncd bitsmuggler\nsudo make clean install\n```\n\n- From AUR Arch Linux:\n```bash\nyay -S bitsmuggler\n```\n\n## Description\n- This program is a kind of TUI wrapper of `YTS movies (a.k.a. yify)` server and `opensubtitles.com (a.k.a. opensubtitles.org)`\n- You can search and download movies from `YTS` server and search and download subtitles from `opensubtitles` server\n- Some properties could be define in a file stored as `.config/bitsmuggler/config.toml` [default values](https://github.com/javiorfo/bitsmuggler/blob/master/example/config.toml)\n\n## Usage\n- When **bitsmuggler** is executed it will search the latest movies ordered by rating \n- Write the name of a movie and press `enter` to search\n- Use the `up` and `down` keys to navigate the movies table or the subtitles table\n- Use `Ctrl+n` to go to the next page\n- Use `Ctrl+p` to go to the previous page\n- Use `Ctrl+s` to toggle between movies table and subtitles table\n    - The subtitle is bound to the movie (if there is no subtitle for the movie, the subtitle table will be empty)\n- Use `Ctrl+d` to add a movie or a subtitle to download\n    - The subtitle will be download almost instantly \n    - The movie will be added to an internal torrent client which will show the progress and peers connected\n- Use `Ctrl+r` to cancel download\n- Use `Ctrl+c` to exit **bitsmuggler**\n\n## Extra\n- The subtitle search is disabled by default. In case is needed, enable it and set the language using the **config.toml** [parameter](https://github.com/javiorfo/bitsmuggler/blob/master/example/config.toml).\n- The subtitle search is bound to the movie. Nonetheless, you can download only the subtitles.\n- Only one movie at the time could be downloaded. You can close **bitsmuggler** and when you open it again It will resume the incomplete download and finish it unless it is canceled by the user.\n- The quality selected by default is **1080** but could be modified in the config.toml file. Using 2160, 1080 or 720 (A fallback is used from mayor to minor. Ex: If 2160 is set and not found, it will search 1080 and so on).\n    \n## Demos and screenshots\n\n\u003cimg src=\"https://github.com/javiorfo/img/blob/master/bitsmuggler/bitsmuggler-simple.gif?raw=true\" alt=\"bitsmuggler\"/\u003e\n\n#### Using filters\n- **order** filter could be: *latest, oldest, rating, alphabetical, featured, year or likes*\n\u003cimg src=\"https://github.com/javiorfo/img/blob/master/bitsmuggler/bitsmuggler-filters.gif?raw=true\" alt=\"bitsmuggler\"/\u003e\n---\n\n### Donate\n- **Bitcoin** [(QR)](https://raw.githubusercontent.com/javiorfo/img/master/crypto/bitcoin.png)  `1GqdJ63RDPE4eJKujHi166FAyigvHu5R7v`\n- [Paypal](https://www.paypal.com/donate/?hosted_button_id=FA7SGLSCT2H8G)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaviorfo%2Fbitsmuggler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjaviorfo%2Fbitsmuggler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaviorfo%2Fbitsmuggler/lists"}