diff --git a/README.md b/README.md index f899e86..d0cc582 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,17 @@ # MPDPlayer-v1 +MPD Player V1 old but gold +Install instructions + +apt install zip ffmpeg aria2 +Upload ui_panel.zip to /root +unzip +chmod 777 -R * +curl -s "https://beta.sdkman.io" | bash +source "$HOME/.sdkman/bin/sdkman-init.sh" +sdk install java 17.0.2-tem +nohup ./mpdplayer.run & + +then panel runs on Port: 8989 +Login is +admin / ahSL6DU7 diff --git a/ui_panel.zip b/ui_panel.zip new file mode 100644 index 0000000..5e6fa79 Binary files /dev/null and b/ui_panel.zip differ