Update cheatsheets

This commit is contained in:
ivuorinen
2025-06-25 00:20:50 +00:00
parent 9b28211252
commit f4e4b40a39
35 changed files with 147 additions and 70 deletions

View File

@@ -12,22 +12,22 @@ source: https://github.com/tldr-pages/tldr.git
`mp3info {{path/to/file.mp3}}`
- Edit ID3v1 tags interactively:
- Edit ID3v1 tags [i]nteractively:
`mp3info -i {{path/to/file.mp3}}`
- Set values for ID3v1 tags in a specific MP3 file:
- Set values for ID3v1 tags in a specific MP3 file ([a]rtist, [t]itle, a[l]bum, [y]ear, and [c]omment):
`mp3info -a "{{artist_name}}" -t "{{song_title}}" -l "{{album_title}}" -y {{year}} -c "{{comment_text}}" {{path/to/file.mp3}}`
- Set the number of the track in the album for a specific MP3 file:
- Set the [n]umber of the track in the album for a specific MP3 file:
`mp3info -n {{track_number}} {{path/to/file.mp3}}`
- Print a list of valid genres and their numeric codes:
- [G]et a list of valid genres and their numeric codes:
`mp3info -G`
- Set the music genre for a specific MP3 file:
- Set the music [g]enre for a specific MP3 file:
`mp3info -g {{genre_number}} {{path/to/file.mp3}}`