red_oxide icon indicating copy to clipboard operation
red_oxide copied to clipboard

A CLI helping with uploading to Redacted, inspired by REDBetter

Results 18 red_oxide issues
Sort by recently updated
recently updated
newest added

I'm using the gnu linux version, and releases that have edition titles that contain special characters (kanji, "&" ...) Have the HTML entities in the folder title, instead of the...

### Notes This PR follows on from / is blocked by https://github.com/DevYukine/red_oxide/pull/27 All commits except this one can be ignored: https://github.com/DevYukine/red_oxide/commit/9f24fad46cd9d4c9176e37df7b81e22a1ecc6640 Fixes #22 ### Testing Examples with unicode symbols/ entities:...

### Notes This PR follows on from https://github.com/DevYukine/red_oxide/pull/26 I'm new to rust and figured refactoring an existing project would be a useful exercise to learn the language - as such...

The implementation of `--dry-run` differed from my expectation Typically a `--dry-run` would go through the steps without actually doing anything. However, the implementation here is spectrograms and transcodes are still...

Multi-CD releases where each CD is in a different subfolder get their subfolders combined, so after transcoding you get one folder with tracks: Folder > 01 aaa > 01 bbb...

Quick PR with minor refactors to address cargo warnings and formatting Before: ```bash $ cargo check warning: unused variable: `total_tracks` --> src/tags/util.rs:62:24 | 62 | let (track_number, total_tracks) = tag.track();...

I'm working my way through the source and was curious if this behaviour is intentional or not? If you are attempting to: - transcode from `Flac24` - allowed_transcode_formats contains `Flac`...

Sometimes the naming of the folder gets too long and the torrent upload fails with the API returning: `{"status":"failure","error":"The torrent contained one or more files with too long a name:...

I spent hours setting up this script and it's not working despite all the efforts I've tried. First thing I want to point out is that `--debug` flag is useless...

bug

Hi, I'm running red_oxide v0.8.2 on WSL Ubuntu with a SMB share drive mounted. All of my directories are on the shared drive. The transcoding finishes on all of the...