-
-
Notifications
You must be signed in to change notification settings - Fork 115
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
Request: Show audio metadata in stream logs #412
Comments
whats the usecase for this? there is some compexity in this since we can potentially stream lots of different file types including podcasts etc |
To log and understand what parts of my library that my users are accessing. This seems like a pretty common feature for a media library/streaming platform. |
sorry i think i don't really like this feature. there's something about it. maybe it's a little specific/spammy/or just creepy one idea if you want to watch a stream of currently playing track try this
assuming docker, and your log stream is |
That is kind of a strange response, considering this was a feature you had previously implemented via request. I appreciate the alternative solution, but not really what I was looking for. Thanks anyways. |
Docker tag: latest
A while back, I submitted a feature request #212 to add additional detail to see what users are streaming within the logs. The feature was working great until today when I updated to the latest version. The logs now look something like:
GET /stream?u=USER&s=REDACTED&t=REDACTED&v=1.2.0&c=DSub&id=tr-53823&maxBitRate=273
Can we get readable stream logs back? This was a highly used feature for myself.
The text was updated successfully, but these errors were encountered: