diff --git a/programming/language/python3/python3-mutagen/actions.py b/programming/language/python3/python3-mutagen/actions.py
new file mode 100644
index 0000000000..1eee91d6bb
--- /dev/null
+++ b/programming/language/python3/python3-mutagen/actions.py
@@ -0,0 +1,13 @@
+#!/usr/bin/python
+# -*- coding: utf-8 -*-
+#
+# Licensed under the GNU General Public License, version 3.
+# See the file http://www.gnu.org/licenses/gpl.txt
+
+from pisi.actionsapi import pythonmodules
+
+def build():
+ pythonmodules.compile(pyVer="3")
+
+def install():
+ pythonmodules.install(pyVer="3")
diff --git a/programming/language/python3/python3-mutagen/pspec.xml b/programming/language/python3/python3-mutagen/pspec.xml
new file mode 100644
index 0000000000..1135b6c4ff
--- /dev/null
+++ b/programming/language/python3/python3-mutagen/pspec.xml
@@ -0,0 +1,56 @@
+
+
+
+
+ python3-mutagen
+ https://github.com/quodlibet/mutagen
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ GPLv2
+ programming.language.python3
+ library
+ An audio tag editing library
+ Mutagen is a Python module to handle audio metadata. It supports ASF, FLAC, MP4, Monkey’s Audio, MP3, Musepack, Ogg Opus, Ogg FLAC, Ogg Speex, Ogg Theora, Ogg Vorbis, True Audio, WavPack, OptimFROG, and AIFF audio files. All versions of ID3v2 are supported, and all standard ID3v2.4 frames are parsed. It can read Xing headers to accurately calculate the bitrate and length of MP3s. ID3 and APEv2 tags can be edited regardless of audio format. It can also manipulate Ogg streams on an individual packet/page level.
+ https://github.com/quodlibet/mutagen/archive/release-1.43.0.tar.gz
+
+ python3-devel
+ python3-setuptools
+
+
+
+
+ python3-mutagen
+ An audio tag editing library
+
+ python3
+
+
+ /usr/bin/mid3cp
+ /usr/bin/mid3v2
+ /usr/bin/moggsplit
+ /usr/bin/mid3iconv
+ /usr/bin/mutagen-pony
+ /usr/bin/mutagen-inspect
+ /usr/lib/python3*
+ /usr/share/man/man1/mid3cp.1
+ /usr/share/man/man1/mid3v2.1
+ /usr/share/man/man1/mid3iconv.1
+ /usr/share/man/man1/moggsplit.1
+ /usr/share/man/man1/mutagen-pony.1
+ /usr/share/man/man1/mutagen-inspect.1
+ /usr/share/doc/python3-mutagen
+
+
+
+
+
+ 2019-12-24
+ 1.43.0
+ First release.
+ Blue Devil
+ bluedevil@sctzine.com
+
+
+
diff --git a/programming/language/python3/python3-mutagen/translations.xml b/programming/language/python3/python3-mutagen/translations.xml
new file mode 100644
index 0000000000..a63b233e8e
--- /dev/null
+++ b/programming/language/python3/python3-mutagen/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ python3-mutagen
+ Müzik dosyalarının etiketlerini düzenlemek için bir python3 kitaplığı
+ python3-mutagen, müzik dosyalarının etiketlerini düzenlemeye yarayan python ile yazılmış bir kütüphanedir.
+
+