Id3go - ID3v2 Tag Editor
Provide easy viewing and updating of media file tags from command line.
id3go
use go-taglib for easy viewing and updating of media file tags.
Features
- Minimalistic output for easy batch processing
- Support file list, wildcard filename(shell globing)
- Support unicode through TagLib
- Display and update following tags
- Album
- Artist
- Comments
- Title
- Track
- Year
Dependencies
Alpine
|
|
MacOS
|
|
Ubuntu
|
|
Install
|
|
Usage
Get
Display tags of files.
|
|
Examples:
|
|
Set
Set tags of files.
|
|
Flags:
short | long | usage |
---|---|---|
-S | –Save | save to file. Without this flag, set will not writing to files (dry run). |
-A | –album string | set album |
-a | –artist string | set artist |
-c | –comment string | set comments |
-h | –help | help for set |
-t | –title string | set title |
-T | –track string | set track |
-y | –year string | set year |
Examples:
|
|
Repository
Contributors
Changelog
- 1.0
- Initial release
- 1.1
- Add GitHub workflow
- Use Go module
- 1.2
- Use Go 1.16
- 1.3
- Remove GitHub workflow due to taglib dependency
- v1.3.3
- Use Go 1.18
- Update packages
License
The MIT License
Copyright (c) 2022 John Siu
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.