Disclaimer: Dieses Tool verändert ausschließlich Metadaten (ID3-Tags) deiner MP3-Datei.
Es erfolgt keine Audio-Bearbeitung oder Qualitätsänderung.
Bitte stelle sicher, dass du die Rechte an der hochgeladenen Datei besitzt.
MP3 Meta Editor
Pflicht: MP3 Datei, Titel, Artist
Empfohlen: Album, Jahr, Track-Nummer, Genre, Cover
Pro-Extras: BPM, Key, ISRC, Label, Composer, Producer
<style>
/* ================= WRAPPER ================= */
.bm-wrap{
width:100%;
max-width:720px;
margin:0 auto;
padding:18px 14px 26px;
box-sizing:border-box;
}
/* ================= TITLE ================= */
.bm-title{
margin:0 0 12px;
font-size:20px;
font-weight:900;
color:#fff;
}
/* ================= REQUIRED NOTE ================= */
.bm-required-note{
font-size:13px;
color:rgba(255,255,255,.85);
margin-bottom:18px;
line-height:1.4;
}
/* ================= FORM ================= */
.bm-form{
display:flex;
flex-direction:column;
gap:16px;
}
/* ================= GRID (2 Spalten) ================= */
.bm-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:16px;
}
/* ================= FIELD ================= */
.bm-field{
display:flex;
flex-direction:column;
gap:6px;
}
.bm-field label{
font-size:14px;
font-weight:700;
color:#fff;
}
/* ================= REQUIRED STAR ================= */
.bm-req{
color:#ff6b6b;
}
/* ================= HINT ================= */
.bm-hint{
font-size:12px;
color:rgba(255,255,255,.6);
}
/* ================= INPUTS ================= */
.bm-form input,
.bm-form textarea{
width:100%;
padding:12px;
font-size:16px;
border-radius:12px;
box-sizing:border-box;
outline:none;
}
/* Autofill iOS */
.bm-form input:-webkit-autofill,
.bm-form textarea:-webkit-autofill{
-webkit-text-fill-color:#fff !important;
box-shadow:0 0 0 1000px #000 inset !important;
}
/* ================= BUTTON ================= */
.bm-submit{
margin-top:10px;
padding:14px;
border-radius:14px;
border:1px solid #fff;
background:#fff;
color:#000;
font-size:16px;
font-weight:900;
cursor:pointer;
}
.bm-submit:active{
opacity:.85;
}
/* ================= NOTE ================= */
.bm-note{
font-size:12px;
color:rgba(255,255,255,.75);
line-height:1.4;
}
/* ================= MOBILE ================= */
@media (max-width:560px){
.bm-grid{ grid-template-columns:1fr; }
}
@media (max-width:360px){
.bm-title{ font-size:18px; }
}
</style>