https://github.com/torrent-file-editor/torrent-file-editor
Qt based GUI tool designed to create and edit .torrent files
https://github.com/torrent-file-editor/torrent-file-editor
qt4 qt5 qt6 torrent
Last synced: 5 months ago
JSON representation
Qt based GUI tool designed to create and edit .torrent files
- Host: GitHub
- URL: https://github.com/torrent-file-editor/torrent-file-editor
- Owner: torrent-file-editor
- License: gpl-3.0
- Created: 2014-11-19T12:05:18.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2024-10-08T08:30:48.000Z (about 1 year ago)
- Last Synced: 2025-04-06T17:05:10.306Z (6 months ago)
- Topics: qt4, qt5, qt6, torrent
- Language: C++
- Homepage: https://torrent-file-editor.github.io
- Size: 1.97 MB
- Stars: 967
- Watchers: 33
- Forks: 84
- Open Issues: 52
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://crowdin.com/project/torrent-file-editor)
[](https://badge.fury.io/gh/torrent-file-editor%2Ftorrent-file-editor)# **Torrent File Editor**
Qt based GUI tool designed to create and edit .torrent files
Author: Ivan Romanov <[drizt72@zoho.eu](mailto:drizt72@zoho.eu)>
License: GNU General Public License v3.0 or later
Homepage: https://torrent-file-editor.github.io
Sources: https://github.com/torrent-file-editor/torrent-file-editor
Crowdin translations: https://crowdin.com/project/torrent-file-editor# Build Instructions
Need to have
- CMake >= 3.5
- Qt4 or Qt5 or Qt6
- [Sparkle](http://sparkle-project.org/) only for Mac OS XTo choose Qt version use `QT*_BUILD=ON` cmake cache entry. Or `QT_QMAKE_EXECUTABLE=/path/to/qmake`. Actually
QT_QMAKE_EXECUTABLE added for autodecting in Qt Creator. Qt Creator adds this enty for each project. If no any from
above will be used Qt5.## Linux
Should works for any Linux distribution which has CMake and Qt.
### Qt4
```sh
mkdir build && cd build
cmake -DCMAKE_BUILD_TYPE=Release -DQT4_BUILD=ON ..
make
```### Qt5
```sh
mkdir build && cd build
cmake -DCMAKE_BUILD_TYPE=Release -DQT5_BUILD=ON ..
make
```If building Qt5 version on Ubuntu 18.04+, install required Qt5LinguistTools from `qttools5-dev` package.
### Qt6
```sh
mkdir build && cd build
cmake -DCMAKE_BUILD_TYPE=Release -DQT6_BUILD=ON ..
make
```If cmake report some Qt6 requirements missing on Ubuntu, install them.
```sh
sudo apt install qt6-tools-dev libqt6core5compat6-dev
```## Mac OS X
Only Qt5 version
```sh
mkdir build && cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
make
make dmg # to build dmg package
```I use macOS Mojave 10.14.4 with Qt 5.5.1 and Sparkle 1.20.0.
## Windows
Windows version can be build with official MinGW Qt and Qt Creator. For build Qt6 version need to install Qt5Compat
module. Building with MSVC studio not tested and may not work.I use Fedora 31 MinGW to build Windows versions. Furthermore I build portable static versions. Package mingw-qt4
modified with some patch to fix building. See [build.sh](build.sh) for details.# How Can I Help?
The Project is translated from English to several languages.
I would be glad if you add new translations. You can translate the
project to your native language with [Crowdin](https://crowdin.com/project/torrent-file-editor).
It is not difficult and no special knowledges are required.
Or you can correct my English. I know it is not good. Anyway you can
always email <[drizt72@zoho.eu](mailto:drizt72@zoho.eu)> me.Also feel free to open an issue on GitHub or send me pull requests.
# Translations
Afrikaans - Afrikaans
العربية - Arabic
বাংলা - Bengali
简体中文 - Chinese Simplified
繁體中文 - Chinese Traditional
Čeština - Czech
Nederlands - Dutch
English - English
Suomi - Finnish
Français - French
Deutsch - German
עברית - Hebrew
Magyar - Hungarian
Indonesia - Indonesian
Italiano - Italian
日本語 - Japanese
한국어 - Korean
Polski - Polish
Português (Brasil) - Portuguese (Brazil)
Română - Romanian
Русский - Russian
Español - Spanish
Türkçe - Turkish
Tiếng Việt - Vietnamese
Украї́нська - Ukrainian