Skip to content

Commit 3bddd78

Browse files
committed
chore(docs): updated to Automata v3 changes
1 parent 76cf39d commit 3bddd78

File tree

3 files changed

+18
-19
lines changed

3 files changed

+18
-19
lines changed

content/0.index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ secondary:
2222
Harmonize the rythm of sound.
2323

2424
#description
25-
Unlock the melodic universe, DMCA-free. Discover the Power of Automata: Seamless Streaming from Deezer, Spotify, SoundCloud, and Beyond.
25+
A Lavalink client that unlocks the melodic universe with seamless streaming from Deezer, Spotify, SoundCloud, and Beyond.
2626

2727
#extra
2828
::list

content/2.classes/1.manager.md

+8-18
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ new Manager(options: AutomataOptions)
99
```
1010
::
1111

12-
| **Parameter** (AutomataOptions) | **Type** | **Description** |
13-
| ---------------------------- | ---------- | ---------------------------------------------------------------------------------------------------|
14-
| `nodes` | [Nodes](https://github.com/shadowrunners/Automata/blob/v2.2/src/Manager.ts#L304) | The map of nodes. |
15-
| `defaultPlatform` | String | The default platform used by the manager to fetch songs. Default platform is Deezer. |
16-
| `reconnectTimeout` | Number | The time the manager will wait before trying to reconnect to a node. |
17-
| `reconnectTries` | Number | The amount of times the player will try to reconnect to a node. |
18-
| `resumeKey` | String | The key used to resume the previous session. |
19-
| `resumeTimeout` | Number | The time the manager will wait before trying to resume the previous session. |
12+
| **Parameter** (AutomataOptions) | **Type** | **Description** |
13+
| ---------------------------- | ---------- | ------------------------------------------------------------------------------------------|
14+
| `nodes` | [Nodes](https://github.com/shadowrunners/Automata/blob/v2.2/src/Manager.ts#L304) | The map of nodes. |
15+
| `defaultPlatform` | String | The default platform used by the manager to fetch songs. Default platform is Deezer. |
16+
| `reconnectTimeout` | Number | The time the manager will wait before trying to reconnect to a node. |
17+
| `reconnectTries` | Number | The amount of times the player will try to reconnect to a node. |
18+
| `resumeStatus` | Boolean | Used to enable / disable resuming. |
19+
| `resumeTimeout` | Number | The time the manager will wait before trying to resume the previous session. |
2020

2121
## Properties
2222

@@ -235,13 +235,3 @@ Emitted when the connection between the WebSocket and Discord voice servers drop
235235
| ---------------|-----------|
236236
| `player` | [Player](https://automata.notscrappie.ml/classes/player) |
237237
| `track` | [Track](https://automata.notscrappie.ml/classes/track)
238-
239-
To update the logo in the header, create a component in `components/Logo.vue` with your own logo.
240-
241-
In this example, the image is located at `/public/img`.
242-
243-
```vue [components/Logo.vue]
244-
<template>
245-
<img width="120" src="/img/YOURLOGO.png"/>
246-
</template>
247-
```

content/2.classes/6.track.md

+9
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,20 @@ The identifier of the track.
2121

2222
Type: [String](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String)
2323

24+
### .artworkUrl
25+
The URL of the track's artwork.
26+
27+
Type: [String](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String)
28+
2429
### .author
2530
The author of the track.
2631

2732
Type: [String](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String)
2833

34+
### .isrc
35+
The ISRC of the track.
36+
37+
Type: [String](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String)
2938

3039
### .title
3140
The title of the track.

0 commit comments

Comments
 (0)