How to modify the webclient? #366
-
Hello, Thank you for your help. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
The files in the htdocs directory are embedded in the executable. You must compile it after modifying the files in the htdocs directory. Compiled in debug mode the assets are not embedded and delivered directly from the htdocs directory. Look at: https://github.com/jcorporation/myMPD/wiki/Building-myMPD What things do you want to change? |
Beta Was this translation helpful? Give feedback.
-
Thank you very much for your answer. I was able to make the changes. It's mainly out of curiosity, to understand how the program works. But, I also have the project to add an audio player (so i don't have to have another page open with the mpd stream) |
Beta Was this translation helpful? Give feedback.
-
There is a local Player integrated to listen to the mpd stream. You must enable it in the settings. |
Beta Was this translation helpful? Give feedback.
The files in the htdocs directory are embedded in the executable. You must compile it after modifying the files in the htdocs directory. Compiled in debug mode the assets are not embedded and delivered directly from the htdocs directory.
Look at: https://github.com/jcorporation/myMPD/wiki/Building-myMPD
What things do you want to change?