ChrisBlanks / music-metadata-editor

A Kivy GUI app that allows users to edit metadata on songs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

music-metadata-editor project

The goal of this project was to create a GUI application for converting music files and editing flac metadata. The Kivy API was used for creating the GUI. Several CLI programs were used in order to convert file types (e.g. .wav to .flac) and set metadata.


Currently, there's only a demo for this application, which has basic functionality and a bare bones UI.

Dependencies:

Python 3rd party module dependencies

  • kivy

CLI Program dependencies

  • ffmpeg
  • metaflac
  • soundconverter
  • sox

About

A Kivy GUI app that allows users to edit metadata on songs.


Languages

Language:Python 98.6%Language:Shell 1.4%