-
Notifications
You must be signed in to change notification settings - Fork 119
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
It would be awesome if your project got some love again. #517
Comments
looks to be the same errors - Debian & Ubuntu
|
oh it will. don't worry. I still use this software every single day, and we are on the brink of a renaissance. |
Looking forward to running this again... I haven't found a better solution... |
Same |
Also? I'd love to know how you run this software every day. I'm unable to build it, and all the docker images I've found for it fail to run it, either. |
@andrewrk is the writer/owner of this project. I presume he has become busy and it taking time away from this. |
The love is coming soon, don't worry |
For what it's worth, I still use this every day. I have it working with node version with import <nixpkgs> {}; {
groovebasinEnv = stdenv.mkDerivation {
name = "groovebasin";
buildInputs = [
libsoundio
libgroove
python27Full
gnumake
];
shellHook = ''
export PATH="/home/andy/local/bin:$PATH"
'';
};
} @thejoshwolfe and I have already started rewriting it in zig (see the |
@andrewrk I would love to see groove be maintained again! Do you also plan to offer some love to node-libgroove? |
no, node-libgroove is going to stay dead. someone will have to fork that if they want to keep using it. libgroove will get some love, but we might transition away from using it. |
@andrewrk
Hello again,
Looks like some time has passed. It would be awesome if your project got some love again.
My original vm running this thing took a dump on me. While trying to rebuild it with newer os's it seems to produce a ton of errors when "npm run build" is ran.
Hoping you make it back around to this project. Especially for all of us that still prefer to own our music instead of relying on Spotify/Amazon Music, etc to keep it in there library for streaming
The text was updated successfully, but these errors were encountered: