mpc-qt icon indicating copy to clipboard operation
mpc-qt copied to clipboard

http no controls.html file

Open leonidukg opened this issue 1 year ago • 3 comments

When http server is enabled, player controls are not available because there is no controls.html file.

leonidukg avatar Apr 28 '24 16:04 leonidukg

Yeah it took me a year to add the web server due to deteriorating health. Simply put I felt like cutting my losses and limited the features to the minimum needed to implement it.

cmdrkotori avatar Apr 29 '24 00:04 cmdrkotori

Yeah it took me a year to add the web server due to deteriorating health. Simply put I felt like cutting my losses and limited the features to the minimum needed to implement it.

Can you tell me where are the files located when someone installs the program? All I want to do is add an HTML to see progress of the time. I'm on lubuntu btw.

ElSasori69 avatar May 09 '24 09:05 ElSasori69

Can you tell me where are the files located when someone installs the program? All I want to do is add an HTML to see progress of the time. I'm on lubuntu btw.

The "files" that come with mpc-qt are embedded in the program.

BUT, like mpc-hc, you can point mpc-qt at the directory containing your custom html files, and the "special" files (like command.hmtl, variables.html, info.html et al) will pass through to the inbuilt ones.

Screenshot_20240509_202819

The browse button wasn't implemented in the last version, but the fix for it is now in git master.

Note that the web backend isn't throughly tested because I lost access to the original bugtracker where the feature request was made. (it had several sample files to test.)

cmdrkotori avatar May 09 '24 10:05 cmdrkotori