ttimer / GUI-for-mID3v2

ID3-Mass-Tagging :: GUI for mid3v2 (Mutagen)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GUI for mID3v2

ID3-Bulk-Tagging :: GUI for mid3v2 (Mutagen)

Copyright (C) 2020  Juergen Smolka - https://smolka.lima-city.de/

This program/collection is free software: you can redistribute it 
and/or modify it under the terms of the GNU General Public License 
as published by the Free Software Foundation, either version 3 of 
the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.

Quick-and-Dirty GUI for mid3v2

A quick-and-dirty UI for mid3v2 to add and/or edit MP3-ID3-Tags of a whole talking book or a complete music collection at once. There are many, many, really many things to do, but this toolbox is usable already. A caveat is that your data should fit into one of these fixed structures (to use the automatisms):

 <DIR>--[SUBDIRs]--<FILEs: "Artist - Titel.mp3">  or 

 <DIR: Artist>--<SUBDIR: Album>--[SUBDIRs]--<FILEs: "Titel.mp3">
 
 (Unless you do the namings by hand!)

The used environment is:

  • KUbuntu 16

  • Konsole

  • Firefox

  • bash

  • PHP 7.2.33

  • Python 3.5.2

  • Python-Mutagen

  • mid3v2 and mid3cp (part of Mutagen)

 $ mid3v2 --version
   mid3v2 1.3
   Uses Mutagen 1.43.0

Some are prerequisites (like PHP, Python and Mutagen), others are interchangeable. For example, if you use Chromium instead of Firefox you must edit the automation shell scripts or do the start steps manually.

About

ID3-Mass-Tagging :: GUI for mid3v2 (Mutagen)

License:GNU General Public License v3.0


Languages

Language:PHP 90.6%Language:JavaScript 5.9%Language:Hack 2.6%Language:Shell 0.9%Language:Python 0.1%