···11-# now-playing-tidal-hifi
22-33-This template should help get you started developing with Vue 3 in Vite.
44-55-## Recommended IDE Setup
66-77-[VS Code](https://code.visualstudio.com/) + [Vue (Official)](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur).
88-99-## Recommended Browser Setup
1010-1111-- Chromium-based browsers (Chrome, Edge, Brave, etc.):
1212- - [Vue.js devtools](https://chromewebstore.google.com/detail/vuejs-devtools/nhdogjmejiglipccpnnnanhbledajbpd)
1313- - [Turn on Custom Object Formatter in Chrome DevTools](http://bit.ly/object-formatters)
1414-- Firefox:
1515- - [Vue.js devtools](https://addons.mozilla.org/en-US/firefox/addon/vue-js-devtools/)
1616- - [Turn on Custom Object Formatter in Firefox DevTools](https://fxdx.dev/firefox-devtools-custom-object-formatters/)
11+# Tidal Hi-Fi Now Playing Overlay
1721818-## Type Support for `.vue` Imports in TS
1919-2020-TypeScript cannot handle type information for `.vue` imports by default, so we replace the `tsc` CLI with `vue-tsc` for type checking. In editors, we need [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) to make the TypeScript language service aware of `.vue` types.
2121-2222-## Customize configuration
2323-2424-See [Vite Configuration Reference](https://vite.dev/config/).
2525-2626-## Project Setup
2727-2828-```sh
2929-bun install
3030-```
3131-3232-### Compile and Hot-Reload for Development
3333-3434-```sh
3535-bun dev
3636-```
3737-3838-### Type-Check, Compile and Minify for Production
3939-4040-```sh
4141-bun run build
4242-```
33+This is a basic browser source overlay for OBS for the purposes of displaying what music is playing. It interfaces with [Tidal Hi-Fi](https://github.com/mastermindzh/tidal-hifi/) APIs to get current playing information.