Skip to content
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

Thank you! #1

Open
6b6561 opened this issue Dec 7, 2021 · 2 comments
Open

Thank you! #1

6b6561 opened this issue Dec 7, 2021 · 2 comments

Comments

@6b6561
Copy link

6b6561 commented Dec 7, 2021

Thank you for making this public, abcde and server.js works and I'm finally able to cast my cd's to any Chromecast.

@gpenverne
Copy link
Owner

;) You're welcome :)
Any idea to simplify/improve the code ?

@6b6561
Copy link
Author

6b6561 commented Dec 20, 2021

I had quite a lot of fun getting a working combination of npm and node on my Debian Buster. Buster comes with an old version 10 node which doesn't work with the npm version. The following updated node to version 12 with a working npm.

curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -
apt-get install npm

And then the dependencies.

npm install fs-finder
npm install recursive-search

I didn't use your launcher, basically just stole your server.js and wrote my own wrapper around it as I wanted to have it embedded in my own "caster" script.

One thing that caused me a head ache was that server.js is looking for a file called track01.wav while my file ended up being named track1.wav. I can't remember if I created that issue on my own tweaking the abcde.conf or where it originated from, but it took some serious head scratching to find out why the file didn't get served. I think it was my own fault as it worked at some point but then stopped working.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants