NOTE: it requires mediainfo to run and uses GNU Core Utilities commands
find
,sed
,grep
,tail
,cut
etc.
pacman -S mediainfo
apt install mediainfo
For the current user:
curl https://raw.githubusercontent.com/shivajichalise/mp3organizer/main/mp3organizer > ~/usr/local/bin/mp3organizer && chmod +x ~/usr/local/bin/mp3organizer
Or simply copy the mp3organizer
file to a location in your $PATH
and make it executable.
- run
mp3organizer
on the directory where your music files are - done
NOTE: this script only looks for .mp3 and .m4a on current directory
Star the repository on Github Follow shivajichalise on Github
This project is licensed under GPL-3.0