![]() |
HOW-TO:Share libraries using MySQL: Wiki Edition - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Tips, tricks, and step by step guides (https://forum.kodi.tv/forumdisplay.php?fid=110) +--- Thread: HOW-TO:Share libraries using MySQL: Wiki Edition (/showthread.php?tid=157572) |
RE: HOW-TO:Share libraries using MySQL: Wiki Edition - Radicale - 2019-10-22 (2019-10-22, 16:41)notrui Wrote:(2019-10-22, 16:22)Radicale Wrote: Hi. I also use MariaDB, how do you know the port you use? With the 3306 nothing changes (I see the series but not the episodes), with the 3307 I see nothing. RE: HOW-TO:Share libraries using MySQL: Wiki Edition - notrui - 2019-10-22 (2019-10-22, 16:52)Radicale Wrote:You have to go to the nas web configuration:(2019-10-22, 16:41)notrui Wrote:(2019-10-22, 16:22)Radicale Wrote: Hi. Go to mariadb configuration and try to see the port that mariadb uses . I use maria db 10 (i think). RE: HOW-TO:Share libraries using MySQL: Wiki Edition - notrui - 2019-10-22 If you have all well configured when you copy a new episode to your NAS you need to scan the library again (client) . And with that a new episode will appear in your kodi client. RE: HOW-TO:Share libraries using MySQL: Wiki Edition - notrui - 2019-10-22 I am not new in this forum but i could not find , (i don't know if it possible ) to edit my post. Also use static ip (fixed ip) in your NAS. The best configuration you can have for fixed ip is doing that in your router instead of the device itself (in this case your NAS). RE: HOW-TO:Share libraries using MySQL: Wiki Edition - Radicale - 2019-10-22 (2019-10-22, 17:08)notrui Wrote:I use mariadb 5, and don't find it(2019-10-22, 16:52)Radicale Wrote:You have to go to the nas web configuration:(2019-10-22, 16:41)notrui Wrote: Hello. Quote:I am not new in this forum but i could not find , (i don't know if it possible ) to edit my post. I Have... RE: HOW-TO:Share libraries using MySQL: Wiki Edition - notrui - 2019-10-22 Check for maria 5 port. Or unistall and install maria db 10 - port number in my ds 418 is 3307. Don't give up, try reading more and check everything. In my case i thought i was doing everything well. To solve the problem what i checked everything again (many many times) , including maria db 10 settings. RE: HOW-TO:Share libraries using MySQL: Wiki Edition - jimkoh - 2019-10-22 Does anyone know where I can get a working Easy Advanced Settings Add On? I recently upgraded from a cheap Android box to an Nvidia Shield TV with Kodi 18 and I need to create an advanced settings xml file so I can connect/redo the kodi database on my linux server. Since ES File Explorer is no longer available, I can't just copy an existing file to the Shield and I haven't found an app that shows the file structure. Thanks Jim RE: HOW-TO:Share libraries using MySQL: Wiki Edition - Klojum - 2019-10-22 (2019-10-22, 16:22)Radicale Wrote: I don't know why, but since I installed Kodi 18.4 the series no longer works. Start with enabling debugging in Kodi, if necessary also enable the Database component in the debugging section. Restart Kodi, do your (TV) thing, and provide the debug log (wiki). RE: HOW-TO:Share libraries using MySQL: Wiki Edition - Klojum - 2019-10-22 (2019-10-22, 20:27)jimkoh Wrote: Since ES File Explorer is no longer available, Use X-plore File Manager instead. No ads, no nagging screens. For a Nvidia Shield, enable the SMB server for easy access via a network. That way you can also copy a new advancedsettings.xml file to the Shield. RE: HOW-TO:Share libraries using MySQL: Wiki Edition - Radicale - 2019-10-22 (2019-10-22, 21:37)Klojum Wrote:(2019-10-22, 16:22)Radicale Wrote: I don't know why, but since I installed Kodi 18.4 the series no longer works. https://paste.kodi.tv/raw/yizonubalu RE: HOW-TO:Share libraries using MySQL: Wiki Edition - Klojum - 2019-10-23 There is some content in the tvshow section, but it isn't much. Did you change the filter on the TV show listing to Unwatched or Watched, instead of All ? RE: HOW-TO:Share libraries using MySQL: Wiki Edition - black_eagle - 2019-10-23 @Klojum @Radicale Is there some data missing in this db ?
RE: HOW-TO:Share libraries using MySQL: Wiki Edition - Radicale - 2019-10-23 (2019-10-23, 07:25)Klojum Wrote:yes, but nothing....There is some content in the tvshow section, but it isn't much. I can't enter in the episode room RE: HOW-TO:Share libraries using MySQL: Wiki Edition - Klojum - 2019-10-23 (2019-10-23, 08:36)black_eagle Wrote: Is there some data missing in this db ? Hmm.. I overlooked that. That's an odd one. Two lines in the middle of nowhere. The previous query that was done was related to the music database. And all the previous queries to the video database have a result set of several records AFAICT. It's pretty difficult to pinpoint the real problem from a distance. At this point I would ask if you have any database backups... and do a library update from there on. Otherwise it's probably best to start with a new fresh video library. MYSQL: Connected to version 5.5.47-MariaDB is a pretty old version, support is only 6 months left until April 2020 by Maria. I believe they are at 10.4.18 stable something now? RE: HOW-TO:Share libraries using MySQL: Wiki Edition - DGenerateKane - 2019-11-10 Since Kodi is complaining about my mysql version, I'd like to fix it. But I couldn't find any info on how to update mysql in a FreeNAS jail, so I tried creating a new one. I can't get it to start though. Can somebody walk me through how to create a new one with the correct version of mysql? I'm lost. |