Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mcartoixa/synology-dlm-rarbg
RarBG search module for Synology Download Manager
https://github.com/mcartoixa/synology-dlm-rarbg
rarbg search synology synology-downloadstation torrent
Last synced: 26 days ago
JSON representation
RarBG search module for Synology Download Manager
- Host: GitHub
- URL: https://github.com/mcartoixa/synology-dlm-rarbg
- Owner: mcartoixa
- License: mit
- Created: 2018-01-02T13:29:03.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-28T13:57:11.000Z (over 6 years ago)
- Last Synced: 2023-12-15T10:11:03.787Z (about 1 year ago)
- Topics: rarbg, search, synology, synology-downloadstation, torrent
- Language: PHP
- Size: 476 KB
- Stars: 78
- Watchers: 12
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Build status](https://travis-ci.org/mcartoixa/synology-dlm-rarbg.svg?branch=master)](https://travis-ci.org/mcartoixa/synology-dlm-rarbg)
# Installation
- Download [the latest version of the module](https://github.com/mcartoixa/synology-dlm-rarbg/releases/latest) and install it in the [BT Search section of Download Station](https://www.synology.com/en-global/knowledgebase/DSM/help/DownloadStation/download_setup#torrent).# Development
## Build- Run the following command from this directory: `build.bat`
- Prerequisites:
* PHP 5.6:
+ Make sure the following extensions are activated:
- php_curl
- php_mbstring
- php_openssl
+ Set an environment variable `PHP_HOME` that points to the PHP installation folder (e.g `C:\PROGRA~2\PHP\5.6`).