mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-12-25 10:16:11 +00:00
Change indentation of XML and JSON files
This commit is contained in:
parent
2753531bc5
commit
7c0e986bd2
4 changed files with 106 additions and 82 deletions
|
@ -15,11 +15,16 @@
|
||||||
<menu id="kodi.core.main">
|
<menu id="kodi.core.main">
|
||||||
<item library="context.py">
|
<item library="context.py">
|
||||||
<label>30401</label>
|
<label>30401</label>
|
||||||
<visible>[!String.IsEmpty(ListItem.DBID) + !String.IsEqual(ListItem.DBID,-1) | !String.IsEmpty(ListItem.Property(jellyfinid))] + !String.IsEmpty(Window(10000).Property(jellyfin_context))</visible>
|
<visible>[!String.IsEmpty(ListItem.DBID) + !String.IsEqual(ListItem.DBID,-1) |
|
||||||
|
!String.IsEmpty(ListItem.Property(jellyfinid))] +
|
||||||
|
!String.IsEmpty(Window(10000).Property(jellyfin_context))</visible>
|
||||||
</item>
|
</item>
|
||||||
<item library="context_play.py">
|
<item library="context_play.py">
|
||||||
<label>30402</label>
|
<label>30402</label>
|
||||||
<visible>[[!String.IsEmpty(ListItem.DBID) + !String.IsEqual(ListItem.DBID,-1) | !String.IsEmpty(ListItem.Property(jellyfinid))] + [String.IsEqual(ListItem.DBTYPE,movie) | String.IsEqual(ListItem.DBTYPE,episode)]] + !String.IsEmpty(Window(10000).Property(jellyfin_context_transcode))</visible>
|
<visible>[[!String.IsEmpty(ListItem.DBID) + !String.IsEqual(ListItem.DBID,-1) |
|
||||||
|
!String.IsEmpty(ListItem.Property(jellyfinid))] + [String.IsEqual(ListItem.DBTYPE,movie) |
|
||||||
|
String.IsEqual(ListItem.DBTYPE,episode)]] +
|
||||||
|
!String.IsEmpty(Window(10000).Property(jellyfin_context_transcode))</visible>
|
||||||
</item>
|
</item>
|
||||||
</menu>
|
</menu>
|
||||||
</extension>
|
</extension>
|
||||||
|
@ -31,7 +36,15 @@
|
||||||
<website>https://jellyfin.org/</website>
|
<website>https://jellyfin.org/</website>
|
||||||
<source>https://github.com/jellyfin/jellyfin-kodi</source>
|
<source>https://github.com/jellyfin/jellyfin-kodi</source>
|
||||||
<summary lang="en"></summary>
|
<summary lang="en"></summary>
|
||||||
<description lang="en">Welcome to Jellyfin for Kodi! A whole new way to manage and view your media library. The Jellyfin addon for Kodi combines the best of Kodi - ultra smooth navigation, beautiful UIs and playback of any file under the sun, and Jellyfin - the most powerful fully open source multi-client media metadata indexer and server. Jellyfin for Kodi is the absolute best way to enjoy the incredible Kodi playback engine combined with the power of Jellyfin's centralized database. Features: * Direct integration with the Kodi library for native Kodi speed * Instant synchronization with the Jellyfin server * Full support for Movie, TV and Music collections * Jellyfin Server direct stream and transcoding support - use Kodi when you are away from home!</description>
|
<description lang="en">Welcome to Jellyfin for Kodi! A whole new way to manage and view your
|
||||||
|
media library. The Jellyfin addon for Kodi combines the best of Kodi - ultra smooth
|
||||||
|
navigation, beautiful UIs and playback of any file under the sun, and Jellyfin - the most
|
||||||
|
powerful fully open source multi-client media metadata indexer and server. Jellyfin
|
||||||
|
for Kodi is the absolute best way to enjoy the incredible Kodi playback engine combined with
|
||||||
|
the power of Jellyfin's centralized database. Features: * Direct integration with the Kodi
|
||||||
|
library for native Kodi speed * Instant synchronization with the Jellyfin server *
|
||||||
|
Full support for Movie, TV and Music collections * Jellyfin Server direct stream and
|
||||||
|
transcoding support - use Kodi when you are away from home!</description>
|
||||||
<news>
|
<news>
|
||||||
</news>
|
</news>
|
||||||
<assets>
|
<assets>
|
||||||
|
|
23
.github/renovate.json
vendored
23
.github/renovate.json
vendored
|
@ -10,17 +10,28 @@
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
{
|
{
|
||||||
"description": "Add the ci and github-actions GitHub label to GitHub Action bump PRs",
|
"description": "Add the ci and github-actions GitHub label to GitHub Action bump PRs",
|
||||||
"matchManagers": ["github-actions"],
|
"matchManagers": [
|
||||||
"labels": ["ci", "github-actions"]
|
"github-actions"
|
||||||
|
],
|
||||||
|
"labels": [
|
||||||
|
"ci",
|
||||||
|
"github-actions"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "Add the ci and github-actions GitHub label to GitHub Action bump PRs",
|
"description": "Add the ci and github-actions GitHub label to GitHub Action bump PRs",
|
||||||
"matchManagers": ["pip_requirements"],
|
"matchManagers": [
|
||||||
"labels": ["pip", "dependencies"]
|
"pip_requirements"
|
||||||
|
],
|
||||||
|
"labels": [
|
||||||
|
"pip",
|
||||||
|
"dependencies"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
],
|
],
|
||||||
"pip_requirements": {
|
"pip_requirements": {
|
||||||
"fileMatch": ["requirements(-[a-z0-9]+)?\\.txt$"]
|
"fileMatch": [
|
||||||
|
"requirements(-[a-z0-9]+)?\\.txt$"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue