Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 064b385687 | |||
| 81b4bed8eb | |||
| f0a35c1aa2 |
@@ -32,7 +32,7 @@ You will need the following commands on your system for adopting a CD:
|
|||||||
- `cdparanoia`
|
- `cdparanoia`
|
||||||
- `flac`
|
- `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
|
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/`.
|
Afterwards, download the binary from the latest release and put it somewhere on path, usually `~/.local/bin/`.
|
||||||
Then run timbre init and get started.
|
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
|
## ⌨️ Usage
|
||||||
|
|
||||||
- `timbre init` - give Timbre a home (`~/Music/Timbre/`)
|
- `timbre init` - give Timbre a home (`~/Music/Timbre/`)
|
||||||
|
|||||||
@@ -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
|
// adopt = rip a disc but ripping sounds like destroying so i'm not using it
|
||||||
pub fn adopt(timbre_dir: &Path) {
|
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 release = &disc.releases[0];
|
||||||
let tmp_dir = timbre_dir.join(format!(
|
let tmp_dir = timbre_dir.join(format!(
|
||||||
".tmp/{}",
|
".tmp/{}",
|
||||||
|
|||||||
Reference in New Issue
Block a user