-
konishchev pushed 1 commit(s) to refs/heads/master in the flush Git repository of the Flush project.
2010-01-03 07:58:29 UTC in Flush
-
This is because DBus session bus is not started in your system. May be you had updated some packages related to DBus before power interrupt and now it does not start DBus session bus. May be this will help you - http://konishchevdmitry.blogspot.com/2009/03/flush-04-released-gtk-based-bittorrent.html?showComment=1244454714601#c4375012010780486837.
2009-12-23 15:17:22 UTC in Flush
-
This is a torrent hash. The same which you can find in the torrent's magnet link (http://en.wikipedia.org/wiki/Magnet_link).
2009-12-20 18:14:57 UTC in Flush
-
This configuration files' structure is more error-safe. But you can simply get *.torrent file for example by writing this lines to the ~/.bashrc:
get_flush_torrent_path_by_name()
{
for torrent in ~/.flush/torrents/*
do
if grep -F "name = \"$1\";" "$torrent/torrent.conf" > /dev/null
then
echo "$torrent/torrent.torrent"
return 0
fi
done
return 1
}
and executing...
2009-12-19 12:05:29 UTC in Flush
-
Извините, не до конца понял - у вас раздача встает на паузу, или просто через какое-то время скорость аплоада падает до нуля?
P.S.: а реальный IP у вас есть, или вы сидите за NAT'ом?.
2009-12-08 15:52:45 UTC in Flush
-
konishchev pushed 1 commit(s) to refs/heads/next in the flush Git repository of the Flush project.
2009-12-04 18:36:44 UTC in Flush
-
konishchev pushed 3 commit(s) to refs/heads/next in the flush Git repository of the Flush project.
2009-12-04 17:50:20 UTC in Flush
-
konishchev pushed 1 commit(s) to refs/heads/master in the flush Git repository of the Flush project.
2009-12-04 16:35:18 UTC in Flush
-
Сделал. Появится в версии 0.9. Если же вы хотите скачивать magnet-ссылки уже сейчас, то можете выбрать ветку next из Git-позитория.
2009-11-30 17:19:00 UTC in Flush
-
konishchev pushed 4 commit(s) to refs/heads/next in the flush Git repository of the Flush project.
2009-11-30 15:32:18 UTC in Flush