A media file tag checker tool, intended to work alone or fit into a larger toolchain
Project description
MusicValidator
Application that provides a series of functions to inspect tag information from media files and validate their presence and correctness.
Features
- Define libraries by familiar name
- Pulls all tags from supported media files
- Stored in a SQLite DB for fast retrieval
Requirements
- Python 3+
- MusicManagerMicro
- MusicCheckerMicro
Usage
from music_validator_micro import MusicValidator as MV
library_name = "MY_MEDIA"
mv = MV(library_name)
report = mv.execute()
# Provides an object of tag properties and the file path that is
# missing them
'''
{
'TALB':[
'/media/music/pop/hit_me_baby.mp3'
]
'TIT2':[
'/media/music/pop/final_countdown.mp3'
]
}
'''
Caching
You can safely remove the cache databases in $HOME/$XDG_CACHE/MusicValidatorMicro/<library_name>
Testing
Run pytest in root directory passing in tests directory. Sample audio files are also contained within tests path
Build
python -m build
python -m twine upload dist/*
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file music_validator_micro-0.1.14.tar.gz.
File metadata
- Download URL: music_validator_micro-0.1.14.tar.gz
- Upload date:
- Size: 126.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a19ae43b15e9c0793acf92331fe27a77854d91e694a63406934660e62108dc4a
|
|
| MD5 |
1433b70ef4bbbd8742047bfe61d01db8
|
|
| BLAKE2b-256 |
e1b3da2b4933bcf9ec102a1c82add47b196725d378b97165ed980ed7289426cb
|
File details
Details for the file music_validator_micro-0.1.14-py3-none-any.whl.
File metadata
- Download URL: music_validator_micro-0.1.14-py3-none-any.whl
- Upload date:
- Size: 8.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6894b81f11b84f375bfcc76f11728c519d17ea49612323d76f8b38f6627b4ec5
|
|
| MD5 |
a1d275bf7fb51e4ce70efbe5cf1a924f
|
|
| BLAKE2b-256 |
42c2e1c115d9b54084c48de6027f72d69c0d1395474aca921e17764fe805499c
|