https://github.com/fantasyui-com/id3-files
Employ ID v3 information in renaming of files. [ID3, MP3, Music]
https://github.com/fantasyui-com/id3-files
Last synced: 2 months ago
JSON representation
Employ ID v3 information in renaming of files. [ID3, MP3, Music]
- Host: GitHub
- URL: https://github.com/fantasyui-com/id3-files
- Owner: fantasyui-com
- License: gpl-3.0
- Created: 2017-10-01T18:22:19.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-12-16T18:16:15.000Z (over 1 year ago)
- Last Synced: 2025-01-07T09:39:21.326Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 112 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# id3-files
Employ ID v3 information in renaming of files.
The idea behind this program: focus on *.mp3 only.
Use a central location into which all files are copied.
Simply running: ```id3-files /Users/alice/Downloads``` will copy all of your mp3 into ~/music-db
where it will be arranged by artist||album/album--title
## Dedupe Your MP3 Collection.
The following command will copy files from /Users/alice/music-library into /Users/alice/nodupe
while avoiding creating duplicates. It uses sha fingerprinting and id3 info.
```Bash
$> id3-files --dry-run --use-fingerprinting --music-library ~/nodupe /Users/alice/music-library
```