Have something to say?

Tell Ultra.cc how they could make the service more useful to you.

All posts are moderated, so please don't double-post if it takes a while for your post to appear. Check if your application request already exists, and if it does, you can place a vote instead.

Add a UCP option to disable the qBittorrent public torrent script

Description: I recently received excellent support from the Ultra.cc team regarding an issue with qBittorrent. The root cause was the public torrent script (pubscript), which was incorrectly identifying torrents from the French private tracker C411 as public torrents because it could not correctly process the tracker messages. As a result: completed torrents were automatically paused; a per-torrent upload limit of 488 KiB/s was applied; newly uploaded torrents were not always seen as seeded by the tracker. The support team explained the issue and the solution was simply: app-qbittorrent restart --remove-pubscript After running this command, all issues disappeared. Suggestion It would be much easier if users could simply enable or disable the public torrent script from the UCP (or qBittorrent management page) instead of having to connect through SSH. Alternatively, the script could automatically ignore known private trackers or correctly handle tracker messages in languages other than English. This would greatly improve the experience for users who are not familiar with Linux or SSH, while still keeping the current behaviour available for users who actually need the public torrent protection. Thank you again for the excellent support and for quickly identifying the root cause.

An Anonymous User about 22 hours ago

πŸ’‘

Feature Request

Completed

Broken Documentation Link for WireGuard App Card (404)

The list item for wireguards docs-button directs users to a 404 page: https://docs.ultra.cc/applications/wireguard-%28vpn%29 instead of the valid documentation page: https://docs.ultra.cc/applications/wireguard ## Steps reproduce: Go to the control panel as a signed in user. Open either β€œApps” or β€œInstallersβ€œ tab for a service, depending on if wireguard is installed. Find the row for wireguard in the table and click docs button. Note: Bug might not be present in dev environment since local file paths can include β€œ( )β€œ but those characters are replaced when url-encoded. ## Cause (I think): Front end js helper function hardcodes a custom slug for a few docs-urls: function modifyDocsName(appName) { // ... } else if (appName === 'WireGuard') { return 'wireguard-%28vpn%29'; } //... } Used here: Docs

An Anonymous User 13 days ago

1
πŸ›

Bug Reports

Not Planned

convmv

Differing character encodings can create invisible differences in filenames between what’s on disk and what your torrent client is expecting. This situation can be very confusing. convmv is a small tool for converting filenames between character encodings that can be used to resolve this. It’s in the Debian repos and wouldn’t require any maintenance or configuration by staff. I’d appreciate if this would be installed. I recently ran into this situation due to differing utf-8 normalizations and to solve it I had to awkwardly copy-paste the different utf-8 normalizations. convmv would have made this easier and reduced the room for error. The rsync β€”iconv option wasn’t enough to solve it. Thanks.

gloss2340 about 1 month ago

πŸ’‘

Feature Request

Not Planned

Title-Tidy (Rename and organize Series/Movies)

Title tidy is the quickest way to standardizes your media file names for use in Jellyfin, Plex, and Emby. Title tidy uses intelligent parsing of folder structures and file names to automatically determine exactly how to name media. Whether you need to rename a single episode, a whole season, or any number of shows, Title Tidy does the job in one command. A preview is shown before renaming occurs, and Title Tidy will never overwrite content. The tool scans your current directory and displays an interactive preview showing exactly what will be renamed. The tool reliably detects season and episode numbers across various formats (S01E01, 1x01, 101, etc.) and handles edge cases well. Green items indicate pending changes. You can navigate through the list and apply changes when ready. https://github.com/Digital-Shane/title-tidy

An Anonymous User about 2 months ago

πŸ’‘

Feature Request