{"id":14235448,"url":"https://github.com/jonian/acestream-launcher","last_synced_at":"2025-04-09T19:18:57.520Z","repository":{"id":1913548,"uuid":"44841091","full_name":"jonian/acestream-launcher","owner":"jonian","description":"AceStream Launcher opens AceStream links with any Media Player","archived":false,"fork":false,"pushed_at":"2021-12-06T23:32:10.000Z","size":103,"stargazers_count":150,"open_issues_count":8,"forks_count":20,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-04-09T19:18:53.351Z","etag":null,"topics":["acestream","python","streaming"],"latest_commit_sha":null,"homepage":"","language":"Python","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/jonian.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-10-23T22:07:27.000Z","updated_at":"2025-03-06T19:38:19.000Z","dependencies_parsed_at":"2022-07-26T13:17:17.997Z","dependency_job_id":null,"html_url":"https://github.com/jonian/acestream-launcher","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/jonian%2Facestream-launcher","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonian%2Facestream-launcher/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonian%2Facestream-launcher/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonian%2Facestream-launcher/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jonian","download_url":"https://codeload.github.com/jonian/acestream-launcher/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248094990,"owners_count":21046770,"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":["acestream","python","streaming"],"created_at":"2024-08-20T21:01:56.239Z","updated_at":"2025-04-09T19:18:57.497Z","avatar_url":"https://github.com/jonian.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"# Acestream Launcher\nAcestream Launcher allows you to open Acestream links with a Media Player of your choice\n\n## Dependencies\n```text\npython, pyhon-acestream, libnotify, acestream-engine\n```\n\nSince `v1.0.0` acestream-launcher uses [Acestream Engine HTTP API](https://wiki.acestream.media/Engine_HTTP_API) that is available on acestream-engine `v3.1` or later.\n\n## Usage\n```shell\nacestream-launcher URL [--player PLAYER] [--engine ENGINE]\n```\n\n## Positional arguments\n```text\nURL                    The acestream url to play\n```\n\n## Optional arguments\n```text\n-h, --help             Show this help message and exit\n-p, --player  PLAYER   The media player command to use (default: mpv)\n-e, --engine  ENGINE   The engine command to use (default: acestreamengine --client-console)\n-t, --timeout TIMEOUT  Time in seconds to wait for stream playback (default: 30)\n-l, --hls              Get HLS stream instead of HTTP stream\n-v, --verbose          Show engine and media player output in console\n```\n\n## Configuration\nCreate `~/.config/acestream-launcher/config` file to override the default arguments. Use `tty` and `browser` sections to set different options when executing the script from the console or the web browser.\n\n```text\n[DEFAULT]\nplayer = vlc\nverbose = true\ntimeout = 60\nhost = 127.0.0.1\nport = 6878\n\n[tty]\nengine = acestreamengine --client-console --log-file /home/jonian/.ACEStream/engine.log\n\n[browser]\nengine = acestreamengine --client-gtk --log-file /home/jonian/.ACEStream/browser.log\nverbose = false\n```\n\n## Requirements\nInstall required dependencies (compatible with python 2 and 3):\n\n```shell\nsudo apt-get install python python-pip\n```\n\nInstall optional dependencies (support for desktop notifications):\n\n```shell\nsudo apt-get install libnotify\n```\n\nInstall Acestream engine manually (you can find actual links [here](https://wiki.acestream.media/Download#Linux) and detailed instructions [here](https://wiki.acestream.media/Install_Ubuntu)):\n\n```shell\nsudo apt-get install python-setuptools python-m2crypto python-apsw\n\nwget \"http://download.acestream.media/linux/acestream_3.1.49_ubuntu_18.04_x86_64.tar.gz\"\ntar zxvf acestream_3.1.49_ubuntu_18.04_x86_64.tar.gz\nsudo mv acestream_3.1.49_ubuntu_18.04_x86_64 /opt/acestream\n\nsudo sed -i \"/ROOT=/c\\ROOT=\\/opt\\/acestream\" /opt/acestream/start-engine\nsudo ln -sf /opt/acestream/start-engine /usr/bin/acestreamengine\n```\n\nInstall Acestream engine Snap package:\n\n```shell\nsudo snap install acestreamplayer\n```\n\n## Installation\nInstall the package with the Python Package Index using `pip` command.\n\n```shell\npip install acestream-launcher\n```\n\n## Packages\nArch Linux: [AUR Package](https://aur.archlinux.org/packages/acestream-launcher)  \nOpenSUSE: [Build Service](https://build.opensuse.org/project/show/home:drommer:p2pstreams) by [@Drommer](https://github.com/Drommer)\n\n## Browser integration  \nOnce it is installed, you can set it as default for the `acestream://` links in your browser. Check your browser preferences for default applications.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonian%2Facestream-launcher","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjonian%2Facestream-launcher","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonian%2Facestream-launcher/lists"}