Results 1 to 15 of 18

Thread: Настройка wtorrent

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1

    Настройка wtorrent

    Раньше юзал rtorrent через консоль. Решил повысить юзабилити - скачал и поставил wtorrent.

    поправил часть конфига home.conf.php
    Code:
    // SQLite database file (set folder permision 0777 or chmod to httpd server) (wTorrent will create database when running install.php)
    define( 'DB_FILE', 'db/database.db');
    
    // Host or IP to connect to rTorrent
    define( 'RT_HOST',                       'localhost');
    /*define( 'RT_PORT',                      65532);*/
    define( 'RT_PORT',                        8080);
    define( 'RT_DIR',                               'RPC2/');
    define( 'RT_AUTH',                               false);
    define( 'RT_USER',                               'my_user');
    define( 'RT_PASSWD',                               'my_password');
    // where to use multicall or not
    // if wTorrent makes your rtorrent crash, set this to true
    define( 'NO_MULTICALL',                 true);
    
    // Directory in which to save uploaded .torrent files (set folder permision 0777 or chmod to httpd server)
    define( 'DIR_TORRENTS',         '/home/torrents/watch/');
    
    // Full path to application directory (where index.php is)
    define( 'DIR_EXEC',             '/opt/share/www/wtorrent/');
    
    // Permision to set for uploaded .torrent files (don't touch unless you know)
    define( 'PERM_TORRENTS',        0777);
    
    // Default location to save downloaded files (can be set for every uploaded .torrent on the ui)
    define( 'DIR_DOWNLOAD', '/home/torrents/incoming/');
    порт 8080 - на котором запущен lighttpd
    /home/torrents/watch/ - каталог с .torrent-файлами
    /home/torrents/incoming/ - с закаченными торрентами
    Странно - rtorrent используется еще папка /home/torrents/session - wtorrent ее нигде не спрашивает.

    Теперь через wtorrent у меня получается добавлять файлы в очередь. Но во закладке Main висит только надпись "No torrents found". Ни новые торренты, добавленные через веб-интерфейс, ни старые, добавлявшиеся путем копирования в watch не отображаются Причем через консоль rtorrent видно, что они скачиваются

    В чем тут может быть проблема?
    Last edited by GOLD; 28-04-2008 at 11:23.

Similar Threads

  1. настройка WL-500gx с VPN в сети ultranet.ru
    By deco in forum Russian Discussion - РУССКИЙ (RU)
    Replies: 79
    Last Post: 21-11-2010, 08:00
  2. настройка автозапуска
    By sergV in forum WL-500gP Q&A
    Replies: 1
    Last Post: 03-11-2007, 00:46

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •