diff --git a/docs/changelog.rst b/docs/changelog.rst index abde0162..5bd7613d 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -30,6 +30,9 @@ Bug fix release. - Stream: Fix error when playing stream from ``.pls`` playlist with quoted URLs. (Fixes: :issue:`1770`, PR: :issue:`1771`) +- Docs: Resize and compress images, reducing the release tarball size from 3.5 + to 1.1 MB. + v2.2.2 (2018-12-29) =================== diff --git a/docs/clients/mpd-client-cantata.jpg b/docs/clients/mpd-client-cantata.jpg new file mode 100644 index 00000000..c1698572 Binary files /dev/null and b/docs/clients/mpd-client-cantata.jpg differ diff --git a/docs/clients/mpd-client-cantata.png b/docs/clients/mpd-client-cantata.png deleted file mode 100644 index 9a2305a7..00000000 Binary files a/docs/clients/mpd-client-cantata.png and /dev/null differ diff --git a/docs/clients/mpd-client-gmpc.jpg b/docs/clients/mpd-client-gmpc.jpg new file mode 100644 index 00000000..d03bab08 Binary files /dev/null and b/docs/clients/mpd-client-gmpc.jpg differ diff --git a/docs/clients/mpd-client-gmpc.png b/docs/clients/mpd-client-gmpc.png deleted file mode 100644 index aa85c273..00000000 Binary files a/docs/clients/mpd-client-gmpc.png and /dev/null differ diff --git a/docs/clients/mpd-client-mpad.jpg b/docs/clients/mpd-client-mpad.jpg index 6a3357dc..9fe2d170 100644 Binary files a/docs/clients/mpd-client-mpad.jpg and b/docs/clients/mpd-client-mpad.jpg differ diff --git a/docs/clients/mpd-client-mpdel.png b/docs/clients/mpd-client-mpdel.png index fb9012fe..8fd7b862 100644 Binary files a/docs/clients/mpd-client-mpdel.png and b/docs/clients/mpd-client-mpdel.png differ diff --git a/docs/clients/mpd-client-mpdroid.jpg b/docs/clients/mpd-client-mpdroid.jpg index cd8bfc62..06296b3f 100644 Binary files a/docs/clients/mpd-client-mpdroid.jpg and b/docs/clients/mpd-client-mpdroid.jpg differ diff --git a/docs/clients/mpd-client-mpod.jpg b/docs/clients/mpd-client-mpod.jpg index a1704464..7337b02c 100644 Binary files a/docs/clients/mpd-client-mpod.jpg and b/docs/clients/mpd-client-mpod.jpg differ diff --git a/docs/clients/mpd-client-ncmpcpp.png b/docs/clients/mpd-client-ncmpcpp.png index 975639c6..915e43f2 100644 Binary files a/docs/clients/mpd-client-ncmpcpp.png and b/docs/clients/mpd-client-ncmpcpp.png differ diff --git a/docs/clients/mpd-client-sonata.jpg b/docs/clients/mpd-client-sonata.jpg new file mode 100644 index 00000000..fa4e6b33 Binary files /dev/null and b/docs/clients/mpd-client-sonata.jpg differ diff --git a/docs/clients/mpd-client-sonata.png b/docs/clients/mpd-client-sonata.png deleted file mode 100644 index 5fb02049..00000000 Binary files a/docs/clients/mpd-client-sonata.png and /dev/null differ diff --git a/docs/clients/mpd.rst b/docs/clients/mpd.rst index db555f6c..f4dd4006 100644 --- a/docs/clients/mpd.rst +++ b/docs/clients/mpd.rst @@ -65,9 +65,9 @@ Cantata `Cantata `_ is a graphical MPD client with support for Linux, mac OS, and Windows. -.. image:: mpd-client-cantata.png - :width: 1232 - :height: 710 +.. image:: mpd-client-cantata.jpg + :width: 696 + :height: 401 GMPC ---- @@ -75,9 +75,9 @@ GMPC `GMPC `_ is a graphical MPD client (GTK+) which works well with Mopidy. -.. image:: mpd-client-gmpc.png - :width: 1000 - :height: 565 +.. image:: mpd-client-gmpc.jpg + :width: 696 + :height: 393 GMPC may sometimes requests a lot of meta data of related albums, artists, etc. This takes more time with Mopidy, which needs to query Spotify for the data, @@ -100,7 +100,7 @@ Sonata `Sonata `_ is a graphical MPD client (GTK+). It generally works well with Mopidy, except for search. -.. image:: mpd-client-sonata.png +.. image:: mpd-client-sonata.jpg :width: 475 :height: 424 @@ -176,9 +176,9 @@ other web clients, see :ref:`http-clients`. Rompr ----- -.. image:: rompr.png - :width: 557 - :height: 600 +.. image:: rompr.jpg + :width: 696 + :height: 545 `Rompr `_ is a web based MPD client. `mrvanes `_, a Mopidy and Rompr user, said: "These diff --git a/docs/clients/rompr.jpg b/docs/clients/rompr.jpg new file mode 100644 index 00000000..e255a62f Binary files /dev/null and b/docs/clients/rompr.jpg differ diff --git a/docs/clients/rompr.png b/docs/clients/rompr.png deleted file mode 100644 index a9f4c8b5..00000000 Binary files a/docs/clients/rompr.png and /dev/null differ diff --git a/docs/ext/api_explorer.jpg b/docs/ext/api_explorer.jpg new file mode 100644 index 00000000..6b577e1c Binary files /dev/null and b/docs/ext/api_explorer.jpg differ diff --git a/docs/ext/api_explorer.png b/docs/ext/api_explorer.png deleted file mode 100644 index 390dbee0..00000000 Binary files a/docs/ext/api_explorer.png and /dev/null differ diff --git a/docs/ext/auto.jpg b/docs/ext/auto.jpg new file mode 100644 index 00000000..0e1583b0 Binary files /dev/null and b/docs/ext/auto.jpg differ diff --git a/docs/ext/auto.png b/docs/ext/auto.png deleted file mode 100644 index 90268f82..00000000 Binary files a/docs/ext/auto.png and /dev/null differ diff --git a/docs/ext/iris.jpg b/docs/ext/iris.jpg old mode 100755 new mode 100644 index 9874c3e0..a871c8df Binary files a/docs/ext/iris.jpg and b/docs/ext/iris.jpg differ diff --git a/docs/ext/local_images.jpg b/docs/ext/local_images.jpg index a5336c46..977a6911 100644 Binary files a/docs/ext/local_images.jpg and b/docs/ext/local_images.jpg differ diff --git a/docs/ext/material_webclient.jpg b/docs/ext/material_webclient.jpg new file mode 100644 index 00000000..d278c387 Binary files /dev/null and b/docs/ext/material_webclient.jpg differ diff --git a/docs/ext/material_webclient.png b/docs/ext/material_webclient.png deleted file mode 100644 index 1f8b13f8..00000000 Binary files a/docs/ext/material_webclient.png and /dev/null differ diff --git a/docs/ext/mobile.jpg b/docs/ext/mobile.jpg new file mode 100644 index 00000000..1a8ce446 Binary files /dev/null and b/docs/ext/mobile.jpg differ diff --git a/docs/ext/mobile.png b/docs/ext/mobile.png deleted file mode 100644 index 983aa27c..00000000 Binary files a/docs/ext/mobile.png and /dev/null differ diff --git a/docs/ext/moped.jpg b/docs/ext/moped.jpg new file mode 100644 index 00000000..51f07665 Binary files /dev/null and b/docs/ext/moped.jpg differ diff --git a/docs/ext/moped.png b/docs/ext/moped.png deleted file mode 100644 index d9c87112..00000000 Binary files a/docs/ext/moped.png and /dev/null differ diff --git a/docs/ext/mopidy_jukepi.jpg b/docs/ext/mopidy_jukepi.jpg new file mode 100644 index 00000000..5f5add7c Binary files /dev/null and b/docs/ext/mopidy_jukepi.jpg differ diff --git a/docs/ext/mopidy_jukepi.png b/docs/ext/mopidy_jukepi.png deleted file mode 100644 index 95943e07..00000000 Binary files a/docs/ext/mopidy_jukepi.png and /dev/null differ diff --git a/docs/ext/mopidy_party.jpg b/docs/ext/mopidy_party.jpg new file mode 100644 index 00000000..e01c1059 Binary files /dev/null and b/docs/ext/mopidy_party.jpg differ diff --git a/docs/ext/mopidy_party.png b/docs/ext/mopidy_party.png deleted file mode 100644 index 637b27ce..00000000 Binary files a/docs/ext/mopidy_party.png and /dev/null differ diff --git a/docs/ext/mopify.jpg b/docs/ext/mopify.jpg index 1ac060b7..ddbcd0d1 100644 Binary files a/docs/ext/mopify.jpg and b/docs/ext/mopify.jpg differ diff --git a/docs/ext/mopster.jpg b/docs/ext/mopster.jpg new file mode 100644 index 00000000..eadd76c8 Binary files /dev/null and b/docs/ext/mopster.jpg differ diff --git a/docs/ext/mopster.png b/docs/ext/mopster.png deleted file mode 100644 index 2855c4cf..00000000 Binary files a/docs/ext/mopster.png and /dev/null differ diff --git a/docs/ext/musicbox_webclient.jpg b/docs/ext/musicbox_webclient.jpg new file mode 100644 index 00000000..83395f9a Binary files /dev/null and b/docs/ext/musicbox_webclient.jpg differ diff --git a/docs/ext/musicbox_webclient.png b/docs/ext/musicbox_webclient.png deleted file mode 100644 index 82f2752d..00000000 Binary files a/docs/ext/musicbox_webclient.png and /dev/null differ diff --git a/docs/ext/simple_webclient.jpg b/docs/ext/simple_webclient.jpg new file mode 100644 index 00000000..071514df Binary files /dev/null and b/docs/ext/simple_webclient.jpg differ diff --git a/docs/ext/simple_webclient.png b/docs/ext/simple_webclient.png deleted file mode 100644 index 3f430ef9..00000000 Binary files a/docs/ext/simple_webclient.png and /dev/null differ diff --git a/docs/ext/web.rst b/docs/ext/web.rst index d655eeea..053b7d47 100755 --- a/docs/ext/web.rst +++ b/docs/ext/web.rst @@ -21,9 +21,9 @@ https://github.com/dz0ny/mopidy-api-explorer Web extension for browsing the Mopidy HTTP API. -.. image:: /ext/api_explorer.png - :width: 1176 - :height: 713 +.. image:: /ext/api_explorer.jpg + :width: 696 + :height: 422 To install, run:: @@ -43,7 +43,7 @@ Mopidy extension to automate music playback based on time of day. goals. Other web extensions will not work as expected when this extension is installed. -.. image:: /ext/auto.png +.. image:: /ext/auto.jpg :width: 533 :height: 370 @@ -62,8 +62,8 @@ extensions in a user-friendly and intuitive interface. Built using React and Redux. Made by James Barnsley. .. image:: /ext/iris.jpg - :width: 888 - :height: 646 + :width: 696 + :height: 506 To install, run:: @@ -95,9 +95,9 @@ https://github.com/matgallacher/mopidy-material-webclient A Mopidy web client with an Android Material design feel. -.. image:: /ext/material_webclient.png - :width: 960 - :height: 520 +.. image:: /ext/material_webclient.jpg + :width: 696 + :height: 377 To install, run:: @@ -112,9 +112,9 @@ https://github.com/tkem/mopidy-mobile A Mopidy web client extension and hybrid mobile app, made with Ionic, AngularJS and Apache Cordova by Thomas Kemmer. -.. image:: /ext/mobile.png - :width: 1024 - :height: 606 +.. image:: /ext/mobile.jpg + :width: 696 + :height: 412 To install, run:: @@ -128,9 +128,9 @@ https://github.com/martijnboland/moped A Mopidy web client made with AngularJS by Martijn Boland. -.. image:: /ext/moped.png - :width: 720 - :height: 450 +.. image:: /ext/moped.jpg + :width: 696 + :height: 435 To install, run:: @@ -147,8 +147,8 @@ a more "complete" Spotify music experience. It's currently targeted at people using Spotify through Mopidy. Made by Dirk Groenen. .. image:: /ext/mopify.jpg - :width: 800 - :height: 416 + :width: 696 + :height: 362 To install, run:: @@ -164,9 +164,9 @@ The first web client for Mopidy, made with jQuery Mobile by Wouter van Wijk. Also the web client used for Wouter's popular `Pi Musicbox `_ image for Raspberry Pi. -.. image:: /ext/musicbox_webclient.png - :width: 1312 - :height: 723 +.. image:: /ext/musicbox_webclient.jpg + :width: 696 + :height: 384 To install, run:: @@ -180,7 +180,7 @@ https://github.com/Lesterpig/mopidy-party Minimal web client designed for collaborative music management during parties. -.. image:: /ext/mopidy_party.png +.. image:: /ext/mopidy_party.jpg To install, run:: @@ -195,7 +195,7 @@ https://github.com/xolox/mopidy-simple-webclient A minimalistic web client targeted for mobile devices. Made with jQuery and Bootstrap by Peter Odding. -.. image:: /ext/simple_webclient.png +.. image:: /ext/simple_webclient.jpg :width: 473 :height: 373 @@ -221,9 +221,9 @@ https://github.com/cowbell/mopster Simple web client hosted online written in Ember.js and styled using basic Bootstrap by Wojciech Wnętrzak. -.. image:: /ext/mopster.png - :width: 1275 - :height: 628 +.. image:: /ext/mopster.jpg + :width: 696 + :height: 343 To use, just visit http://mopster.cowbell-labs.com/. @@ -235,9 +235,9 @@ https://github.com/meantimeit/jukepi A Mopidy web client built with Backbone by connrs. -.. image:: /ext/mopidy_jukepi.png - :width: 1260 - :height: 961 +.. image:: /ext/mopidy_jukepi.jpg + :width: 696 + :height: 531 To install, run:: diff --git a/docs/installation/raspberrypi2.jpg b/docs/installation/raspberrypi2.jpg index 8af91864..ce83140b 100644 Binary files a/docs/installation/raspberrypi2.jpg and b/docs/installation/raspberrypi2.jpg differ