An open API service indexing awesome lists of open source software.

https://github.com/ciderapp/arctia

Arctia is a remote controller for Cider, the open-source Apple Music client.
https://github.com/ciderapp/arctia

Last synced: about 1 year ago
JSON representation

Arctia is a remote controller for Cider, the open-source Apple Music client.

Awesome Lists containing this project

README

          

# Arctia for Cider

[Cider](https://cider.sh)'s official **Visual Studio Code Extension** implementation for playback management and information.

## Installation

1. Update Cider and Visual Studio Code to the latest version.
2. Enable external connectivity by opening `Settings > Connectivity > External Applications` and turning on the **WebSockets API** and the **RPC Server**.
3. Close and reopen Cider.
4. Get the VSIX extension file from the [Releases page](https://github.com/ciderapp/Arctia/releases/latest) of this repository.
5. Install the extension in VS Code by navigating to `Extensions > 3-dot menu > Install from VSIX...` or by executing the `Extensions: Install from VSIX...` command in the Command Palette.

## Contributing
1. Fork **Arctia for Cider**!
2. Create your improvement branch: `git checkout -b improvement-1`
3. Make your changes.
4. Commit your changes: `git commit -am 'Added a new feature'`
5. Push to the branch: `git push origin my-new-feature`
6. Submit a pull request!