mirror of
https://github.com/jellyfin/jellyfin-sdk-kotlin.git
synced 2024-11-23 05:49:59 +00:00
Fix all markdown linter issues
This commit is contained in:
parent
de10e5efc8
commit
21bc19654e
@ -1,3 +1,4 @@
|
||||
<!-- markdownlint-disable MD033 no-inline-html -->
|
||||
<h1 align="center">Jellyfin Kotlin SDK</h1>
|
||||
<h3 align="center">Part of the <a href="https://jellyfin.org/">Jellyfin Project</a></h3>
|
||||
|
||||
|
@ -59,11 +59,11 @@ export default defineConfig({
|
||||
text: 'Migrations',
|
||||
items: [
|
||||
{
|
||||
text: 'Migrate to 1.1',
|
||||
text: 'Migrate to v1.1',
|
||||
link: '/migration/v1.1',
|
||||
},
|
||||
{
|
||||
text: 'Migrate to 1.2',
|
||||
text: 'Migrate to v1.2',
|
||||
link: '/migration/v1.2',
|
||||
},
|
||||
]
|
||||
|
@ -10,7 +10,7 @@ platform.
|
||||
|
||||
![Latest version on Maven Central](https://img.shields.io/maven-central/v/org.jellyfin.sdk/jellyfin-core.svg)
|
||||
|
||||
**Gradle with Kotlin DSL**
|
||||
### Gradle with Kotlin DSL
|
||||
|
||||
```kotlin
|
||||
implementation("org.jellyfin.sdk:jellyfin-core:$sdkVersion")
|
||||
@ -22,6 +22,7 @@ implementation("org.jellyfin.sdk:jellyfin-core:$sdkVersion")
|
||||
```groovy
|
||||
implementation "org.jellyfin.sdk:jellyfin-core:$sdkVersion"
|
||||
```
|
||||
|
||||
</details>
|
||||
|
||||
<details>
|
||||
@ -34,6 +35,7 @@ implementation("org.jellyfin.sdk:jellyfin-core:$sdkVersion")
|
||||
<version>$sdkVersion</version>
|
||||
</dependency>
|
||||
```
|
||||
|
||||
</details>
|
||||
|
||||
<details>
|
||||
@ -56,6 +58,7 @@ An example using Gradle with Kotlin DSL that only allows the `master-SNAPSHOT` v
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
</details>
|
||||
|
||||
## Usage
|
||||
@ -156,11 +159,14 @@ val recommended = jellyfin.discovery.getRecommendedServers(candidates, Recommend
|
||||
|
||||
### Official Jellyfin clients
|
||||
|
||||
- [Jellyfin for Android](https://github.com/jellyfin/jellyfin-android) is the official Android client for phones and tablets.
|
||||
- [Jellyfin for Android TV](https://github.com/jellyfin/jellyfin-androidtv) is the official Android TV client for Android TV, Nvidia Shield, Amazon Fire TV and Google TV.
|
||||
- [Jellyfin for Android](https://github.com/jellyfin/jellyfin-android) is the official Android client for phones and
|
||||
tablets.
|
||||
- [Jellyfin for Android TV](https://github.com/jellyfin/jellyfin-androidtv) is the official Android TV client for
|
||||
Android TV, Nvidia Shield, Amazon Fire TV and Google TV.
|
||||
|
||||
### Third party clients
|
||||
|
||||
- [Findroid](https://github.com/jarnedemeulemeester/findroid) provides a native user interface to browse and play movies and series.
|
||||
- [Findroid](https://github.com/jarnedemeulemeester/findroid) provides a native user interface to browse and play movies
|
||||
and series.
|
||||
|
||||
_Want to add your project? We'd love to know about it, open an issue or create pull request!_
|
||||
|
@ -94,7 +94,7 @@ instance.addSyncPlayCommandsListener(
|
||||
}
|
||||
```
|
||||
|
||||
# Advanced listeners
|
||||
## Advanced listeners
|
||||
|
||||
All previously mentioned functions to add listeners use the `addListenerDefinition` function under the hood. This
|
||||
function is not recommended being used directly. Use the other functions instead. The function receives a listener
|
||||
|
@ -14,7 +14,7 @@ jellyfin-platform-android module was merged into jellyfin-core.
|
||||
The table below shows the new names to be used:
|
||||
|
||||
| Module (before) | Module (after) |
|
||||
| ----------------------------- | ----------------- |
|
||||
|-------------------------------|-------------------|
|
||||
| jellyfin-core | jellyfin-core |
|
||||
| **jellyfin-platform-android** | **jellyfin-core** |
|
||||
| jellyfin-api | jellyfin-api |
|
||||
|
Loading…
Reference in New Issue
Block a user