jellyfin / jellyfin-plugin-kodisyncqueue

https://jellyfin.org
GNU General Public License v2.0
45 stars 14 forks source link

Settings won't change #29

Closed 5hay closed 3 years ago

5hay commented 4 years ago

I have Jellyfin 10.6.2 (official Docker image, Ubuntu 20.04 LTS) with Kodi Sync Queue v5.0 installed.

No matter what I do, the settings won't change at all. I can't disable the plugin, nor change the retention days nor set the items that should be tracked. The toast message "Settings saved." shows up though.

Any tips? Can't see anything suspicious in the Jellyfin logs.

mammo0 commented 4 years ago

This doesn't work for me either...

I also tried to create the plugin config file manually in <jellyfin_data_dir>/plugins/configurations/Jellyfin.Plugin.KodiSyncQueue.xml:

<?xml version="1.0"?>
<PluginConfiguration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <txtRetDays>0</txtRetDays>
  <chkEnabled>true</chkEnabled>
  <tkMovies>true</tkMovies>
  <tkBoxSets>true</tkBoxSets>
  <tkTVShows>true</tkTVShows>
  <tkMusic>true</tkMusic>
  <tkMusicVideos>true</tkMusicVideos>
</PluginConfiguration>

The file template is from: https://github.com/jellyfin/jellyfin-plugin-kodisyncqueue/issues/15#issuecomment-554661073

But it still doesn't work. If I set chkEnabled to false the plugin is still started on Jellyfin server start:

[2020-09-26 14:27:58.543 +00:00] [INF] [1] Jellyfin.Plugin.KodiSyncQueue.Data.DbRepo: Jellyfin.Plugin.KodiSyncQueue IS NOW STARTING!!!
oddstr13 commented 3 years ago

Fixed in #31