Package Details: acestream-launcher 2.1.0-4

Git Clone URL: https://aur.archlinux.org/acestream-launcher.git (read-only, click to copy)
Package Base: acestream-launcher
Description: Open AceStream links with a Media Player of your choice
Upstream URL: https://github.com/jonian/acestream-launcher
Keywords: acestream player streaming
Licenses: GPL-3.0-only
Submitter: jonian
Maintainer: qark
Last Packager: qark
Votes: 53
Popularity: 0.50
First Submitted: 2015-10-23 22:14 (UTC)
Last Updated: 2024-03-10 09:42 (UTC)

Dependencies (9)

Required by (0)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 4 5 Next › Last »

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") for update-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!