diff --git a/multimedia/editor/puddletag/actions.py b/multimedia/editor/puddletag/actions.py
new file mode 100644
index 0000000000..02f7e59a09
--- /dev/null
+++ b/multimedia/editor/puddletag/actions.py
@@ -0,0 +1,17 @@
+#!/usr/bin/python
+# -*- coding: utf-8 -*-
+#
+# Licensed under the GNU General Public License, version 3.
+# See the file https://www.gnu.org/licenses/gpl-3.0.txt
+
+from pisi.actionsapi import pythonmodules
+from pisi.actionsapi import get
+
+def setup():
+ pass
+
+def build():
+ pythonmodules.compile(pyVer = '3')
+
+def install():
+ pythonmodules.run("setup.py install --root=%s --no-compile -O0" % get.installDIR(), pyVer = '3')
diff --git a/multimedia/editor/puddletag/pspec.xml b/multimedia/editor/puddletag/pspec.xml
new file mode 100644
index 0000000000..a6abc552d7
--- /dev/null
+++ b/multimedia/editor/puddletag/pspec.xml
@@ -0,0 +1,53 @@
+
+
+
+
+ puddletag
+ https://docs.puddletag.net/
+
+ Pisilinux Community
+ admins@pisilinux.org
+
+ GPL-3
+ app:gui
+ multimedia.editor
+ Puddletag is an audio tag editor (primarily created) for GNU/Linux.
+ Supported formats: ID3v1, ID3v2 (mp3), MP4 (mp4, m4a, etc.), VorbisComments (ogg, flac), Musepack (mpc), Monkey’s Audio (.ape) and WavPack (wv).
+
+ https://github.com/puddletag/puddletag/archive/refs/tags/2.1.0.tar.gz
+
+
+ python3-qt5
+ python3-devel
+ python3-setuptools
+
+
+
+
+ puddletag
+
+ python3-qt5
+ libchromaprint
+ python3-mutagen
+ python3-configobj
+ python3-pyparsing
+
+
+ /usr/bin
+ /usr/lib
+ /usr/share
+ /usr/share/man
+ /usr/share/doc
+
+
+
+
+
+ 2022-02-02
+ 2.1.0
+ First build.
+ fury
+ uglyside@yandex.ru
+
+
+
diff --git a/multimedia/editor/puddletag/translations.xml b/multimedia/editor/puddletag/translations.xml
new file mode 100644
index 0000000000..04f8be8c5f
--- /dev/null
+++ b/multimedia/editor/puddletag/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ puddletag
+ Linux üzerinde mp3 etiketlerini düzenlemenizi sağlayan bir araç
+ Puddletag programı, kolay görünümü sayesinde mp3 etiketlerinde rahatça değişiklik yapabilmenizi sağlar. ID3v1, ID3v2, mp4, ogg, flac,mps, ape, wv formatlarını destekler.
+
+