Skip to content

Commit

Permalink
feat: add jsFileExtensionError note
Browse files Browse the repository at this point in the history
  • Loading branch information
N0chteil committed Jan 2, 2023
1 parent 0f78b8b commit d91e091
Showing 1 changed file with 16 additions and 6 deletions.
22 changes: 16 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,20 @@ Retrieve data from Apple Services on macOS and Windows

# Events

- playing: music
- paused: music
- stopped: music
- timeChange: music
- playing: music
- paused: music
- stopped: music
- timeChange: music
- jsFileExtensionError: music

# JS File Extension Error

*Only Windows*

This error is thrown when the `.js` file association data is missing or incorrect. This is not a problem with
Apple-Bridge.

[Learn more](https://www.winhelponline.com/blog/error-there-is-no-script-engine-for-file-extension-when-running-js-files/)

# Example

Expand Down Expand Up @@ -39,5 +49,5 @@ bridge.on("stopped", "music", (data) => {

# Information

- On Windows, Apple TV and Apple Music data is retrieved from iTunes.
- On macOS, Apple TV and Apple Music data is retrieved from the respective app.
- On Windows, Apple TV and Apple Music data is retrieved from iTunes.
- On macOS, Apple TV and Apple Music data is retrieved from the respective app.

0 comments on commit d91e091

Please sign in to comment.