From bb80fe5c5ba6ccf75b8e102085fdaa3b53b7b29e Mon Sep 17 00:00:00 2001 From: rachmadaniHaryono Date: Wed, 11 Nov 2020 12:04:11 +0800 Subject: [PATCH 1/3] fix: doc: copyartifacts fork --- docs/plugins/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/plugins/index.rst b/docs/plugins/index.rst index 1d5d1b815..2b16d96d8 100644 --- a/docs/plugins/index.rst +++ b/docs/plugins/index.rst @@ -275,7 +275,7 @@ Here are a few of the plugins written by the beets community: * `beet-amazon`_ adds Amazon.com as a tagger data source. -* `copyartifacts`_ helps bring non-music files along during import. +* `beets-copyartifacts`_ helps bring non-music files along during import. * `beets-check`_ automatically checksums your files to detect corruption. @@ -326,7 +326,7 @@ Here are a few of the plugins written by the beets community: .. _beets-barcode: https://github.com/8h2a/beets-barcode .. _beets-check: https://github.com/geigerzaehler/beets-check -.. _copyartifacts: https://github.com/sbarakat/beets-copyartifacts +.. _beets-copyartifacts: https://github.com/adammillerio/beets-copyartifacts .. _dsedivec: https://github.com/dsedivec/beets-plugins .. _beets-artistcountry: https://github.com/agrausem/beets-artistcountry .. _beetFs: https://github.com/jbaiter/beetfs From 4acbd2a8b37fe931a1d899140f93c7411a475ebc Mon Sep 17 00:00:00 2001 From: rachmadaniHaryono Date: Wed, 11 Nov 2020 12:28:16 +0800 Subject: [PATCH 2/3] new: doc: changelog --- docs/changelog.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 458e4b8d2..af4cc9493 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -169,6 +169,7 @@ New features: Fixes: +* :doc:`/plugins/index`: Change beets-copyartifacts to maintained repo. * :doc:`/plugins/subsonicupdate`: REST was using `POST` method rather `GET` method. Also includes better exception handling, response parsing, and tests. * :doc:`/plugins/the`: Fixed incorrect regex for 'the' that matched any From 76a5b055f4a36d67e670cea3ffc820645030be76 Mon Sep 17 00:00:00 2001 From: rachmadaniHaryono Date: Thu, 12 Nov 2020 06:26:47 +0800 Subject: [PATCH 3/3] Revert "new: doc: changelog" This reverts commit 4acbd2a8b37fe931a1d899140f93c7411a475ebc. --- docs/changelog.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index af4cc9493..458e4b8d2 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -169,7 +169,6 @@ New features: Fixes: -* :doc:`/plugins/index`: Change beets-copyartifacts to maintained repo. * :doc:`/plugins/subsonicupdate`: REST was using `POST` method rather `GET` method. Also includes better exception handling, response parsing, and tests. * :doc:`/plugins/the`: Fixed incorrect regex for 'the' that matched any