Skip to content

Commit

Permalink
Merge pull request #34 from jonian/python_acestream
Browse files Browse the repository at this point in the history
Use python-acestream library and create pypi compatible structure
  • Loading branch information
jonian authored Nov 13, 2018
2 parents 7d2aac6 + e49a983 commit e5118c6
Show file tree
Hide file tree
Showing 17 changed files with 392 additions and 529 deletions.
6 changes: 4 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
*test*
*sample*
build
dist

*.egg-info
*pycache*
*.pyc*
File renamed without changes.
11 changes: 4 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Acestream Launcher allows you to open Acestream links with a Media Player of you

## Dependencies
```text
python, libnotify, acestream-engine
python, pyhon-acestream, libnotify, acestream-engine
```

Since `v1.0.0` acestream-launcher uses [Acestream Engine HTTP API](http://wiki.acestream.org/wiki/index.php/Engine_HTTP_API) that is available on acestream-engine `v3.1` or later.
Expand Down Expand Up @@ -48,7 +48,7 @@ verbose = false
Install required dependencies (compatible with python 2 and 3):

```shell
sudo apt-get install python
sudo apt-get install python python-pip
```

Install optional dependencies (support for desktop notifications):
Expand Down Expand Up @@ -81,15 +81,12 @@ sudo snap install acestreamplayer
```

## Installation
Install the package with the Python Package Index using `pip` command.

```shell
git clone "https://github.com/jonian/acestream-launcher.git"
cd acestream-launcher
sudo ./install.sh
pip install acestream-launcher
```

The script will install acestream-launcher in `/opt` directory.

## Packages
Arch Linux: [AUR Package](https://aur.archlinux.org/packages/acestream-launcher)
OpenSUSE: [Build Service](https://build.opensuse.org/project/show/home:drommer:p2pstreams) by [@Drommer](https://github.com/Drommer)
Expand Down
Empty file removed __init__.py
Empty file.
8 changes: 4 additions & 4 deletions acestream-launcher.desktop
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[Desktop Entry]
Version=1.0
Name=Acestream Launcher
Name=AceStream Launcher
GenericName=Media player
Comment=Open Acestream links with MPV Media Player
Exec=/usr/bin/acestream-launcher %u
TryExec=/usr/bin/acestream-launcher
Comment=Open AceStream links with any Media Player
Exec=acestream-launcher %u
TryExec=acestream-launcher
Icon=multimedia-video-player
Terminal=false
Type=Application
Expand Down
215 changes: 0 additions & 215 deletions acestream_engine.py

This file was deleted.

Loading

0 comments on commit e5118c6

Please sign in to comment.