Skip to content

Music indexer is a tool to manage music files with SQLite

Notifications You must be signed in to change notification settings

rquinlivan/music_indexer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Music Indexer

music_indexer is a tool for indexing messy directories of music files. It grew out of my need to track the different places I was storing music files of various formats.

music_indexer searches a root directory for music files and generates a SQLite database file with metadata (artist, track number, etc.) which can be used for further analysis and management scripts.

Motivation

I store music files on several different drives. I got sick of having to search through all of them to find my music. Furthermore, I couldn't find a single music player that properly indexed across large drives and output a SQL format for user analysis. I decided to write this tool to provide a foundation for building a better solution for data geeks who have a large music collection.

Coming Soon

  • A GUI!
  • Supporting additional file formats
  • Auto-generated analytics

Screenshot

About

Music indexer is a tool to manage music files with SQLite

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages