Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dmzoneill committed May 18, 2024
1 parent d58af9f commit 4a981e3
Showing 1 changed file with 67 additions and 67 deletions.
134 changes: 67 additions & 67 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@

# D' Fake Seeder

- Developed on Fedora 40 - Implications for gobject versioing
- This is a Python GTK4 app very much under active development
- Obviously supported multiple torrents
- only supporting tcp/http at this time, but i have UDP in the works
- Supports multiple torrents
- Supporter HTTp/UDP trackers
- Based off of deluge, hense "D' Fake Seeder", but also a colloquialism for 'the'.
- Recently upgraded it from gtk3 to gtk4 so some functionality is under flux/might be buggy.

![DFakeSeeder screenshot](https://github.com/dmzoneill/dFakeSeeder/blob/main/d_fake_seeder/images/screenshot.png)

## How to run
- Development or run locally
```bash
make run-debug
make run-debug-docker
```

- Pypi
Expand Down Expand Up @@ -74,68 +74,68 @@ It will looks something like this

```text
{
"upload_speed": 50,
"download_speed": 500,
"total_upload_speed": 50,
"total_download_speed": 500,
"announce_interval": 1800,
"torrents": {
},
"http_headers": {
"Accept-Encoding": "gzip",
"User-Agent": "Deluge/2.0.3 libtorrent/2.0.5.0"
},
"agents": [
"Deluge/2.0.3 libtorrent/2.0.5.0",
"qBittorrent/4.3.1",
"Transmission/3.00",
"uTorrent/3.5.5",
"Vuze/5.7.6.0",
"BitTorrent/7.10.5",
"rTorrent/0.9.6"
],
"proxies": {
"http": "",
"https": ""
},
"columns": "",
"concurrent_http_connections": 2,
"concurrent_peer_connections": 10,
"cellrenderers": {
"progress": "Gtk.ProgressBar"
},
"textrenderers": {
"total_uploaded": "humanbytes",
"total_downloaded": "humanbytes",
"session_uploaded": "humanbytes",
"session_downloaded": "humanbytes",
"total_size": "humanbytes",
"announce_interval": "convert_seconds_to_hours_mins_seconds",
"next_update": "convert_seconds_to_hours_mins_seconds",
"upload_speed": "add_kb",
"download_speed": "add_kb",
"threshold": "add_percent"
},
"threshold": 30,
"tickspeed": 3,
"editwidgets": {
"active": "Gtk.Switch",
"announce_interval": "Gtk.SpinButton",
"download_speed": "Gtk.SpinButton",
"next_update": "Gtk.SpinButton",
"session_downloaded": "Gtk.SpinButton",
"session_uploaded": "Gtk.SpinButton",
"small_torrent_limit": "Gtk.SpinButton",
"threshold": "Gtk.SpinButton",
"total_downloaded": "Gtk.SpinButton",
"total_uploaded": "Gtk.SpinButton",
"upload_speed": "Gtk.SpinButton"
},
"issues_page": "https://github.com/dmzoneill/DFakeSeeder/issues",
"website": "https://github.com/dmzoneill/DFakeSeeder/",
"author": "David O Neill",
"copyright": "Copyright {year}",
"version": "0.0.36",
"logo": "images/dfakeseeder.png"
"upload_speed": 50,
"download_speed": 500,
"total_upload_speed": 50,
"total_download_speed": 500,
"announce_interval": 1800,
"torrents": {},
"http_headers": {
"Accept-Encoding": "gzip",
"User-Agent": "Deluge/2.0.3 libtorrent/2.0.5.0"
},
"agents": [
"Deluge/2.0.3 libtorrent/2.0.5.0,-DE2003-",
"qBittorrent/4.3.1,-qB4310-",
"Transmission/3.00,-TR3000-",
"uTorrent/3.5.5,-UT3550-",
"Vuze/5.7.6.0,-AZ5760-",
"BitTorrent/7.10.5,-BT7105-",
"rTorrent/0.9.6,-RT0960-"
],
"agent": 0,
"proxies": {
"http": "",
"https": ""
},
"columns": "",
"concurrent_http_connections": 2,
"concurrent_peer_connections": 10,
"cellrenderers": {
"progress": "Gtk.ProgressBar"
},
"textrenderers": {
"total_uploaded": "humanbytes",
"total_downloaded": "humanbytes",
"session_uploaded": "humanbytes",
"session_downloaded": "humanbytes",
"total_size": "humanbytes",
"announce_interval": "convert_seconds_to_hours_mins_seconds",
"next_update": "convert_seconds_to_hours_mins_seconds",
"upload_speed": "add_kb",
"download_speed": "add_kb",
"threshold": "add_percent"
},
"threshold": 30,
"tickspeed": 9,
"editwidgets": {
"active": "Gtk.Switch",
"announce_interval": "Gtk.SpinButton",
"download_speed": "Gtk.SpinButton",
"next_update": "Gtk.SpinButton",
"session_downloaded": "Gtk.SpinButton",
"session_uploaded": "Gtk.SpinButton",
"small_torrent_limit": "Gtk.SpinButton",
"threshold": "Gtk.SpinButton",
"total_downloaded": "Gtk.SpinButton",
"total_uploaded": "Gtk.SpinButton",
"upload_speed": "Gtk.SpinButton"
},
"issues_page": "https://github.com/dmzoneill/DFakeSeeder/issues",
"website": "https://github.com/dmzoneill/DFakeSeeder/",
"author": "David O Neill",
"copyright": "Copyright {year}",
"version": "1.0",
"logo": "images/dfakeseeder.png"
}
```

0 comments on commit 4a981e3

Please sign in to comment.