
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>
Transmission RSS Manager
A complete solution for managing RSS feeds and automatic downloads through Transmission BitTorrent client.
Features
- Monitor multiple RSS feeds
- Automatically download matching torrents
- Customizable download rules and patterns
- Web-based user interface with dark mode
- Manage multiple Transmission instances
- Post-processing capabilities
- Dashboard with statistics
Requirements
- Linux (tested on Ubuntu 22.04+, Debian 11+)
- .NET 7.0 Runtime
- Transmission BitTorrent client (local or remote)
Installation
- Extract the package to a directory
- Run the installation script:
chmod +x install.sh
sudo ./install.sh
- Access the web interface at: http://localhost:5000
Configuration
After installation, you can configure the application through the web interface:
- Navigate to the Settings tab
- Set up your Transmission connection details
- Configure RSS feeds and download rules
- Adjust auto-download and post-processing settings
Running Manually
If you prefer to run the application manually without installing it as a service:
cd /opt/transmission-rss-manager # or your installation directory
./run-app.sh
Troubleshooting
- Check logs in the application's Logs tab for detailed error messages
- Verify Transmission connection settings
- Ensure RSS feed URLs are valid and accessible
- Check file permissions if using post-processing features
License
This software is provided as-is under the MIT License.
Acknowledgements
This package includes fixes for dark mode UI visibility and improved navigation styling.
Description
Languages
C#
32.6%
JavaScript
27.6%
HTML
19.8%
Shell
13.2%
CSS
6.8%