Search Criteria
Package Details: acestream-launcher 2.1.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/acestream-launcher.git (read-only, click to copy) |
---|---|
Package Base: | acestream-launcher |
Description: | Acestream Launcher allows you to open Acestream links with a Media Player of your choice |
Upstream URL: | https://github.com/jonian/acestream-launcher |
Keywords: | acestream player streaming |
Licenses: | GPL |
Conflicts: | acestream-launcher-git |
Provides: | acestream-launcher |
Submitter: | jonian |
Maintainer: | jonian |
Last Packager: | jonian |
Votes: | 54 |
Popularity: | 0.122897 |
First Submitted: | 2015-10-23 22:14 (UTC) |
Last Updated: | 2021-04-28 17:30 (UTC) |
Dependencies (6)
- python (python38, python37, python3.7, nogil-python, python39, python36, python311, python32)
- python-acestream
- python-setuptools (make)
- acestream-engine (acestream-engine-stable) (optional)
- libnotify (libnotify-gtk2, libnotify-id-git, libnotify-id, libnotify-git) (optional)
- mpv (mpv-sndio, mpv-semifull-git, mpv-thin, mpv-vapoursynth-git, mpv-caca, mpv-amd-full-git, mpv-light, mpv-pipewire, mpv-light-pulse, mpv-full, mpv-vapoursynth, mpv-git, mpv-full-git, mpv-full-build-git, mpv-build-git) (optional)
Latest Comments
qark commented on 2022-05-01 10:18 (UTC)
Please consider moving to PEP 517 packaging.
InvisibleRasta commented on 2022-03-01 22:24 (UTC)
is this still working? i have been trying to load a stream and i am getting errors
luigibu commented on 2021-11-27 22:59 (UTC)
It is working! nice. I got issues with VLC not playing the url. But i test it with DRAGON PLAYER and works great! :)
Crstian commented on 2020-02-01 16:57 (UTC) (edited on 2020-02-01 16:57 (UTC) by Crstian)
I use yay as aur helper, i did yay -Sy python-acestream acestream-launcher.
Tested and works!
dmikalutsk commented on 2019-12-14 09:50 (UTC)
Works flawlessly, changed default player to VLC. Tested, works!
The only solution which worked.
Thank you very much
rvf16 commented on 2019-11-16 13:57 (UTC) (edited on 2019-11-16 19:07 (UTC) by rvf16)
Found the answer to the following error.
Rebuilt and installed python-acestream and acestream-launcher after the python-3.8.0-1 update.
There were unresolvable dependencies on executing "pacaur -Sy python-acestream acestream-launcher" so i downloaded the snapshots from AUR, built the packages (makepkg) and installed them by hand (pacaur -U python-acestream-0.1.5-1.pkg.tar.xz acestream-launcher-2.0.1-1.pkg.tar.xz).
Regards
Hello.
I have a python error (python-3.8.0-1) :
Traceback (most recent call last):
File "/bin/acestream-launcher", line 6, in <module>
File "/usr/lib/python3.8/site-packages/pkg_resources/init.py", line 3251, in <module>
File "/usr/lib/python3.8/site-packages/pkg_resources/init.py", line 3234, in _call_aside
File "/usr/lib/python3.8/site-packages/pkg_resources/init.py", line 3263, in _initialize_master_working_set
File "/usr/lib/python3.8/site-packages/pkg_resources/init.py", line 583, in _build_master
File "/usr/lib/python3.8/site-packages/pkg_resources/init.py", line 900, in require needed = self.resolve(parse_requirements(requirements))
File "/usr/lib/python3.8/site-packages/pkg_resources/init.py", line 786, in resolve raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'acestream-launcher==2.0.1' distribution was not found and is required by the application
Zamolskis commented on 2019-07-15 18:12 (UTC)
Works flawlessly, changed default player to VLC. Tested, works!
The only solution which worked.
Thank you very much
jonian commented on 2018-11-14 20:45 (UTC)
@sgar I updated the package. Thanks for the tip!
sgar commented on 2018-11-14 09:19 (UTC)
nice package, u can further improve the pkgbuild with the --skip-build flag in the package section, as it is already built in the build()...
https://wiki.archlinux.org/index.php/Python_package_guidelines#distutils
jonian commented on 2018-10-31 22:37 (UTC) (edited on 2018-10-31 22:37 (UTC) by jonian)
Hi @wellsaid, it works fine for me. Try to reinstall acestream-engine. Maybe someone else has a better suggestion.
wellsaid commented on 2018-10-31 22:30 (UTC) (edited on 2018-10-31 22:31 (UTC) by wellsaid)
Hi recently this package stopped working (maybe a python upgrade broke acestream-engine?) If i use the new -v option i obtain the following output: https://pastebin.com/FzFJFsFH
jonian commented on 2018-09-30 09:34 (UTC)
The latest version (1.2.0) has support for --verbose (-v) argument. You can use it to see player/engine output/errors in console.
Please report bugs on github issue tracker https://github.com/jonian/acestream-launcher/issues.
blum commented on 2018-09-29 06:37 (UTC)
Yes, works fine with mpv, but with mplayer the result is the same as with vlc.
digitalone commented on 2018-09-26 21:14 (UTC)
Use mpv.
rhabbachi commented on 2018-09-26 21:01 (UTC)
Facing the same problem as @blum, suspecting a VLC problem.
blum commented on 2018-09-23 06:47 (UTC)
Hello, Since the last update I have a problem with acestream-launcher or acestreamengine,
$ acestream-launcher acestream://.................. --player /usr/bin/vlc Streaming started, launching player...
Exiting... LIVE - status: playing down: 1396.0 kb/s up: 0.0 kb/s peers: 21
It exits right after the player is shown, with no error or anything. Is there any way to know what could be wrong?
Thanks
jonian commented on 2018-08-26 17:19 (UTC)
@joaojotta it would be better if you created an alias in .bashrc like
alias acestream-launcher="acestream-launcher -p vlc"
or and edited .desktop file in ~/.local/share/applications.jonian commented on 2018-08-26 17:11 (UTC)
@Brofjst Yes, it is indeed created by acestream-engine here https://aur.archlinux.org/cgit/aur.git/tree/acestream-engine.install?h=acestream-engine.
Brofjst commented on 2018-08-26 10:01 (UTC) (edited on 2018-08-26 10:18 (UTC) by Brofjst)
@nico_ok do not remove it or acestream won't work (at least not on kodi, i do not know for other usages). Btw the account it is not made by acestream-launcher but i think it's made by acestream-engine.
joaojotta commented on 2018-08-21 20:38 (UTC) (edited on 2018-08-21 20:41 (UTC) by joaojotta)
Just managed to change the default media player by changing the line in acestream_launcher.py:
default='mpv' to default='vlc'
This is how it looks now:
parser.add_argument( '-p', '--player', help='the media player command to use (default: mpv)', default='vlc' )
nico_ok commented on 2018-08-20 21:39 (UTC)
Just installed and all working great.I have noticed a new user account has now being created (acestream): is this expected behaviour? or can/should remove? Thanks a lot!
RemoteAdmin commented on 2018-06-09 15:03 (UTC)
Requires
makedepends=("desktop-file-utils")
forupdate-desktop-database
joaojotta commented on 2018-04-30 17:14 (UTC)
Hum... quickquestion: How do I change the default media player from mpv something else? Let’s say it’s vlc. Thanks
Plexcon commented on 2018-04-25 18:10 (UTC) (edited on 2018-04-30 16:31 (UTC) by Plexcon)
Thank you. By default it asks you to have installed the MPV player. gpg --keyserver pgp.mit.edu --recv-keys FCF986EA15E6E293A5644F10B4322F04D67658D8
Install from console: yaourt -S acestream-launcher
Example of use in console: $ acestream-launcher acestream://cfda068e6b1d48678782e19302bf03fc5d55ec58
egrupled commented on 2018-02-26 00:18 (UTC)
Thanks!
jonian commented on 2018-02-26 00:07 (UTC)
@egrupled done. Thanks for the tip.
egrupled commented on 2018-02-26 00:03 (UTC) (edited on 2018-02-26 00:04 (UTC) by egrupled)
Can you change:
to:
otherwise it won't automatically download new version if previous one is stored.
jonian commented on 2018-02-25 10:36 (UTC)
@Drommer please report this upstream at https://github.com/jonian/acestream-launcher/issues since this is not a packaging issue.
Drommer commented on 2018-02-25 09:11 (UTC)
@jonian After last update KDE Plasma crushing with next error: [7545:7545:0225/110743.707507:ERROR:zygote_communication_linux.cc(314)] Failed to send GetTerminationStatus message to zygote
D4v2z commented on 2017-07-21 23:57 (UTC)
JasonP commented on 2017-07-17 20:18 (UTC)
jonian commented on 2017-07-17 08:28 (UTC) (edited on 2017-07-17 08:40 (UTC) by jonian)
JasonP commented on 2017-07-16 18:23 (UTC)
jonian commented on 2017-04-29 13:03 (UTC)
Haron_Prime commented on 2017-04-25 15:23 (UTC) (edited on 2017-04-25 15:30 (UTC) by Haron_Prime)
RusWolf commented on 2017-04-25 15:15 (UTC) (edited on 2017-04-25 15:17 (UTC) by RusWolf)
Haron_Prime commented on 2017-04-25 08:31 (UTC) (edited on 2017-04-25 12:48 (UTC) by Haron_Prime)
paki976 commented on 2016-05-15 09:15 (UTC)
qs9rx commented on 2015-10-31 17:41 (UTC)