Skip to content

Commit 4c8a8ed

Browse files
committed
[Docs]
1 parent e769911 commit 4c8a8ed

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,21 @@ A [nushell](https://www.nushell.sh/) plugin to make and play sounds
4545
╰──────────────┴────────────────────────────╯
4646
```
4747
48+
* to change an id3 frame you can use this command (more about [id3 frames](https://docs.puddletag.net/source/id3.html))
49+
50+
```bash
51+
~> sound meta set audio.mp3 -k TPE1 -v new-artist
52+
╭──────────────┬────────────────────────────╮
53+
│ duration │ 4min 5sec 551ms 20µs 408ns │
54+
│ artist │ new-artist │
55+
│ title │ TITLE │
56+
│ album │ ALBUM │
57+
│ album_artist │ SINGER │
58+
│ track_no │ 1 │
59+
│ total_tracks │ 1 │
60+
╰──────────────┴────────────────────────────╯
61+
```
62+
4863
* to correctly play a mp3 audio file you need to first load its metadata and then use its duration to play it
4964
5065
```bash

0 commit comments

Comments
 (0)