Различия
Показаны различия между двумя версиями страницы.
| Предыдущая версия справа и слева Предыдущая версия Следующая версия | Предыдущая версия | ||
| network:transmission [2025/04/27 23:48] – mirocow | network:transmission [2026/01/18 21:23] (текущий) – mirocow | ||
|---|---|---|---|
| Строка 3: | Строка 3: | ||
| ===== Установка ===== | ===== Установка ===== | ||
| - | Так как достали постоянные падения, | ||
| - | <code bash> | ||
| - | #!/bin/sh | ||
| - | sudo apt-get install build-essential automake autoconf libtool pkg-config intltool libcurl4-openssl-dev libglib2.0-dev libevent-dev libminiupnpc-dev libminiupnpc5 libappindicator-dev | ||
| - | sudo apt-get install ca-certificates libcurl4-openssl-dev libssl-dev pkg-config build-essential checkinstall | ||
| - | |||
| - | echo " | ||
| - | if [ ! -d ./libevent ]; then | ||
| - | git clone https:// | ||
| - | cd ./libevent | ||
| - | else | ||
| - | cd ./libevent && git pull | ||
| - | fi | ||
| - | echo " | ||
| - | ./ | ||
| - | |||
| - | cd .. | ||
| - | |||
| - | echo " | ||
| - | if [ ! -d ./ | ||
| - | svn co svn:// | ||
| - | cd ./ | ||
| - | else | ||
| - | cd ./ | ||
| - | fi | ||
| - | echo " | ||
| - | ./ | ||
| - | </ | ||
| ===== Настройка ===== | ===== Настройка ===== | ||
| Строка 143: | Строка 115: | ||
| # | # | ||
| """ | """ | ||
| - | Torrent File Validator | + | Torrent File Validator |
| + | |||
| + | This script validates torrent files, checks their structure and content, | ||
| + | and provides options to move invalid files to a separate directory. | ||
| + | |||
| + | Features: | ||
| + | - Validates both single torrent files and directories of torrents | ||
| + | - Recursive directory scanning | ||
| + | - Parallel processing for performance | ||
| + | - Detailed validation reporting | ||
| + | - Interactive cleanup of invalid files | ||
| + | - JSON output support | ||
| + | - Colorized console output | ||
| + | |||
| + | Exit codes: | ||
| + | 0 - All files valid | ||
| + | 1 - One or more invalid files found | ||
| + | 130 - Operation cancelled by user (Ctrl+C) | ||
| """ | """ | ||
| Строка 564: | Строка 553: | ||
| * https:// | * https:// | ||
| + | |||
| + | ==== Ошибки ==== | ||
| + | |||
| + | === Q: Не уталяется запись в Transmission Remote GUI === | ||
| + | |||
| + | Из-за особенности работы сервера, | ||