edwardslabs / CloudBot

CloudBot - The simple, fast, expandable, open-source Python IRC Bot!
GNU General Public License v3.0
28 stars 31 forks source link

spotify_url will now show the URI in addition to the URL #168

Closed anirbanmu closed 6 years ago

anirbanmu commented 6 years ago

Showing the URI makes it easier for people not wanting to play/view the track/album in the Spotify web player. The URI will open Spotify itself.

This changes:

Spotify Album: 2814 - Rain Temple https://open.spotify.com/album/18EtfdFj2SRKkK7Uy3u2yC

to

Spotify Album: 2814 - Rain Temple https://open.spotify.com/album/18EtfdFj2SRKkK7Uy3u2yC [spotify:album:18EtfdFj2SRKkK7Uy3u2yC]

Same goes for the tracks. This has been tested manually.

morops commented 6 years ago

This looks awesome. Tested on my fork and works great.