@@ -79,6 +79,8 @@ Other changes:
7979 maintainability.
8080- :doc: `plugins/bpd `: Raise ImportError instead of ValueError when GStreamer is
8181 unavailable, enabling ``importorskip `` usage in pytest setup.
82+ - Finally removed gmusic plugin and all related code/docs as the Google Play
83+ Music service was shut down in 2020.
8284
83852.5.1 (October 14, 2025)
8486------------------------
@@ -1363,9 +1365,9 @@ There are some fixes in this release:
13631365
13641366- Fix a regression in the last release that made the image resizer fail to
13651367 detect older versions of ImageMagick. :bug: `3269 `
1366- - :doc: ` /plugins/gmusic `: The ``oauth_file `` config option now supports more
1368+ - `` /plugins/gmusic ` `: The ``oauth_file `` config option now supports more
13671369 flexible path values, including ``~ `` for the home directory. :bug: `3270 `
1368- - :doc: ` /plugins/gmusic `: Fix a crash when using version 12.0.0 or later of the
1370+ - `` /plugins/gmusic ` `: Fix a crash when using version 12.0.0 or later of the
13691371 ``gmusicapi `` module. :bug: `3270 `
13701372- Fix an incompatibility with Python 3.8's AST changes. :bug: `3278 `
13711373
@@ -1416,7 +1418,7 @@ And many improvements to existing plugins:
14161418 singletons. :bug: `3220 ` :bug: `3219 `
14171419- :doc: `/plugins/play `: The plugin can now emit a UTF-8 BOM, fixing some issues
14181420 with foobar2000 and Winamp. Thanks to :user: `mz2212 `. :bug: `2944 `
1419- - :doc: ` /plugins/gmusic `:
1421+ - `` /plugins/gmusic ` `:
14201422
14211423 - Add a new option to automatically upload to Google Play Music library on
14221424 track import. Thanks to :user: `shuaiscott `.
@@ -1855,7 +1857,7 @@ Here are the new features:
18551857- :ref: `Date queries <datequery >` can also be *relative *. You can say
18561858 ``added:-1w.. `` to match music added in the last week, for example. Thanks to
18571859 :user: `euri10 `. :bug: `2598 `
1858- - A new :doc: ` /plugins/gmusic ` lets you interact with your Google Play Music
1860+ - A new `` /plugins/gmusic ` ` lets you interact with your Google Play Music
18591861 library. Thanks to :user: `tigranl `. :bug: `2553 ` :bug: `2586 `
18601862- :doc: `/plugins/replaygain `: We now keep R128 data in separate tags from
18611863 classic ReplayGain data for formats that need it (namely, Ogg Opus). A new
0 commit comments