Skip to content
View CaptainKarma's full-sized avatar

Block or report CaptainKarma

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. ha-ocado ha-ocado Public

    An IMAP integration that scans the Email's sent by Ocado and pulls out the Order Edit and Order Delivery details as sensors that can be displayed in the HA dashboard

    Python 7

  2. C# Emby : Get playing audio media fi... C# Emby : Get playing audio media filepath. Pass a filepath to Emby and get internal mediaID. Get Session ID and Queue Emby to Play
    1
    // Emby C# Code Example
    2
    // Get the current playing audio item from Emby as a filepath e.g. D:\Music\Artist\Blah.mp3
    3
    // Wrapping into a JSON payload and sending externally
    4
    // Receive a response and pull filepath
    5
    // Pass the filepath that we want to play and grab the Emby internal media ID (before it can be queued)