Posts: 2,497
Joined: Sep 2006
Reputation:
340
I don't think you can do that via web interface.
Your best to do that on a regular Kodi instance
Posts: 3,640
Joined: Sep 2009
Reputation:
121
The content settings for your sources is actually stored in the DB.
So just set up your sources on a with-head Kodi, makes sure you have the same scrapers (and settings for those) in your docker install, and it will then query the DB for the scraper to use etc., and 'just work'.
Obviously check your logs for the docker for a few days to make sure it's all working as planned. And make sure if you have clean-on-scan set that you have a correct sources.xml in place or it will wipe your library.
Addons I wrote &/or maintain:
OzWeather (Australian BOM weather) | Check Previous Episode | Playback Resumer | Unpause Jumpback | Caber Toss | Switchback | XSqueezeDisplay | Kodi 2nd Display
Sorry, no help w/out a
*full debug log*.
Posts: 151
Joined: Oct 2015
Reputation:
2
nolos
Senior Member
Posts: 151
I installed this but it's trying to connect to the nick121 db instead of myvideo121. Is that pre-nexus code still in there? My current kodi connects to the MyVideo121 and the MyMusic82 DBs. I want to make sure it's using the same sql code as the current kodi version so it doesn't ruin my database. Thanks!
Posts: 15
Joined: Apr 2016
Reputation:
0
Just found this, as I've been using the (now deprecated) linuxserver.io headless image (and, yes, kodi 18.x). Is there a guide or any advice for how to migrate from that old docker container to this one? I already have the separate MariaDB container from Linuxserver.io for use with their old kodi-headless container. Thanks!
Posts: 2,497
Joined: Sep 2006
Reputation:
340
use chrome webtools to see what request is failing. I suspect a request to /jsonrpc
If thats the case, maybe check the logs. Kodi could be crashing for some reason.
make sure the headless can access the db etc
Posts: 1,264
Joined: Mar 2011
Reputation:
80
2023-12-10, 11:22
(This post was last modified: 2023-12-10, 11:25 by HeresJohnny. Edited 1 time in total.)
I'm running the Omega b1 on Unraid, very nice, thank you! Just a hint for those who gear towards energy efficency... the Library Watchdog add-on is basically active all the time consuming CPU cycles. It might be better to use an alternative that runs on a timer like Library Auto Update.
*edit* Oh, I see that Omega b2 hast just been released, so there's a chance that the docker image will be updated shortly :-)
Posts: 2,497
Joined: Sep 2006
Reputation:
340
2024-01-25, 02:28
(This post was last modified: 2024-01-25, 02:28 by matthuisman.)
i only update docker on Beta/RC's/Releases
When omega b3 is released, itll get updated
Posts: 2,497
Joined: Sep 2006
Reputation:
340
you need to clone the repo. bump the version / commit. then build and publish the docker container and then switch your deployment to use that