All Projects → torrent-file-editor → Torrent File Editor

torrent-file-editor / Torrent File Editor

Licence: gpl-3.0
Qt based GUI tool designed to create and edit .torrent files

Projects that are alternatives of or similar to Torrent File Editor

Parse Torrent
Parse a torrent identifier (magnet uri, .torrent file, info hash)
Stars: ✭ 325 (-18.95%)
Mutual labels:  torrent
Awesome Decentralized
🕶 Awesome list of distributed, decentralized, p2p apps and tools 👍
Stars: ✭ 358 (-10.72%)
Mutual labels:  torrent
Warezz
It's illegal cuz they can't tax you!
Stars: ✭ 386 (-3.74%)
Mutual labels:  torrent
Zeronet
ZeroNet - Decentralized websites using Bitcoin crypto and BitTorrent network
Stars: ✭ 17,227 (+4196.01%)
Mutual labels:  torrent
Transmission Rss
Adds torrents from RSS feeds to Transmission web frontend
Stars: ✭ 348 (-13.22%)
Mutual labels:  torrent
Nefarious
Web application for automatically downloading TV & Movies
Stars: ✭ 373 (-6.98%)
Mutual labels:  torrent
Lan Share
Cross platform LAN File transfer application built with Qt C++ framework
Stars: ✭ 317 (-20.95%)
Mutual labels:  qt5
Qhttp
a light-weight and asynchronous HTTP library (both server & client) in Qt5 and c++14
Stars: ✭ 394 (-1.75%)
Mutual labels:  qt5
Torrentleech Gdrive
It is a fork of 'PublicLeech' with support of uploading files and foder to gdrive or any drive rclone.org support. Like onedrive, mega and so on. Now supports Unzip, unrar, untar too. Now you all can also mirror the telegram files to your respective cloud too.
Stars: ✭ 353 (-11.97%)
Mutual labels:  torrent
Monitorrent
Automatic torrents downloader
Stars: ✭ 383 (-4.49%)
Mutual labels:  torrent
Octopi
A powerful Pacman (Package Manager) front end using Qt libs
Stars: ✭ 331 (-17.46%)
Mutual labels:  qt5
Magnet Player
🎥 A place for streaming torrents directly from your browser
Stars: ✭ 346 (-13.72%)
Mutual labels:  torrent
Qomui
Qomui (Qt OpenVPN Management UI)
Stars: ✭ 378 (-5.74%)
Mutual labels:  qt5
Newtrackon
newTrackon, a public open BitTorrent trackers monitoring tool
Stars: ✭ 325 (-18.95%)
Mutual labels:  torrent
Mystiq
Qt5/C++ FFmpeg Media Converter
Stars: ✭ 393 (-2%)
Mutual labels:  qt5
Node Launcher
Easiest Bitcoin Lightning desktop app, for Windows, macOS, and Linux
Stars: ✭ 319 (-20.45%)
Mutual labels:  qt5
Btpd
⚡ The BitTorrent Protocol Daemon
Stars: ✭ 365 (-8.98%)
Mutual labels:  torrent
Torrent
Full-featured BitTorrent client package and utilities
Stars: ✭ 4,138 (+931.92%)
Mutual labels:  torrent
Kawanime
Desktop app for anime fans
Stars: ✭ 396 (-1.25%)
Mutual labels:  torrent
Heimer
Heimer is a simple cross-platform mind map, diagram, and note-taking tool written in Qt.
Stars: ✭ 380 (-5.24%)
Mutual labels:  qt5

Build Status Crowdin Version

Torrent File Editor

Qt based GUI tool designed to create and edit .torrent files

Author: Ivan Romanov <[email protected]>
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 >= 2.8.11
  • Qt4 or Qt5
  • QJSON >= 0.8.0 if used Qt4
  • Sparkle only for Mac OS X

Linux:

Will build Qt4 version by default

mkdir build && cd build
cmake -DCMAKE_BUILD_TYPE=Release -DQT5_BUILD=OFF ..
make

Mac OS X:

Only Qt5 version

mkdir build && cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
make
make dmg # to build dmg package

Windows important note

Only Qt4 version for a while. I use Fedora 26 MinGW to build Windows versions. Furthermore I build portable static versions. Any other build way is not tested and may not work. It is on my TODO list.

Fedora hasn't a MinGW QJSON package. You need to build your own version. It is easy:

wget https://github.com/flavio/qjson/archive/master.tar.gz -O qjson-master.tar.gz
tar zxf qjson-master.tar.gz
mkdir qjson-master/win32
mkdir qjson-master/win64
cd qjson-master/win32
mingw32-cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=OFF -DQT4_BUILD=ON  -DQT_INCLUDE_DIRS_NO_SYSTEM=ON -DQT_USE_IMPORTED_TARGETS=OFF ..
make
sudo make install # will be careful, it installs qjson to system folders
cd ../win64
mingw64-cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=OFF -DQT4_BUILD=ON  -DQT_INCLUDE_DIRS_NO_SYSTEM=ON -DQT_USE_IMPORTED_TARGETS=OFF ..
make
sudo make install # be careful, it installs qjson to system folders

Windows x32:

mkdir build && cd build
mingw32-cmake -DCMAKE_BUILD_TYPE=Release ..
make

Windows x64:

mkdir build && cd build
mingw64-cmake -DCMAKE_BUILD_TYPE=Release ..
make

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. 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 <[email protected]> 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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].