File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments