(Requires Cider 2.5 or later)
This is an attempt at enabling Cider to function with WebNowPlaying, so that Rainmeter player's can interact properly with Cider 2 as they did with the original (Or so i have heard,wasn't around then). It is a WIP and my first ever TS/VITE/VUE 3 project, if you have any tips or anything sticks out make sure you do a Pull or Issue.
npm run dev
- Start development server, Cider can then listen to this server when you select "Enable Vite" from the main menunpm run build
- Build the plugin todist/{plugin.config.ts:identifier}
- Copy
dist/{plugin.config.ts:identifier}
to the/plugins
directory of your Cider app data directory- On Windows, this is
%APPDATA%\C2Windows\plugins
- On macOS, this is
~/Library/Application Support/sh.cider.electron/plugins
- On Linux, this is
~/.config/sh.cider.electron/plugins
- On Windows, this is