Skip to content

Russanandres/tilte

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 

Repository files navigation

Tilte working with music files Then the music beat up

What is that?

This script trying to receive ID3v* tags of artist and song name and renames file to $Artist - $Title.* pattern.
Tilte tries to rename ALL your music files in one directory and sadly can't move through folders at now.

Depencies

· ffmpeg (ffprobe is part of ffmpeg)
· bash
· music files in one directory

Usage

1st argument is always your path, so run script as bash tilte.sh /home/$USER/Music/
To check help manual, run bash tilte.sh -h
To use tilte in current directory, run bash tilte.sh .
To show all log while running, run script with -v or --verbose
To simulate all process, run tilte with -s or --simulate
You can run EXPEREMENTAL recurse renaming by -r argument.

Notes

· Silent way can't rename files with / or \ in artist or title. Other ways can.
· Tilte tries to rename photos and videos in your folder, so try to not store other type of media with music.

Known bugs

You tell me! 🙂

Tests results

Input data Normal mode time Silent mode time
498 files 44.8 seconds 43.8 seconds
3820 files 5m 38 sec 5m 27 sec
15252 files 26m 55 sec 27m 20 sec (WTH)

WIP

About

Script that renames music files with ffprobe

Topics

Resources

Stars

Watchers

Forks

Languages