Skip to content

Commit 715b2a9

Browse files
committed
Merge remote-tracking branch 'upstream/master' into smartplaylist
2 parents 6bfe7cf + cb0d15f commit 715b2a9

File tree

4 files changed

+6
-37
lines changed

4 files changed

+6
-37
lines changed

beetsplug/gmusic.py

Lines changed: 0 additions & 27 deletions
This file was deleted.

docs/changelog.rst

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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

8385
2.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

docs/plugins/gmusic.rst

Lines changed: 0 additions & 5 deletions
This file was deleted.

docs/plugins/index.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ databases. They share the following configuration options:
8484
fromfilename
8585
ftintitle
8686
fuzzy
87-
gmusic
8887
hook
8988
ihate
9089
importadded

0 commit comments

Comments
 (0)