{"id":30939215,"url":"https://github.com/wraient/ice","last_synced_at":"2025-10-27T23:38:05.559Z","repository":{"id":314012710,"uuid":"1053800910","full_name":"Wraient/ice","owner":"Wraient","description":null,"archived":false,"fork":false,"pushed_at":"2025-09-10T01:11:15.000Z","size":41,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-10T03:57:48.665Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/Wraient.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-10T00:35:08.000Z","updated_at":"2025-09-10T01:11:18.000Z","dependencies_parsed_at":"2025-09-10T04:03:27.989Z","dependency_job_id":"bb37f584-c9d6-4bcc-b35e-e314fd0275fa","html_url":"https://github.com/Wraient/ice","commit_stats":null,"previous_names":["wraient/ice"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/Wraient/ice","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Wraient%2Fice","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Wraient%2Fice/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Wraient%2Fice/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Wraient%2Fice/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Wraient","download_url":"https://codeload.github.com/Wraient/ice/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Wraient%2Fice/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281361403,"owners_count":26487881,"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","status":"online","status_checked_at":"2025-10-27T02:00:05.855Z","response_time":61,"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":[],"created_at":"2025-09-10T19:11:36.128Z","updated_at":"2025-10-27T23:38:05.554Z","avatar_url":"https://github.com/Wraient.png","language":"Go","readme":"# Ice\n\nWatch Shows/Movies with Tracking and resume.\n\n## Demo\n\nhttps://github.com/user-attachments/assets/7c6da538-c780-4ef7-8b57-31fbd3f01c22\n\n## Highlights\n- Fast speed since links are from googleusercontent (20 Mb/s+)\n- Large collection\n- Track Shows/Movies to resume easily\n\n## Limitations\n- Cannot seek through Shows/Movies since the link is not seekable.\n\n## Install\nYou need: `mpv` (required), `rofi` (optional), a working Go toolchain if building from source.\n\n\u003cdetails\u003e\n\u003csummary\u003eArch Linux\u003c/summary\u003e\n  \n```bash\n# Using Paru\nparu -Sy ice-cli-bin\n\n# Using Yay\nyay -Sy ice-cli-bin\n```\n\n\u003c/details\u003e\n\n\n\u003cdetails\u003e\n\u003csummary\u003eGeneric Installation\u003c/summary\u003e\n\nChoose the appropriate binary for your system:\n\n```bash\n# For Linux x86_64:\ncurl -Lo ice https://github.com/Wraient/ice/releases/latest/download/ice-linux-amd64\n\n# For Linux ARM64:\ncurl -Lo ice https://github.com/Wraient/ice/releases/latest/download/ice-linux-arm64\n\n# For macOS ARM64:\ncurl -Lo ice https://github.com/Wraient/ice/releases/latest/download/ice-darwin-arm64\n\n# For macOS x86_64:\ncurl -Lo ice https://github.com/Wraient/ice/releases/latest/download/ice-darwin-amd64\n\nchmod +x ice\nsudo mv ice /usr/bin/\nice\n```\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eBuild from Source\u003c/summary\u003e\n  \n```bash\ngit clone https://github.com/Wraient/ice.git\ncd ice\ngo build -o ice ./cmd/ice\n./ice --help\n```\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n  \n\u003csummary\u003eSimple Global Install (Go \u003e=1.21)\u003c/summary\u003e\n\n```bash\ngo install github.com/Wraient/ice/cmd/ice@latest\n```\n\nEnsure `GOBIN` (typically `$HOME/go/bin`) is on your PATH.\n\n\u003c/details\u003e\n\n## Dependencies\nArch (pacman): `sudo pacman -S mpv rofi`\n\nDebian/Ubuntu: `sudo apt install mpv rofi`\n\nFedora: `sudo dnf install mpv rofi`\n\nopenSUSE: `sudo zypper install mpv rofi`\n\nRofi is optional; omit if you only want terminal selection.\n\n## Usage\nBasic run (interactive search prompt in terminal):\n```bash\nice\n```\n\nRofi mode:\n```bash\nice -rofi\n```\n\nResume or search selection appears if you already have stored shows.\n\n### Flags\n| Flag | Description | Default |\n|------|-------------|---------|\n| `-player` | Media player (mpv only for now) | `mpv` |\n| `-storage-path` | Base data dir (db + logs) | `$HOME/.local/share/ice` |\n| `-percentage-to-mark-complete` | Percent watched before auto-advancing | `92` |\n| `-rofi` | Force rofi selection menus | `false` |\n| `-no-rofi` | Force disable rofi (even if config enables) | `false` |\n| `-save-mpv-speed` | Persist last mpv playback speed | `true` |\n| `-next-episode-prompt` | (Reserved / legacy) ask before advancing | `false` |\n| `-quality` | Override preferred quality for this run |  |\n| `-debug` | Write verbose provider + request logs | `false` |\n\nExample\n\n```bash\nice -player=mpv\nice -rofi\nice -debug\nice -quality 1080p\n```\n\n### Debugging\nEnable with:\n```bash\nice -debug\n```\nWrites to `~/.config/ice/debug.log` including:\n* Session init \u0026 synthesized visitor cookie\n* Search request/response bodies (truncated)\n* Endpoint timing \u0026 payloads\n\n## Configuration File\nCreated at: `~/.config/ice/ice.conf`\nKeys (auto-added if missing):\n```\nPlayer=mpv\nStoragePath=$HOME/.local/share/ice\nPercentageToMarkComplete=92\nNextEpisodePrompt=false\nRofiSelection=false\nSaveMpvSpeed=true\nPreferredQuality=1080p\n```\nEditing can be done manually; the app updates `PreferredQuality` when you pick a new one.\n\n## License\n[MIT LICENSE](LICENSE)\n\n## Credits\n- https://acermovies.val.run/ (For api)\n- [Jerry](https://github.com/justchokingaround/jerry) (For inspiration)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwraient%2Fice","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwraient%2Fice","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwraient%2Fice/lists"}