-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
beets: add mpdIntegration #3755
Merged
ncfavier
merged 1 commit into
nix-community:master
from
Scrumplex:beets-mpd-integration
May 11, 2023
Merged
beets: add mpdIntegration #3755
ncfavier
merged 1 commit into
nix-community:master
from
Scrumplex:beets-mpd-integration
May 11, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ncfavier
reviewed
Mar 9, 2023
Scrumplex
force-pushed
the
beets-mpd-integration
branch
from
March 9, 2023 14:24
0892cb0
to
1d08729
Compare
ncfavier
reviewed
Mar 9, 2023
Scrumplex
force-pushed
the
beets-mpd-integration
branch
2 times, most recently
from
March 9, 2023 14:46
a9c4032
to
c1d88e2
Compare
ncfavier
approved these changes
Mar 9, 2023
Hmm. One of the three tests relies on |
Scrumplex
force-pushed
the
beets-mpd-integration
branch
from
March 9, 2023 15:08
c1d88e2
to
37c254e
Compare
Made the tests Linux only for now. |
Scrumplex
force-pushed
the
beets-mpd-integration
branch
from
March 20, 2023 14:00
37c254e
to
b9c30f5
Compare
Allow configuration of mpdstats and mpdupdate plugins for Beets using Home Manager. Signed-off-by: Sefa Eyeoglu <[email protected]>
Scrumplex
force-pushed
the
beets-mpd-integration
branch
from
March 20, 2023 14:05
b9c30f5
to
49496ae
Compare
Scrumplex
added a commit
to Scrumplex/flake
that referenced
this pull request
May 11, 2023
Upstreamed. See nix-community/home-manager#3755 Signed-off-by: Sefa Eyeoglu <[email protected]>
antholeole
pushed a commit
to antholeole/home-manager
that referenced
this pull request
May 21, 2023
Allow configuration of mpdstats and mpdupdate plugins for Beets using Home Manager. Signed-off-by: Sefa Eyeoglu <[email protected]>
sysedwinistrator
pushed a commit
to sysedwinistrator/home-manager
that referenced
this pull request
May 30, 2023
Allow configuration of mpdstats and mpdupdate plugins for Beets using Home Manager. Signed-off-by: Sefa Eyeoglu <[email protected]>
aciceri
pushed a commit
to aciceri/home-manager
that referenced
this pull request
Jun 16, 2023
Allow configuration of mpdstats and mpdupdate plugins for Beets using Home Manager. Signed-off-by: Sefa Eyeoglu <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Allow configuration of mpdstats and mpdupdate plugins for Beets using Home Manager.
Checklist
Change is backwards compatible.
Code formatted with
./format
.Code tested through
nix-shell --pure tests -A run.all
.Test cases updated/added. See example.
Commit messages are formatted like
See CONTRIBUTING for more information and recent commit messages for examples.
If this PR adds a new module
Added myself as module maintainer. See example.
Added myself and the module files to
.github/CODEOWNERS
.