antiquevilla.blogg.se

Lastfm scrobbler different notifications
Lastfm scrobbler different notifications








  1. #Lastfm scrobbler different notifications how to#
  2. #Lastfm scrobbler different notifications install#

  • Supports custom cron schedule, defaults to once/minute.
  • Notification channel and alerting channels can be configured separately.
  • Includes adding, removing, and listing followed Last.fm users.
  • Only notifies on "now playing" to prevent bot from resending previous scrobbles when Last.fm's API is running behind and songs don't immediately show up in history after played.
  • And it should also allow for clients that only report listens. SLS Version (required): 1.6. This should prevent the previous 1.0.0 bug where songs would flip around as the song changed.
  • 1.0.2 will filter out the "now playing" track and interact only with completed listens.
  • This resulted in several clients no longer reporting listens as several clients wait until a song is mostly played and then just report the played song.
  • 1.0.1 tried to rework the scans to only pick up songs that were being actively listened to (i.e: Now Playing).
  • To enable the script, add a hubot-lastfm-notifier entry to the external-scripts.jsonįile (you may need to create this file).

    #Lastfm scrobbler different notifications install#

    Run the following command $ npm install hubot-lastfm-notifier -save hubot forget lastfm (username) - Remove a user from the list of currently tracked Last.fm profiles.hubot follow lastfm (username) - Add new user to the list of currently tracked Last.fm profiles.hubot show lastfm users - List all users hubot is currently tracking on Last.fm.Any changes to the list of followed users from a channel that is not the notification channel will be announced in the notification channel so all users are kept up to date of changes. Hubot > 🎧 IsolatedSnail: Usher - Burn API Managing Followed Last.fm UsersĬommands are case insensitive. Hubot > 🎧 IsolatedSnail: Rehab - Bottles & Cans Have question, comment, or feature request? Reach out to me on Twitter or open up an issue here in the GitHub repo.

    #Lastfm scrobbler different notifications how to#

    To see how to scrobble from your favorite media sources, look here Track My Music | Last.fm. Some things to note, in recent years, more and more companies are closing up their open integrations and trying to keep users in a walled garden. Shout out to Last.fm for supporting a free tier API capable of allowing us to do this. It uses Node Cron to check followed users recent tracks in regular intervals and post back what people are listening to in your chat. This integration was built using the free API key from Last.fm. Track users and share what's currently being played within your chat!










    Lastfm scrobbler different notifications