Jonepace downloads the full One Pace library for use in Jellyfin.
jonepace downloads the full One Pace library.
Before running it, make sure you have at least 300 GB of free disk space available.
Make sure uv is installed and available in your terminal, see Installing uv
Use the following command to start the download:
uvx jonepaceWhen running from a local checkout during development, use:
uv run jonepacejonepace supports the following CLI arguments:
| Argument | Description |
|---|---|
--destination PATH |
Directory where torrents will be downloaded. Default: current working directory. |
--download-rate-limit RATE |
Cap aggregate download bandwidth. Accepts B, KB, MB, or GB suffixes such as 500KB, 20MB, or 1.5GB. Use 0 for unlimited. Default: 0. |
--maintainance |
Run CSV maintenance tasks instead of downloading the library. |
Download into a specific media folder:
uvx jonepace --destination "/srv/media/One Pace"Limit total download bandwidth to 20 MB/s:
uvx jonepace --download-rate-limit 20MBUse both options together:
uvx jonepace --destination "/srv/media/One Pace" --download-rate-limit 8MBContributions are welcome, especially updates to the torrent list.
If you want to add or fix releases:
- Fork the repository.
- Update releases.csv.
- Leave the
sizeandfile_hashescolumns empty for new or changed rows. - Run:
uv run -m jonepace --maintainanceThis validates the magnet links and fills the missing size and file_hashes values.
- Commit the updated
releases.csvand open a pull request.