You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi I'm not sure why your hosted version (which I loved) does not work anymore and if I could try to get this up and running on my shared hosting (which is capable of running some limited python too apart from php) or on a raspi on my local network.
Not sure if this might resolve the current problem. But if so, do you have some install instructions and requirements available? Could not find anything so far..
The text was updated successfully, but these errors were encountered:
Hi @cukabeka
I just added some instructions to the readme.
The application itself is a React SPA. So you can basically run it on any server that supports static file hosting.
The critical point could be the “source” app. This is needed to communicate with the Youtube API and this is what is causing the problems at the moment.
You can find it here: https://github.com/nico-martin/yt-audio-source/
I added some self-hosting instructions there as well. But sine it requires nodeJS, it could be more complicated the set it up.
If you have any further questions feel free to ask.
Great, thank you! I'll look into it and give it a try! Hopefully the yt API error is resolvable somehow, anyways. I played around with ytdlp and tried to pass URLs from a web front-end to the script to cache the audio but had no luck. Otherwise I thought of this maybe being a suitable backend script.
Hi I'm not sure why your hosted version (which I loved) does not work anymore and if I could try to get this up and running on my shared hosting (which is capable of running some limited python too apart from php) or on a raspi on my local network.
Not sure if this might resolve the current problem. But if so, do you have some install instructions and requirements available? Could not find anything so far..
The text was updated successfully, but these errors were encountered: