postlund / pyatv

A client library for Apple TV and AirPlay devices
https://pyatv.dev
MIT License
839 stars 91 forks source link

Add metadata fields used when streaming in atvremote #2179

Open postlund opened 9 months ago

postlund commented 9 months ago

What feature would you like?

Make it possible to set metadata used when streaming, e.g. artist and title.

Describe the solution you'd like

Something like this:

$ atvremote -s ip --metadata-artist "Rick Astley" --metadata-title "Never gonna give you up" stream_file=secret_song.mp3

Any other information to share?

No