Pre-release
This release is a pre-release and may not be stable for production use.
periscoped
==========
A daemon to download subtitles based on the great [periscope](https://github.com/patrickdessalle/periscope).
Installation
-------------
You will need periscope, pyinotify, sqlite.
Installation via pip
```sh
pip install periscope-daemon
```
Installation from the sources
```sh
python setup.py build
sudo python setup.py install
```
Availables commands
-------------------
First, you'll need to import your library
```sh
periscope-daemon --import ~/media/videos
```
Then, in a first console :
Start watching a folder for new video files
```sh
periscope-daemon --watch ~/media/videos
```
And in a second :
Start downloading subtitles
```sh
periscope-daemon --run
```
Purge the library
```sh
periscope-daemon --purge
```
Configuration
-------------
The main config file is located in ~/.config/periscope-daemon/daemon.conf
This file will override the default distributed configuration.
Availables configuration keys :
```
[DEFAULT]
# Laguages.
lang = fr,en
# How often the daemon should run, in minutes
run_each = 1
# When a subtitle is not found, the time to wait before re-processing the file will be multiplyed by this value
retry_factor = 3
```
==========
A daemon to download subtitles based on the great [periscope](https://github.com/patrickdessalle/periscope).
Installation
-------------
You will need periscope, pyinotify, sqlite.
Installation via pip
```sh
pip install periscope-daemon
```
Installation from the sources
```sh
python setup.py build
sudo python setup.py install
```
Availables commands
-------------------
First, you'll need to import your library
```sh
periscope-daemon --import ~/media/videos
```
Then, in a first console :
Start watching a folder for new video files
```sh
periscope-daemon --watch ~/media/videos
```
And in a second :
Start downloading subtitles
```sh
periscope-daemon --run
```
Purge the library
```sh
periscope-daemon --purge
```
Configuration
-------------
The main config file is located in ~/.config/periscope-daemon/daemon.conf
This file will override the default distributed configuration.
Availables configuration keys :
```
[DEFAULT]
# Laguages.
lang = fr,en
# How often the daemon should run, in minutes
run_each = 1
# When a subtitle is not found, the time to wait before re-processing the file will be multiplyed by this value
retry_factor = 3
```
Release files for periscope-daemon 0.0.7.dev
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| periscope-daemon-0.0.7.dev.tar.gz | 6.7 kB | Details |
Release files / periscope-daemon-0.0.7.dev.tar.gz
| Download URL | periscope-daemon-0.0.7.dev.tar.gz |
|---|---|
| Size | 6.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
7cd68d605572c2dc025c13fa01c75b3ad8d99ddb097f9a5beaae770a8850b439
|
|
BLAKE2b-256 checksum How to use checksums |
9fe491355e86e40378b355340ca9e83c873dfe220be7aff076b29a99614a1604
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |