https://github.com/binhex/arch-siphonator
Docker build script for Arch Linux base with Siphonator
https://github.com/binhex/arch-siphonator
Last synced: 13 days ago
JSON representation
Docker build script for Arch Linux base with Siphonator
- Host: GitHub
- URL: https://github.com/binhex/arch-siphonator
- Owner: binhex
- License: gpl-3.0
- Created: 2025-03-21T15:59:48.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-06-14T09:38:30.000Z (15 days ago)
- Last Synced: 2025-06-14T10:32:08.539Z (15 days ago)
- Language: Shell
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
**Application**
[Siphonator](https://github.com/binhex/siphonator)
**Description**
Siphonator is a command line tool written in Python, designed to streamline the process of discovering and acquiring movies based on precise user-defined criteria, leveraging the extensive IMDb database. Users can construct complex filters to pinpoint films matching their specific preferences, automating the download process through integration with a torrent client.
**Build notes**
Latest commit to GitHub branch 'master'.
Siphonator is under **HEAVY** development right now, expect lack of documentation, major bugs and missing functionality.
**Usage**
```
docker run -d \
--name= \
-v :/config \
-v :/media \
-v :/data \
-v /etc/localtime:/etc/localtime:ro \
-e TZ=Etc/ \
-e UMASK= \
-e PUID= \
-e PGID= \
binhex/arch-siphonator
```Please replace all user variables in the above command defined by <> with the correct values.
**Example**
```
docker run -d \
--name=siphonator \
-v /media/tv:/media \
-v /apps/docker/deluge/data:/data \
-v /apps/docker/deluge/config:/config \
-v /etc/localtime:/etc/localtime:ro \
-e TZ=Etc/UTC \
-e UMASK=000 \
-e PUID=99 \
-e PGID=100 \
binhex/arch-siphonator
```**Notes**
User ID (PUID) and Group ID (PGID) can be found by issuing the following command for the user you want to run the container as:-
```
id
```
___
If you appreciate my work, then please consider buying me a beer :D[](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=MM5E27UX6AUU4)
[Documentation](https://github.com/binhex/documentation) | [Support forum](https://forums.unraid.net/topic/)