-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
preparation of new skins #47
Open
marcelveldt
wants to merge
8
commits into
MrMC:master
Choose a base branch
from
marcelveldt:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
52240f5
prepare add-on whitelist for Titan and skin shortcuts
marcelveldt ea99c5e
ass possibility to load skin includes from outside the skin root folder
marcelveldt 23bef99
add library nodes for services
marcelveldt 6604222
fix playback and updating for media provided by services
marcelveldt f8eddf1
fix plex music listings
marcelveldt a059b15
fix content from services in Files.GetDirectory json rpc api
marcelveldt 247340e
fix typo in PlexUtils
marcelveldt ed194c4
properly assign ratings from Plex
marcelveldt File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> | ||
<node order="3" type="folder" visible="!Library.HasContent(Music) + Library.HasServices"> | ||
<label>132</label> | ||
<icon>DefaultMusicAlbums.png</icon> | ||
<path>services://music/albums</path> | ||
<content>albums</content> | ||
</node> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> | ||
<node order="2" type="folder" visible="!Library.HasContent(Music) + Library.HasServices"> | ||
<label>133</label> | ||
<icon>DefaultMusicArtists.png</icon> | ||
<content>artists</content> | ||
<path>services://music/artists/</path> | ||
</node> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> | ||
<node order="8" type="folder" visible="Library.HasContent(Music)"> | ||
<node order="8" type="folder" visible="Library.HasContent(Music) | Library.HasServices"> | ||
<label>359</label> | ||
<icon>DefaultMusicRecentlyAdded.png</icon> | ||
<path>musicdb://recentlyaddedalbums/</path> | ||
<path>services://music/recentlyaddedalbums/</path> | ||
</node> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> | ||
<node order="5" type="folder" visible="!Library.HasContent(Music) + Library.HasServices"> | ||
<label>134</label> | ||
<icon>DefaultMusicSongs.png</icon> | ||
<content>songs</content> | ||
<path>services://music/songs/</path> | ||
</node> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> | ||
<node order="4" type="filter" visible="Library.HasContent(Movies)"> | ||
<node order="4" type="folder" visible="Library.HasContent(Movies) | Library.HasServices"> | ||
<label>627</label> | ||
<icon>DefaultInProgressShows.png</icon> | ||
<content>movies</content> | ||
<rule field="inprogress" operator="true" /> | ||
<path>services://movies/inprogressmovies</path> | ||
</node> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> | ||
<node order="4" type="filter" visible="Library.HasContent(TVShows)"> | ||
<node order="4" type="folder" visible="Library.HasContent(TVShows) | Library.HasServices"> | ||
<label>626</label> | ||
<icon>DefaultInProgressShows.png</icon> | ||
<content>tvshows</content> | ||
<rule field="inprogress" operator="true" /> | ||
<path>services://tvshows/inprogressshows/</path> | ||
</node> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> | ||
<node order="4" type="folder"> | ||
<label>344</label> | ||
<icon>DefaultActor.png</icon> | ||
<content>movies</content> | ||
<path>services://movies/actors/</path> | ||
</node> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> | ||
<node order="8" type="folder"> | ||
<label>20451</label> | ||
<icon>DefaultCountry.png</icon> | ||
<content>movies</content> | ||
<path>services://movies/countries/</path> | ||
</node> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> | ||
<node order="5" type="folder"> | ||
<label>20348</label> | ||
<icon>DefaultDirector.png</icon> | ||
<content>movies</content> | ||
<path>services://movies/directors/</path> | ||
</node> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> | ||
<node order="1" type="folder"> | ||
<label>135</label> | ||
<icon>DefaultGenre.png</icon> | ||
<content>movies</content> | ||
<path>services://movies/genres/</path> | ||
</node> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> | ||
<node order="1" visible="!Library.HasContent(Movies) + Library.HasServices"> | ||
<!-- a virtual folder --> | ||
<label>342</label> | ||
<icon>DefaultMovies.png</icon> | ||
</node> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> | ||
<node order="7" type="folder" visible="Library.HasServices"> | ||
<label>20434</label> | ||
<icon>DefaultSets.png</icon> | ||
<content>movies</content> | ||
<path>services://movies/sets/</path> | ||
</node> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> | ||
<node order="6" type="folder"> | ||
<label>20388</label> | ||
<icon>DefaultStudios.png</icon> | ||
<content>movies</content> | ||
<path>services://movies/studios/</path> | ||
</node> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> | ||
<node order="9" type="folder"> | ||
<label>20459</label> | ||
<icon>DefaultTags.png</icon> | ||
<content>movies</content> | ||
<path>services://movies/tags/</path> | ||
</node> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> | ||
<node order="2" type="folder"> | ||
<label>369</label> | ||
<icon>DefaultMovieTitle.png</icon> | ||
<content>movies</content> | ||
<order direction="ascending">sorttitle</order> | ||
<path>services://movies/titles/</path> | ||
</node> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> | ||
<node order="3" type="folder"> | ||
<label>562</label> | ||
<icon>DefaultYear.png</icon> | ||
<content>movies</content> | ||
<path>services://movies/years/</path> | ||
</node> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> | ||
<node order="11" type="folder" visible="Library.HasContent(TVShows)"> | ||
<node order="11" type="folder" visible="Library.HasContent(TVShows) | Library.HasServices"> | ||
<label>20387</label> | ||
<icon>DefaultRecentlyAddedEpisodes.png</icon> | ||
<path>videodb://recentlyaddedepisodes/</path> | ||
<path>services://tvshows/recentlyaddedepisodes/</path> | ||
</node> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> | ||
<node order="10" type="folder" visible="Library.HasContent(Movies)"> | ||
<node order="10" type="folder" visible="Library.HasContent(Movies) | Library.HasServices"> | ||
<label>20386</label> | ||
<icon>DefaultRecentlyAddedMovies.png</icon> | ||
<path>videodb://recentlyaddedmovies/</path> | ||
<path>services://movies/recentlyaddedmovies/</path> | ||
</node> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> | ||
<node order="4" type="folder"> | ||
<label>344</label> | ||
<icon>DefaultActor.png</icon> | ||
<content>tvshows</content> | ||
<path>services://tvshows/actors/</path> | ||
</node> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> | ||
<node order="1" type="folder"> | ||
<label>135</label> | ||
<icon>DefaultGenre.png</icon> | ||
<content>tvshows</content> | ||
<path>services://tvshows/genres/</path> | ||
</node> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> | ||
<node order="2" visible="!Library.HasContent(TVShows) + Library.HasServices"> | ||
<label>20343</label> | ||
<icon>DefaultTVShows.png</icon> | ||
</node> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> | ||
<node order="5" type="folder"> | ||
<label>20388</label> | ||
<icon>DefaultStudios.png</icon> | ||
<content>tvshows</content> | ||
<path>services://tvshows/studios/</path> | ||
</node> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> | ||
<node order="6" type="folder"> | ||
<label>20459</label> | ||
<icon>DefaultTags.png</icon> | ||
<content>tvshows</content> | ||
<path>services://tvshows/tags/</path> | ||
</node> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> | ||
<node order="2" type="folder"> | ||
<label>369</label> | ||
<icon>DefaultTVShowTitle.png</icon> | ||
<content>tvshows</content> | ||
<path>services://tvshows/titles/</path> | ||
<order direction="ascending">sorttitle</order> | ||
</node> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> | ||
<node order="3" type="folder"> | ||
<label>562</label> | ||
<icon>DefaultYear.png</icon> | ||
<content>tvshows</content> | ||
<path>services://tvshows/years/</path> | ||
</node> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> | ||
<node order="4" type="folder" visible="Library.HasContent(Movies) | Library.HasServices"> | ||
<label>627</label> | ||
<icon>DefaultInProgressShows.png</icon> | ||
<content>movies</content> | ||
<path>services://movies/inprogressmovies</path> | ||
</node> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> | ||
<node order="4" type="filter" visible="Library.HasContent(TVShows)"> | ||
<node order="4" type="folder" visible="Library.HasContent(TVShows) | Library.HasServices"> | ||
<label>626</label> | ||
<icon>DefaultInProgressShows.png</icon> | ||
<content>tvshows</content> | ||
<rule field="inprogress" operator="true" /> | ||
<path>services://tvshows/inprogressshows/</path> | ||
</node> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> | ||
<node order="1" type="filter" visible="Library.HasContent(Movies)"> | ||
<node order="1" type="folder" visible="Library.HasContent(Movies) | Library.HasServices"> | ||
<label>342</label> | ||
<icon>DefaultMovies.png</icon> | ||
<content>movies</content> | ||
<order direction="ascending">sorttitle</order> | ||
<path>services://movies/titles/</path> | ||
</node> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> | ||
<node order="11" type="folder" visible="Library.HasContent(TVShows)"> | ||
<node order="11" type="folder" visible="Library.HasContent(TVShows) | Library.HasServices"> | ||
<label>20387</label> | ||
<icon>DefaultRecentlyAddedEpisodes.png</icon> | ||
<path>videodb://recentlyaddedepisodes/</path> | ||
<path>services://tvshows/recentlyaddedepisodes/</path> | ||
</node> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> | ||
<node order="10" type="folder" visible="Library.HasContent(Movies)"> | ||
<node order="10" type="folder" visible="Library.HasContent(Movies) | Library.HasServices"> | ||
<label>20386</label> | ||
<icon>DefaultRecentlyAddedMovies.png</icon> | ||
<path>videodb://recentlyaddedmovies/</path> | ||
<path>services://movies/recentlyaddedmovies/</path> | ||
</node> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> | ||
<node order="2" type="filter" visible="Library.HasContent(TVShows)"> | ||
<node order="2" type="folder" visible="Library.HasContent(TVShows) | Library.HasServices"> | ||
<label>20343</label> | ||
<icon>DefaultTVShows.png</icon> | ||
<content>tvshows</content> | ||
<order direction="ascending">sorttitle</order> | ||
<path>services://movies/titles/</path> | ||
</node> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Library.HasServices has been made redundant from 3.7.0, Library.HasContent(xxxx) will take care of plex and emby music (or tvshow/movies) content as well
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Library.HasServices will always return false from now on... not sure if that ruins any of your plans in this commit :(
if it does, let me know and we can work out some way to accommodate it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@marcelveldt
I think ^^ is causing the issues in 3.7.0 testflight... Library.HasServices is no more, and Library.HasContent(xxx) will return if Plex and Emby services exist.
I dont get anything for inProgress movies when only local database is enabled and no plex/emby data base available.