Bonjour,
Je souhaiterais créer un fichier script qui automatise la mise en forme de mes fichiers comme suit:
INTERPRETE = ARTISTE DE L'ALBUM
PISTE = 01, 02, 03......
POCHETTE = 1 (Covers.jpg dans le répertoire album de l'artiste)
Nom du fichier: 01 - Exemple01.mp3, 02 - Exemple.mp3, 03 - Exemple.mp3
Commentaire: vide, Compositeur: vide, n° de disque: vide
Localisation: ARTISTE\ALBUM*.mp3 *.jpg
Si quelqu'un peut m'aider avec tout mes remerciements
Please write in English or German
Bonjour RYAN78, bienvenue dans la communauté Mp3tag, ça me fait plaisir de vous écrire dans la langue de Molière...
Je crois que ohrenkino pourrais vous aider pour vos demandes, il est super doué, sur la communauté de Mp3tag, toutes les questions, sont de langues: Anglais et Allemand
Good morning,
I would like to create a script file that automates the formatting of my files as follows:
PERFORMER = ARTIST OF THE ALBUM
TRACK = 01, 02, 03......
POUCH = 1 (Covers.jpg in the artist's album directory)
File name: 01 - Example01.mp3, 02 - Example.mp3, 03 - Example.mp3
Comment: empty, Composer: empty, disc number: empty
Location: ARTIST\ALBUM*.mp3 *.jpg
If anyone can help me with all my thanks
See the FAQs how to copy one field to another:
Best would be the track numbering wizard Ctrl-K but that does not work in actions but has to be called from the GUI.
If you want to set an ascending number to TRACK try an action of the type "Format value" for TRACK
Format string: $num(%_counter%,2)
There is an action for that:
I don't know what "Example" should be and where that data comes from. Is it a fixed string? Or is it the data from TITLE?
In general, to create filenames from tag data, see the documentation:
There is an action to delete fields:
It may be quicker to select all files, open the extended tags dialogue Alt-T and delete all unwanted fields there.
I don't know what that location means. To create a folder structure from tag data is described in the documentation:
And a request for future posts: please limit the topics in a single thread to just one. Otherwise it will become very confusing to answer the individual aspects.