Add torrent module

This commit is contained in:
Manuel Ruwe
2022-12-31 17:48:46 +01:00
parent dff63400b8
commit 9d7d126b55
7 changed files with 55 additions and 15 deletions

View File

@@ -1,5 +1,10 @@
{
"settings": {
"label": "Settings"
},
"errors": {
"unmappedOptions": {
"text": "<b>Un-used parameter in configuration detected</b><br /><code>{{key}}</code>. Homarr is unable to interprete and use this parameter. To avoid any unexpected behavior, back up your configuration and correct your configuration."
}
}
}

View File

@@ -1,10 +1,14 @@
{
"descriptor": {
"name": "Torrent",
"description": "Show the current download speed of supported services",
"name": "BitTorrent",
"description": "Displays a list of the torrent which are currently downloading",
"settings": {
"hideComplete": {
"label": "Hide completed torrents"
"title": "Settings for BitTorrent integration",
"displayCompletedTorrents": {
"label": "Display completed torrents"
},
"displayStaleTorrents": {
"label": "Display stale torrents"
}
}
},