
This repository contains Transmission RSS Manager with the following changes: - Fixed dark mode navigation tab visibility issue - Improved text contrast in dark mode throughout the app - Created dedicated dark-mode.css for better organization - Enhanced JavaScript for dynamic styling in dark mode - Added complete installation scripts 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
49 lines
1.2 KiB
JSON
49 lines
1.2 KiB
JSON
{
|
|
"transmission": {
|
|
"host": "192.168.5.19",
|
|
"port": 9091,
|
|
"username": "",
|
|
"password": "",
|
|
"useHttps": false,
|
|
"url": "http://192.168.5.19:9091/transmission/rpc"
|
|
},
|
|
"transmissionInstances": {},
|
|
"feeds": [],
|
|
"autoDownloadEnabled": false,
|
|
"checkIntervalMinutes": 30,
|
|
"downloadDirectory": "",
|
|
"mediaLibraryPath": "",
|
|
"postProcessing": {
|
|
"enabled": false,
|
|
"extractArchives": true,
|
|
"organizeMedia": true,
|
|
"minimumSeedRatio": 1,
|
|
"mediaExtensions": [
|
|
".mp4",
|
|
".mkv",
|
|
".avi"
|
|
],
|
|
"autoOrganizeByMediaType": true,
|
|
"renameFiles": false,
|
|
"compressCompletedFiles": false,
|
|
"deleteCompletedAfterDays": 0
|
|
},
|
|
"enableDetailedLogging": false,
|
|
"userPreferences": {
|
|
"enableDarkMode": false,
|
|
"autoRefreshUIEnabled": true,
|
|
"autoRefreshIntervalSeconds": 30,
|
|
"notificationsEnabled": true,
|
|
"notificationEvents": [
|
|
"torrent-added",
|
|
"torrent-completed",
|
|
"torrent-error"
|
|
],
|
|
"defaultView": "dashboard",
|
|
"confirmBeforeDelete": true,
|
|
"maxItemsPerPage": 25,
|
|
"dateTimeFormat": "yyyy-MM-dd HH:mm:ss",
|
|
"showCompletedTorrents": true,
|
|
"keepHistoryDays": 30
|
|
}
|
|
} |