Ru-Board.club
← Вернуться в раздел «Программы»

» Tixati

Автор: QSQ
Дата сообщения: 20.02.2016 20:56
tt43 complete offline you should start this string, у меня такой статус у остановленных торрентов.
Автор: tt43
Дата сообщения: 21.02.2016 11:19
QSQ
остановленных кем ? мною ? я ничего никогда не останавливал. все докачалось и лежит на отдельно диске.
p.s. версия 2.34 лихо работает. все быстро и без косяков. свою настройку кинула в C:\Users\TT43\AppData\Roaming\tixati,а не оставило на раб столе ,как версия 2.11
Автор: QSQ
Дата сообщения: 21.02.2016 13:00
tt43 ну так нажми на них "старт", чтобы стартануть их. У меня такой статус на тех, которые остановлены, я их останавливал и у них такой статус.
Автор: kollajjik
Дата сообщения: 21.02.2016 22:16
в новой версии новый глюк:

в клиенте показывает что закачка завершена (100% | seeding) и уведомление windоws (если включено) тоже показывает что закачка завершена, и только после этого начинает переносить файлы в нужную директорию (когда для закачиваемых и законченных файлов заданы разные директории). учитывая что предыдущей версии тоже глюк, то пока лучше оставаться на версии 2.31
Автор: QSQ
Дата сообщения: 22.02.2016 12:16
kollajjik о глюке надо писать на оф сайт с указанием всех технических характеристик, а то так и не исправят. переводить можно через translate.google.com
Автор: kollajjik
Дата сообщения: 22.02.2016 18:32
QSQ, перевел-отправил, пишет что сообщение проверяется модератором форума, посмотрим что будет.

может кто знает что это означает по смыслу, что за действие имеется ввиду ?? дословно и google переводит, только вот непонятно что имеется ввиду.


Автор: Asilus
Дата сообщения: 22.02.2016 20:28

Цитата:
может кто знает что это означает по смыслу, что за действие имеется ввиду ?? дословно и google переводит, только вот непонятно что имеется ввиду.

Удалять неиспользуемые слоты загрузок\закачек (соответсвт.)
Автор: eddiezato
Дата сообщения: 22.02.2016 22:12
kollajjik
Цитата:
может кто знает что это означает по смыслу, что за действие имеется ввиду

Использовать незанятые слоты закачки для раздачи и наоборот.
Автор: kollajjik
Дата сообщения: 23.02.2016 00:13
ну так "Удалять неиспользуемые" или "Использовать незанятые" ??))
Автор: Asilus
Дата сообщения: 23.02.2016 00:40

Цитата:
ну так "Удалять неиспользуемые" или "Использовать незанятые"

Пожалуй использовать незанятые, во всяком случае в таком контексте на форуме Tixati.
Автор: eddiezato
Дата сообщения: 23.02.2016 06:03
kollajjik
Цитата:
ну так "Удалять неиспользуемые" или "Использовать незанятые" ??))

Интересно, какой практический смысл удаления слотов?
Про recycle даже гугл скажет вполне четко - конвертация мусора в полезное сырье.
Автор: QSQ
Дата сообщения: 28.02.2016 17:28
New version 2.34 is now available at www.tixati.com/download
Автор: tt43
Дата сообщения: 30.03.2016 12:34
куда сабж складывает сами торрент-файлы (ссылки) ?
Автор: eddiezato
Дата сообщения: 30.03.2016 15:40
tt43
Как я понял, никуда не складывает. Выгрузить торрент-файл можно из контекстного меню.
Автор: tt43
Дата сообщения: 30.03.2016 18:39
eddiezato
а если я что-то скачал с трекера на одной версии сабжа, потом ее удалил (портабельная). поставил более новую версию сабжа (тоже портабельная)
и ,тем временем, ранее скаченная раздача обновилась ! и как мне быть ?
получается, только заново все качать,используя сабж ?
Автор: Aleksandr SHCH
Дата сообщения: 30.03.2016 18:46
tt43
В настройки загляните:
Автор: tt43
Дата сообщения: 30.03.2016 19:05
Aleksandr SHCH
первая настройка на скрине-это что,типа он ВСЕ (торрент0сслыки) может подхватить из какой-либо папки,накаченное другими торрент-клиентами ?
Автор: dek
Дата сообщения: 01.04.2016 17:18
Tixati v2.35 Alpha-1

Цитата:
March 31, 2016
Tixati v2.35 Alpha-1

Version 2.35 alpha-1 is now available for testing.

Major changes have been made to the way local files are handled internally. Tixati now interfaces with the local file system using a completely new asynchronous API, which will free up CPU time on the main threads, and this allows for much greater peak throughput, in addition to a smoother GUI.

To facilitate this transition, extensive internal changes had to be made in several related parts of the program. This includes downloading, uploading, moving, renaming, checking, allocating, piece prioritization, piece verification and repair, file last-modified time checking, display updating routines, and hashing functions. These areas had to be made ready to deal with situations where the filesystem is unable to keep up with the network throughput, and back-propagate flow control signaling. Config files (core2.dat etc.) are also now saved asynchronously, so even with a very large configuration there should be no more noticable pauses every few minutes when the files are updated.

The renaming/moving/deleting of locally downloaded files is now also fully merge-aware, even when directories are aliased via hard-links and/or shortcuts. Directories and files can now be smoothly un-merged, and the delete confirmation dialog will display an additional warning if any of the files are used by other transfers. An internal map of all in-use file paths and their corresponding filesystem inode/device identifiers is maintained to make sure all files are reliably matched.

There were also several other minor bug fixes we have made for this version, including problems with tracker merging and saving multiple torrent files. We are still working on some minor instability issues with the universal HTTP client that powers trackers and RSS.

If you find any problems, please let us know in the forum.

During this test we may release updates in rapid succession, so please check this page often.

Thanks very much for helping us test!
Автор: vlad52
Дата сообщения: 06.04.2016 09:28
Русификатора нет?
Автор: dek
Дата сообщения: 06.04.2016 09:39
vlad52
Нет, когда будет неизвестно.
Автор: vlad52
Дата сообщения: 06.04.2016 10:51

Цитата:
Нет, когда будет неизвестно.

Жаль
Автор: dek
Дата сообщения: 07.04.2016 10:28
Tixati v2.35 Alpha-2

Цитата:
Tixati v2.35 Alpha-2
April 6, 2016

Alpha-2 is now available. The following changes have been made:

-new incomplete file name formatting feature in Settings > Transfers > Files
-auto-select files feature that helps to trim useless files from newly-loaded torrents quickly, and if single file remains, move it into outer download folder
-more fine-grained optional rss update intervals
-fixed portable-mode downgrade problems with settings2.dat
-univeral HTTP client (that powers trackers, RSS, etc.) major revision for improved reliability and compatibility
-fixed Move on Complete - File Completion Shell Command interlock, so shell commands will now reliably wait until all moving is done
-fixed several problems with category capture causing file allocations prematurely
-locally created seeds will no longer move upon category capture
-fixed minor problems with formatting of paths of single-file transfers in xfer: shell completion commands
-minor optimization in text-formatting routines in browse windows
-updated IP location tables

We are working quickly toward a full release in the coming days. Please keep an eye on this page for updates.

Thanks for helping us test!

NOTE: These archives contain stand-alone binaries. Simply extract and run from your desktop. The configuration from your regular installation will still be loaded.
Автор: dek
Дата сообщения: 08.04.2016 06:52
Tixati v2.35 Alpha-3

Цитата:
Tixati v2.35 Alpha-3
April 7, 2016

Alpha-3 is now available. The following changes have been made:

-fixed problems with incomplete file renaming in partial downloads when used with Move on Complete, which would cause double-prefixed files
-fixed problems in file deletion and read routines that would cause partial deletion or a crash in rare instances
-fixed problem with partial-download edge piece file reading that would cause a read failure and cyclic re-downloading of already downloaded files when surrounded by deactivated files
-a few other minor fixes in the GUI

Thanks for helping us test! Please keep an eye on this page for updates.

NOTE: These archives contain stand-alone binaries. Simply extract and run from your desktop. The configuration from your regular installation will still be loaded.
Автор: asvoituk
Дата сообщения: 15.04.2016 09:57
tt43

Цитата:
куда сабж складывает сами торрент-файлы (ссылки) ?

Автор: dek
Дата сообщения: 16.04.2016 15:42
Tixati v2.35 Alpha-4

Цитата:
Tixati v2.35 Alpha-4
April 16, 2016

Alpha-4 is now available. There have been several file-handling upgrades since alpha-3.

When a folder location is changed, not only will it move that folder if it exists, but any files or folders within that have customized locations that directly match the old location or a decendent of the old folder will also have their location updated to match. This is useful if you have moved a single file out of a multi-file transfer into the outer download folder, so that location changes will still work the same as with any other multi-file transfer.

There is a new option (default off) in Settings > Transfers > Files that makes the move on complete feature work always at the per-file level. As the files in a multi-file transfer complete, they will be moved to the final location one by one. This can be useful if you are doing per-file shell commands that would otherwise interfere with the final full-transfer move on complete.

Several improvements relating to the new incomplete file name formatting feature have been made. When moving/renaming/allocating an incomplete file, a check is made to see if the complete file name exists at the destination path. If it is found, it is picked up like normal and checked. When entire folders or transfers are moved, these checks are also made.

When moving files, folders, or transfers, checks are made against both incomplete and complete names at the destination, and a new more detailed prompt is presented that shows the paths of all possibly conflicting files.

The preload window has also had major work. Category changes will immediately affect the location settings when required, and location settings are applied in real-time to the new transfer (but allocation does not happen until the start button is pressed). This makes for more intuitive behavior when configuring complex file location setups. There is also an improved file conflict warning dialog that may appear when the start/stop buttons are pressed.

The internal procedures that each transfer goes through while starting up have been closely refined and optimized. There have been many improvements in the sequencing of initial file checks, duplicate checking, category capture, and location checking.

File completion shell commands that apply for individual files (ie. start with file: or .ext: prefixes) can be prepended with xfer@, and they will be delayed until the entire transfer is complete.

There have also been a number of other minor GUI fixes.

If you find any problems, please let us know in the forum.

Thanks for helping us test!

NOTE: These archives contain stand-alone binaries. Simply extract and run from your desktop. The configuration from your regular installation will still be loaded.
Автор: dek
Дата сообщения: 17.04.2016 17:28
Tixati v2.35 Alpha-5

Цитата:
Tixati v2.35 Alpha-5
April 17, 2016

Alpha-5 is now available. This fixes a few last-minute problems with yesterday's alpha-4 release:

-fixed file scanning routines that were showing false-positives on Windows 64 and 32 bit versions
-minor improvements to piece prioritization when downloading files sequentially or with ordered priority
-a few other minor GUI adjustments

We expect a final release to be ready soon. If you find any problems, please let us know in the forum.

Thanks for helping us test!

NOTE: These archives contain stand-alone binaries. Simply extract and run from your desktop. The configuration from your regular installation will still be loaded.
Автор: TeeHa1F
Дата сообщения: 18.04.2016 22:38
eddiezato

Цитата:
Как я понял, никуда не складывает.

Как никуда, просто исчезает , нет всё идет в Temp...

tt43
Не знаю как в линуксе, но если в настройках не задана папка, куда складывать файлы с расширением ".torrent", то в windows складывает в папку "temp", путь - "С:\Users\UserName\AppData\Local\Temp\"

За настройку отвечает опция: Tixati settings - Transfers - Meta-Info - Save a .torrent file in this folder when a new transfer starts, и указывается папка... Если я правильно понял ваш вопрос.

Save a .torrent file in this folder when a transfer completes - опция которая отвечает за конечное нахождения (перемещение) файла-ссылки на раздачу после завершения скачивания раздачи или части раздачи, в зависимости от целей и т.д.
Автор: eddiezato
Дата сообщения: 18.04.2016 22:53
TeeHa1F
В настройках папка не задана, в темпе нет никаких торрент-файлов.
Автор: dek
Дата сообщения: 21.04.2016 19:54
Tixati v2.35 Alpha-6

Цитата:
Tixati v2.35 Alpha-6
April 19, 2016

Alpha-6 is now available. The following changes have been made:

-fixed multiple problems with transfers that contain zero-length files
-no longer crashes when attempting to change location of unresolved hash links
-raised event log backscroll maximum to 50,000 lines in all places
-minor tuning of DHT rate limits
-updated IP-Location tables

If you find any problems, please let us know in the forum.

Thanks for helping us test!

NOTE: These archives contain stand-alone binaries. Simply extract and run from your desktop. The configuration from your regular installation will still be loaded.
Автор: dek
Дата сообщения: 25.04.2016 09:37
Tixati v2.35 Alpha-7

Цитата:
Tixati v2.35 Alpha-7
April 24, 2016

Alpha-7 is now available. The following changes have been made:

-fixed problems with directory creation when re-allocating or moving transfers with custom file/folder locations within transfer's outer folder
-fixed crash in GUI when too many files are selected and moved with right-click
-minor fine-tuning of file system request block sizes for move and check operations
-further DHT rate limit tuning
-a few other minor fixes in the GUI

If you find any problems, please let us know in the forum. We expect to have a final release ready very soon.

Thanks for helping us test!

NOTE: These archives contain stand-alone binaries. Simply extract and run from your desktop. The configuration from your regular installation will still be loaded.

Страницы: 12345678910

Предыдущая тема: Sif - новый перспективный видеокодек


Форум Ru-Board.club — поднят 15-09-2016 числа. Цель - сохранить наследие старого Ru-Board, истории становления российского интернета. Сделано для людей.