transmission_cleanup Code
Clean up of torrent files using the RPC protocal
Brought to you by:
vampiro2004
File | Date | Author | Commit |
---|---|---|---|
dist | 2025-05-31 |
![]() |
[086946] Added maOS build files |
LICENSE | 2025-05-26 |
![]() |
[85e7d8] Initial commit |
LICENSE.md | 2025-06-02 |
![]() |
[70488d] add License file |
README.md | 2025-06-06 |
![]() |
[fefd83] Update README.md |
TransmissionCleanup.ps1 | 2025-06-02 |
![]() |
[1f35d6] Update TransmissionCleanup.ps1 |
app_icon.icns | 2025-06-01 |
![]() |
[86bf6a] add icns file |
app_icon.png | 2025-05-31 |
![]() |
[086946] Added maOS build files |
setup.py | 2025-05-31 |
![]() |
[086946] Added maOS build files |
transmission_cleanup_app.py | 2025-05-31 |
![]() |
[086946] Added maOS build files |
Automatically organize completed Transmission downloads on both macOS and Windows platforms.
Windows
macOS
.dmg
from ReleasesSetting | macOS | Windows |
---|---|---|
Credentials | GUI Configuration | During first run |
Folders | Customizable in Settings | Set during installation |
Schedule | Daily/Weekly In Preferences | Daily/Weekly during setup |
Log Location | ~/Library/Application Support | %APPDATA%\Transmission\Logs |
Componments | macOS | Windows |
---|---|---|
OS Version | macOS 10.15+ | Windows 7+ |
Transmission | 2.94+ | 2.94+ |
RPC Access | Enabled | Enabled |
Runtime | - | PowerShell 5.1+ |
After installation:
On macOS:
Use the menu bar icon for quick access
Run cleanup manually from the main window
View logs directly in the application
Scheduled tasks run automatically
On Windows:
Use Start Menu shortcuts:
"Run Cleanup Now"
"Reset Credentials"
"View Log File"
Scheduled tasks run automatically
Common issues for both platforms:
1. Connection Errors:
Verify Transmission RPC is enabled
Check your firewall settings
Confirm correct credentials
2. File Permission Issues:
macOS: Grant Full Disk Access in System Preferences
Windows: Run as Administrator
3. Scheduling Problems:
macOS: Check launchctl list | grep transmission
Windows: Verify task in Task Scheduler
macOS:
Delete the application from your Applications folder Remove config files:
rm -rf ~/Library/Application\ Support/Transmission\ Cleanup
Windows:
1. Use the Start Menu "Uninstall" shortcut
2. Or run:
Powershell: .\TransmissionCleanup.ps1 -Uninstall
MIT License - See LICENSE for details.