• 1
  • 308
  • 309
  • 310(current)
  • 311
  • 312
  • 319
Mod Estuary MOD V2 - KODI 18 (UPDATED 17/01/19)
Hi guys. Does this skin work ok with 18.9? It says in the first post it needs to be Leia nightlies but I presume there are no more nightlies for Leia?! Should it work fine on 18.9?
Thanks
(2021-03-27, 22:36)Finchy Wrote: Hi guys. Does this skin work ok with 18.9? It says in the first post it needs to be Leia nightlies but I presume there are no more nightlies for Leia?! Should it work fine on 18.9?
Thanks

Yes, works absolutely fine on 18.9
Great, thank you.

The links for Marcelveldt's BETA Repository and the Rector Stuff Repository on the first post are both dead links, is anyone able to give me the correct links for the correct ones please? Thanks
https://github.com/kodi-community-addons...-1.0.3.zip
https://github.com/rmrector/repository.r...-1.0.4.zip
XBoxMediaCenter (Kodi Matrix ) 19.3 , AndroidBox -Matrix Skin AeonMQ6
Thumbs Up 
(2021-03-27, 22:01)dRiiik Wrote: Hello everybody,

I don't really where I have to put this question, but I see here most valuable people Smile

So... I have an issue about re scraping a tv show I already have for awhile, I've just deleted the old episode files and replaced it with the new ones in UHD.

But, when I launch a scrape on the folder, it finds the TV show but it's unable to add information and then the TV isn't recognized in Kodi.

I do the scrape from the folder in the sources, and I noticed that this folder, even if it has no information, is marked as "watched" and I can't change this status (I have made a shortcut on my keyboard to switch this status "watched/unwatched" quickly.

I tried to remove/erase the folder of this TV show from the source, update the library in Kodi... and when I recreate a folder with the name of the TV Show, the problem remains...

I think the problem comes from the database issue, but I don't know how to solve it...


For information, for new TV show, the scrape works really fine, and I've also seen that that the clearlogo, clearart and others are working well again too.

I'm on KODI 19, with the MOD from kodinerds, last version 3.0.7+matrix 10.

If you have a little idea, I will be very happy.

Thank you in advance.
Ok, so. I will answer to myself Smile

I  finally found what was the problem...

After activating the debug mode, and check the kodi.log with LogExpert, I managed to this :

ERROR <general>: SQL: [MyVideos119] Undefined MySQL error: Code (1406)
                            Query: UPDATE tvshow SET c00='Game of Thrones',c01='Il y a très longtemps, blabla...

Looking for this ERROR <general>: SQL: [MyVideos119] Undefined MySQL error: Code (1406) in Google, I found this : Fields too small in MySQL Database (Solution included) https://github.com/xbmc/xbmc/issues/15768

"Fields too small in MySQL Database (Solution included)"

Series like "Game of Thrones" are well documented in The Movie Database and users have provided a huge amount of posters, fan art, etc.
Because of this, the amount of data returned by the TMDb API is quite big. A huge part of the response will be stored in the field tvshow.c06 - the type of this field is TEXT.

According to the MySQL Documentation, the maximum length of data in a field of type TEXT is 2^16 ( = 65536 Bytes). This seems to be too short for some TV Series.
After changing the type of the field to LONGTEXT everything works fine.
Maybe it is a good idea to check if other fields in other tables may have the same problem.



So, I changed the type of the c06 column to LONGTEXT as explained...

Image

and then... after that, everything works finally fine AGAIN !

Hope this could help someone else.

Cool
(2021-03-28, 20:54)Angelinas Wrote: https://github.com/kodi-community-addons...-1.0.3.zip
https://github.com/rmrector/repository.r...-1.0.4.zip
Great, thank you! 

Guilouz, would you mind updating the links on the first post with these? Thanks!
Guilouz last visit here was on May 2019...
Hello, I am using Estuary mod V2 for Kodi Matrix that I download here : https://repo.kodinerds.net/index.php?act...on=matrix/

But can I know why the highlight color is like gold ? Instead of blue ?

Image

Thanks
(2021-03-31, 15:39)Bungee_G Wrote: Hello, I am using Estuary mod V2 for Kodi Matrix that I download here : https://repo.kodinerds.net/index.php?act...on=matrix/

But can I know why the highlight color is like gold ? Instead of blue ?

Image

Thanks

Hi

you must have the holiday setting "on" under skin settings, look for it and switch if off
It is the Easter theme. You can deactivte this under skin settings extras.
HTPC: Windows 10 Pro 22H2, Zalman HD135, Intel i3-7100, GTX 1070, UHD ASUS BW-16D1HT
NAS: Xpenology 7.2 Update 1, Intel i5-6600
@tehax @MAX404 

Thanks a lot ! I did some xml edit so I tought I did something wrong, I was looking for 4 hours !

Thanks again
(2021-03-31, 15:39)Bungee_G Wrote: Hello, I am using Estuary mod V2 for Kodi Matrix that I download here : https://repo.kodinerds.net/index.php?act...on=matrix/

I’m also using the same skin/repo. Are you able to input API Keys in settings of the skin. 'Settings / Skin / Extras / Configure personal API keys' ?
When I try to open this nothing happens?
Is this skin able to show ratings from Rotten Tomatoes and Meta Critic?
Thanks!
This setup option needs the module "script.module.metadatautils" to be installed but this is not availabe for Matrix in the official repo. However, you can also store the Api keys in the corresponding modules if needed.
Quote:Is this skin able to show ratings from Rotten Tomatoes and Meta Critic?
I don't think so.
For Kodi v19 or v20alpha you can use py3 addons from e.g. here.
HTPC: Windows 10 Pro 22H2, Zalman HD135, Intel i3-7100, GTX 1070, UHD ASUS BW-16D1HT
NAS: Xpenology 7.2 Update 1, Intel i5-6600
(2021-04-02, 10:03)tehax Wrote: For Kodi v19 or v20alpha you can use py3 addons from e.g. here.

Thanks!
  • 1
  • 308
  • 309
  • 310(current)
  • 311
  • 312
  • 319

Logout Mark Read Team Forum Stats Members Help
Estuary MOD V2 - KODI 18 (UPDATED 17/01/19)17