Review of "Media Player Indicator" version 18

Details Page Preview

This extension has been retired. No one has stepped up to take over maintainership, and there have not been any updates in over a year. It should be removed from this site.

Extension Homepage
https://github.com/JasonLG1979/gnome-shell-extensions-mediaplayer/

No comments.

Diff Against

Files

Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.

All Versions

Previous Reviews on this Version

eon posted a review
Disabled the http sync copy since it can freeze the whole desktop. I didn't find a solution yet to make the copy async (copy_async is not available in JS)
Jasper St. Pierre posted a review
Looks fine. As for async copy, you could open an input/output stream pair and use output_stream.splice_async.
eon posted a review
Thanks I tried to use streams but I don't get exactly how to use them with GFile(s)
Jasper St. Pierre posted a review
You use the read/write methods on a GFile to create a GFileInputStream/GFileOutputStream.