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

Feature to display current song playing into a txt for OBS and XSplot #92

Closed
XDChunk opened this issue Jul 23, 2018 · 4 comments
Closed

Comments

@XDChunk
Copy link

XDChunk commented Jul 23, 2018

title says it all really.

@KebabLord
Copy link
Contributor

this would be an amazing feature. I also want to display current playing song on my status bar so i need to pull current playing song. Is there a way exist? Since it been already 2 years since this feature request, is it already implemented?

@KebabLord
Copy link
Contributor

its just

import fs from 'fs';
fs.writeFileSync('/tmp/auryo_status.log', track.title + "\n" + track.user.username);

should been already implemented

@sneljo1
Copy link
Owner

sneljo1 commented Apr 30, 2020

@KebabLord Feel free to create a PR for this.

@sneljo1
Copy link
Owner

sneljo1 commented May 7, 2020

Will add this in the next minor release. Will have a look if I can fix some other small things. Otherwise I will just push this fix.

@sneljo1 sneljo1 closed this as completed May 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants