diff --git a/Plugin.pm b/Plugin.pm
index e69de29..fc3f70e 100644
--- a/Plugin.pm
+++ b/Plugin.pm
@@ -0,0 +1,34 @@
+package Plugins::YoutubeMusic::Plugin;
+
+use strict;
+
+use base qw(Slim:Plugin:Base);
+
+use Slim::Utils::Strings qw(string);
+use Slim::Utils::Prefs;
+use Slim::Utils::Log;
+
+my $log = Slim::Utils::Log->addLogCategory({
+ 'category' => 'plugin.youtubemusic',
+ 'defaultLevel' => 'WARN',
+ 'description' => 'PLUGIN_YOUTUBEMUSIC',
+});
+
+my $prefs = preferences('plugin.youtubemusic');
+
+use Plugins::YoutubeMusic::ProtocolHandler;
+
+sub initPlugin {
+ my $class = shift;
+
+ $class->SUPER::initPlugin;
+}
+
+sub shutdownPlugin {
+
+}
+
+sub getDisplayName { 'PLUGIN_YOUTUBEMUSIC' }
+
+1;
+
diff --git a/install.xml b/install.xml
new file mode 100644
index 0000000..919ba87
--- /dev/null
+++ b/install.xml
@@ -0,0 +1,12 @@
+
+
+ PLUGIN_YOUTUBEMUSIC
+ Plugins::YoutubeMusic::Plugin
+ 0.0.1
+ PLUGIN_YOUTUBEMUSIC_DESC
+ enabled
+
+ 7.0
+ *
+
+
diff --git a/repo.xml b/repo.xml
new file mode 100644
index 0000000..a9c287a
--- /dev/null
+++ b/repo.xml
@@ -0,0 +1,15 @@
+
+
+
+
+ Youtube Music
+ Integration for Youtube Music
+ musicservices
+ https://git.sanggi.ch/matteo/lms-plugins/releases/download/0.0.1/YouTubeMusic.zip
+ https://git.sanggi.ch/matteo/lms-plugins
+ mschuepbach
+ mschuepbach@pm.me
+ 7f5747b690ed786f80ff495c804dcadd83fb15720836565ca2ef423ac34d7ba0
+
+
+
diff --git a/strings.txt b/strings.txt
new file mode 100644
index 0000000..5e50e31
--- /dev/null
+++ b/strings.txt
@@ -0,0 +1,6 @@
+PLUGIN_YOUTUBEMUSIC
+ EN YouTube Music
+
+PLUGIN_YOUTUBEMUSIC_DESC
+ EN Integration for YouTube Music
+