Skip to content
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.

A simple script for reading mp3 tags and storing them in a light sqlite3 database.

License

Notifications You must be signed in to change notification settings

CCC-Jugendgruppe/python_mp3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

A simple Python script for reading metadata out of mp3 files and storing it in a database. Data can be exported to be processed further.

Install

1. Install with pip3

pip3 install https://github.com/CCC-Jugendgruppe/python_mp3/archive/refs/heads/main.zip

2. Start the programm

not working yet python-mp3

Install (For contributors)

0. Open a Terminal

1. Clone the repo to your PC

git clone https://github.com/CCC-Jugendgruppe/python_mp3.git

2. Go into the repo folder

cd python_mp3

3.Iinstall program with pip

pip3 install .

FOR WORKING ON GUI: 4. Put Music files into the input folder

5. Start the program

python-mp3

use python3 main.py -i /path

INFO: pip3 install . needed after making changes

About

A simple script for reading mp3 tags and storing them in a light sqlite3 database.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Contributors 4

  •  
  •  
  •  
  •