https://github.com/cdown/torrentdiff
Compare files encapsulated by torrents in a directory to the actual files on disk
https://github.com/cdown/torrentdiff
Last synced: 5 months ago
JSON representation
Compare files encapsulated by torrents in a directory to the actual files on disk
- Host: GitHub
- URL: https://github.com/cdown/torrentdiff
- Owner: cdown
- Created: 2015-11-13T00:18:50.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-24T21:30:11.000Z (about 10 years ago)
- Last Synced: 2025-03-31T02:31:53.336Z (10 months ago)
- Language: Python
- Size: 1000 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
torrentdiff finds files existing in one directory that are not required by any
torrents in another directory.
This is particularly useful to find old/unneeded files in an rTorrent data
directory that aren't served by any loaded torrents any more.
Usage
-----
::
$ torrentdiff -s session-dir -d data-dir
Installation
------------
To install the latest stable version from PyPi:
.. code::
pip install -U torrentdiff
To install the latest development version directly from GitHub:
.. code::
pip install -U git+https://github.com/cdown/torrentdiff.git@develop
Testing
-------
|travis| |coveralls|
.. |travis| image:: https://travis-ci.org/cdown/torrentdiff.svg?branch=develop
:target: https://travis-ci.org/cdown/torrentdiff
:alt: Test status
.. |coveralls| image:: https://coveralls.io/repos/cdown/torrentdiff/badge.svg?branch=develop&service=github
:target: https://coveralls.io/github/cdown/torrentdiff?branch=develop
:alt: Coverage
.. code::
tox -e quick
.. _Tox: https://tox.readthedocs.org