Различия

Показаны различия между двумя версиями страницы.

Ссылка на это сравнение

Предыдущая версия справа и слева Предыдущая версия
Следующая версия
Предыдущая версия
network:transmission [2025/04/27 23:48] mirocownetwork: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 "Install libevent" 
-if [ ! -d ./libevent ]; then 
-        git clone https://github.com/libevent/libevent.git ./libevent 
-        cd ./libevent 
-else 
-        cd ./libevent && git pull 
-fi 
-echo "[CURRENT FOLDER]" `pwd` 
-./autogen.sh && CFLAGS="-Os -march=native" ./configure --prefix=/usr && make clean && make && sudo make install 
- 
-cd .. 
- 
-echo "Install Transmission client" 
-if [ ! -d ./Transmission ]; then 
-        svn co svn://svn.transmissionbt.com/Transmission/trunk ./Transmission 
-        cd ./Transmission 
-else 
-        cd ./Transmission && svn up 
-fi 
-echo "[CURRENT FOLDER]" `pwd` 
-./autogen.sh && ./update-version-h.sh && CFLAGS="-Os -march=native" ./configure --prefix=/usr && make clean && make && sudo make install 
-</code> 
 ===== Настройка ===== ===== Настройка =====
  
Строка 143: Строка 115:
 #!/usr/bin/env python3 #!/usr/bin/env python3
 """ """
-Torrent File Validator with Precise File Moving+Torrent File Validator and Cleaner 
 + 
 +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://github.com/leonsoft-kras/transmisson-remote-gui   * https://github.com/leonsoft-kras/transmisson-remote-gui
 +
 +==== Ошибки ====
 +
 +=== Q: Не уталяется запись в Transmission Remote GUI ===
 +
 +Из-за особенности работы сервера, запись может быть удалена только при наличии свободного места на диске, где располагаются файлы торента