3 Commits
v0.1.0 ... main

Author SHA1 Message Date
064b385687 update 2026-08-24 18:05:21 -04:00
81b4bed8eb update readme 2026-08-24 18:04:43 -04:00
f0a35c1aa2 emergency fix 2026-08-24 17:54:30 -04:00
2 changed files with 4 additions and 2 deletions

View File

@@ -32,7 +32,7 @@ You will need the following commands on your system for adopting a CD:
- `cdparanoia`
- `flac`
Here is some ways to get it depending on your system:
Here is some ways to get them depending on your system:
Arch-based systems
```
@@ -51,6 +51,8 @@ Most are the same, you should be able to figure it out.
Afterwards, download the binary from the latest release and put it somewhere on path, usually `~/.local/bin/`.
Then run timbre init and get started.
Timbre is also in the AUR as the package [`timbre-bin`](https://aur.archlinux.org/packages/timbre-bin).
## ⌨️ Usage
- `timbre init` - give Timbre a home (`~/Music/Timbre/`)

View File

@@ -13,7 +13,7 @@ use crate::{coverartarchive::fetch_cover_art, import, musicbrainz::get_disc_info
// adopt = rip a disc but ripping sounds like destroying so i'm not using it
pub fn adopt(timbre_dir: &Path) {
let disc = get_disc_info("http://catgpt-server:5000");
let disc = get_disc_info("https://musicbrainz.org");
let release = &disc.releases[0];
let tmp_dir = timbre_dir.join(format!(
".tmp/{}",