All Projects → Kraymer → replica

Kraymer / replica

Licence: other
Replica, the id3 metadata cloner

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to replica

Ytmdl
A simple app to get songs from YouTube in mp3 format with artist name, album name etc from sources like iTunes, Spotify, LastFM, Deezer, Gaana etc.
Stars: ✭ 2,070 (+15823.08%)
Mutual labels:  metadata, id3
audio-metadata
A library for reading and, in the future, writing audio metadata. https://audio-metadata.readthedocs.io/
Stars: ✭ 41 (+215.38%)
Mutual labels:  metadata, id3
dart-tags
ID3 Tag parser written on the pure dart language.
Stars: ✭ 35 (+169.23%)
Mutual labels:  metadata, id3
rust-id3
A rust library for reading and writing ID3 metadata
Stars: ✭ 161 (+1138.46%)
Mutual labels:  metadata, id3
audio-tag-analyzer
Extracts metadata music metadata found in audio files
Stars: ✭ 18 (+38.46%)
Mutual labels:  metadata, id3
go-xmp
A native Go SDK for the Extensible Metadata Platform (XMP)
Stars: ✭ 36 (+176.92%)
Mutual labels:  metadata, id3
plugins
Plugins for HappyPanda X
Stars: ✭ 24 (+84.62%)
Mutual labels:  metadata
HiGitClass
HiGitClass: Keyword-Driven Hierarchical Classification of GitHub Repositories (ICDM'19)
Stars: ✭ 58 (+346.15%)
Mutual labels:  metadata
appstream-generator
A fast AppStream metadata generator
Stars: ✭ 34 (+161.54%)
Mutual labels:  metadata
discogstagger
Console based audio-file metadata tagger that uses the Discogs.com API v2 (JSON based). Relies on the Mutagen and discogs-client libraries. Currently supports FLAC and MP3 file types.
Stars: ✭ 65 (+400%)
Mutual labels:  metadata
TEAM
The Taxonomy for ETL Automation Metadata (TEAM) is a metadata management tool for data warehouse automation. It is part of the ecosystem for data warehouse automation, alongside the Virtual Data Warehouse pattern manager and the generic schema for Data Warehouse Automation.
Stars: ✭ 27 (+107.69%)
Mutual labels:  metadata
PHES-ODM
Metadata and code to support covid-19 wastewater surveillance and open science.
Stars: ✭ 34 (+161.54%)
Mutual labels:  metadata
node-htmlmetaparser
A `htmlparser2` handler for parsing rich metadata from HTML. Includes HTML metadata, JSON-LD, RDFa, microdata, OEmbed, Twitter cards and AppLinks.
Stars: ✭ 44 (+238.46%)
Mutual labels:  metadata
JavaResolver
Java class file inspection library for .NET.
Stars: ✭ 39 (+200%)
Mutual labels:  metadata
Id3
Library to read, modify and write ID3 & Lyrics3 tags in MP3 files. Provides an extensible framework for retrieving ID3 information from online services.
Stars: ✭ 27 (+107.69%)
Mutual labels:  id3
nes
Helping researchers in routine procedures for data collection
Stars: ✭ 16 (+23.08%)
Mutual labels:  metadata
Mp3ID3Tagger
🎶🎵A macOS application to edit the ID3 tag of your mp3 files. Developed with RxSwift and RxCocoa. 🎸🎼
Stars: ✭ 17 (+30.77%)
Mutual labels:  id3
openmrs-module-initializer
The OpenMRS Initializer module is an API-only module that processes the content of the configuration folder when it is found inside OpenMRS' application data directory.
Stars: ✭ 18 (+38.46%)
Mutual labels:  metadata
metaschema
Schema definition and validation 💡
Stars: ✭ 25 (+92.31%)
Mutual labels:  metadata
ioBroker.vw-connect
ioBroker Adapter for VW We connect and Skoda connect
Stars: ✭ 57 (+338.46%)
Mutual labels:  id3
https://codecov.io/gh/Kraymer/replica/branch/master/graph/badge.svg?token=ZkNIt7Wobr https://pepy.tech/badge/replica

Replica, the id3 tags cloner

Preamble

2010.

The 128 kbps mp3 files you piled ud during last decade are aging. Maybe it's time to upgrade your library, 320 kbps is the new kid in town.
One thing stops you: the precious personal info you stored in your id3 tags and don't want to lose.

Replica can ease your mp3 library upgrading process by cloning id3 metadata from the original file to the enhanced copy.

Usage

If you replicate full albums, please make sure that tracks filenames are similarly ordered in both source and destination folders.

$ replica -u Library/Sam_Cooke-Ain_t_that_good_news-128kbps-2003 Incoming/sam_cook-good-news-320kbps
Cloning id3 metadata... Done
Renaming files......... Done

In addition to id3 cloning, replica can handle files renaming too so that upgrading mp3 files becomes a no-brainer.

Consider the -u option to remove the source files and replace them by their upgraded version. By doing so, it instantly migrates id3 metatags to new files while keeping the information stored by your music player (ratings, play counts, etc) valid as the tracks filepaths get unmodified.

Disclaimer

Replica modifies mp3 files with no provision provided to undo the changes. I would highly recommend a backup of your mp3 prior to running replica on them.

Install

You can install replica by typing pip install replica.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].