Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 832 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 832 Bytes

About

This repository contains a small kiosk application for Windows that can be used to display the details and cover image of a track currently being played in a supported media player.

Features

  • Completely skinnable interface using XAML
  • Cover images are automatically downloaded and cached locally
  • Supported media players: Spotify

Alt Screenshot

Requirements

  • Microsoft .NET Framework 4.6.1

Usage Notes

Simply execute NowPlayingKiosk.exe. When a supported media player is playing back something, it will be detected automatically at runtime.

To customize the layout to your liking, simply modify the MainPage.xaml located in the skin folder. For more details on XAML, please refer to: http://msdn.microsoft.com/en-us/library/ms747122(v=vs.110).aspx