diff --git a/README.md b/README.md index 9a29a38..bae2f31 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,19 @@ 🎞 mpv.net ========== -mpv.net is a modern media player for Windows based on the popular [mpv](https://mpv.io) player. +mpv.net is a modern desktop media player for Windows based on the popular [mpv](https://mpv.io) player. +mpv.net is designed to be mpv compatible, almost all mpv features are available +because they are all contained in libmpv, this means the official +[mpv manual](https://mpv.io/manual/master/) applies to mpv.net. + +mpv focuses on the usage of the command line and the terminal, +mpv.net retains the ability to be used from the command line and +the terminal and adds a modern Windows GUI on top of it. + +Like mpv, mpv.net targets exclusively power users, there are currently no developers +interested in supporting regular users, because this would require a vast amount of work +for beginner friendly features and would generate a large amount of user request. #### Graphical User Interface diff --git a/docs/Manual.md b/docs/Manual.md index 334f965..30add6c 100644 --- a/docs/Manual.md +++ b/docs/Manual.md @@ -42,6 +42,10 @@ mpv focuses on the usage of the command line and the terminal, mpv.net retains the ability to be used from the command line and the terminal and adds a modern Windows GUI on top of it. +Like mpv, mpv.net targets exclusively power users, there are currently no developers +interested in supporting regular users, because this would require a vast amount of work +for beginner friendly features and would generate a large amount of user request. + Download --------