From 52d73067a9a63a5d8ddc5cf7883c1d8b2f0f07ee Mon Sep 17 00:00:00 2001 From: Andre Date: Mon, 7 Oct 2024 09:14:39 +0200 Subject: [PATCH] afinfo: add German translation (#13941) * afinfo: add German translation * Update pages.de/osx/afinfo.md Co-authored-by: pixie * Update pages.de/osx/afinfo.md Co-authored-by: pixie * Update pages.de/osx/afinfo.md Co-authored-by: pixie * Update pages.de/osx/afinfo.md Co-authored-by: pixie * Update pages.de/osx/afinfo.md Co-authored-by: pixie * Update pages.de/osx/afinfo.md Co-authored-by: pixie * Update pages.de/osx/afinfo.md Co-authored-by: pixie * Update pages.de/osx/afinfo.md Co-authored-by: pixie * Update pages.de/osx/afinfo.md Co-authored-by: pixie * Update pages.de/osx/afinfo.md Co-authored-by: pixie * Update pages.de/osx/afinfo.md Co-authored-by: pixie --------- Co-authored-by: therealhappy <3585063+therealhappy@users.noreply.github.com> Co-authored-by: pixie --- pages.de/osx/afinfo.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 pages.de/osx/afinfo.md diff --git a/pages.de/osx/afinfo.md b/pages.de/osx/afinfo.md new file mode 100644 index 0000000000..6d43d71b92 --- /dev/null +++ b/pages.de/osx/afinfo.md @@ -0,0 +1,29 @@ +# afinfo + +> Audiodatei-Metadaten-Parser für OS X. +> Eingebauter Befehl von OS X. +> Weitere Informationen: . + +- Zeige Informationen zu einer bestimmten Audiodatei an: + +`afinfo {{pfad/zu/datei}}` + +- Gib eine einzeilige Beschreibung der Audiodatei aus: + +`afinfo --brief {{pfad/zu/datei}}` + +- Gib Metadaten und den Inhalt des InfoDictionary der Audiodatei aus: + +`afinfo --info {{pfad/zu/datei}}` + +- Gib die Daten im XML-Format aus: + +`afinfo --xml {{pfad/zu/datei}}` + +- Gib Warnungen für die Audiodatei aus, falls vorhanden: + +`afinfo --warnings {{pfad/zu/datei}}` + +- Zeige eine Hilfe an: + +`afinfo --help`