mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
Add optional rotten tomatoes option
This commit is contained in:
parent
a4ba5ef712
commit
52192ce123
3 changed files with 8 additions and 0 deletions
|
@ -913,3 +913,7 @@ msgstr ""
|
|||
msgctxt "#33186"
|
||||
msgid "The Kodi companion speeds up the start up sync. Other syncs are triggered by server events."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "#33187"
|
||||
msgid "Sync rotten tomatoes ratings"
|
||||
msgstr ""
|
||||
|
|
|
@ -118,6 +118,9 @@ def library_check():
|
|||
'''
|
||||
def decorator(func):
|
||||
def wrapper(self, item, *args, **kwargs):
|
||||
|
||||
''' TODO: Rethink this one... songs and albums cannot be found by library. expensive.
|
||||
'''
|
||||
from database import get_sync
|
||||
|
||||
if kwargs.get('library') is None:
|
||||
|
|
|
@ -35,6 +35,7 @@
|
|||
<setting label="30157" id="enableCoverArt" type="bool" default="true" />
|
||||
<setting label="33116" id="compressArt" type="bool" default="false" />
|
||||
<setting label="30508" id="syncEmptyShows" type="bool" default="false" />
|
||||
<setting label="33187" id="syncRottenTomatoes" type="bool" default="true" />
|
||||
<setting id="enableMusic" visible="false" default="false" />
|
||||
</category>
|
||||
|
||||
|
|
Loading…
Reference in a new issue