Closed LTSCommerce closed 8 months ago
found a workaround
install playerctl sudo dnf install playerctl
then you can get current track details with playerctl metadata
a little bash snippet to give you an easy copy/pasteable text you can use
while true; do playerctl metadata --format "Now playing: {{ artist }} - {{ album }} - {{ title }}"; sleep 60;echo; echo; echo; done
this gnome shell extension will display the details, but doesn't enable me to copy the details
Pretty normal thing for me to do is find something I like in a playlist etc and want to share it or look into it
The TUI seems to prevent any normal copy actions, I can't figure out a way to grab the current track details