• 1
  • 223
  • 224
  • 225(current)
  • 226
  • 227
  • 319
Mod Estuary MOD V2 - KODI 18 (UPDATED 17/01/19)
(2018-04-06, 04:09)movie78 Wrote:
(2018-04-06, 02:29)Guilouz Wrote:
(2018-04-05, 20:45)movie78 Wrote: Yes, I did.
Strange, all my movies FANART background are displaying the same picture (  James Bond 007 Spectre movie fanart)  
 Have you try to use Artwork Beef setting to delete a specify type of artworks (here fanarts) ? You will have most help in Artwork Beef thread.  
 Sorry But you the only  Developer I  see online,quick question how does Artwork Beef store the downloaded art on your system?

Thanks! 
 I don't use local files, all my artworks are in my database.
 Estuary MOD V2 
For my Atmos titles I need to rename the file name to include ".atmos" in them so the Atmos icon gets picked up. However in doing so it will be gone from the library and I will have to re-add it, add my rating again, change the fan art again and so forth. Is there an easy way I can just rename the file name and the skin still pick it up as it was before without having to change all that, and have it show the Atmos badge?
(2018-04-06, 21:05)kaybird Wrote: For my Atmos titles I need to rename the file name to include ".atmos" in them so the Atmos icon gets picked up. However in doing so it will be gone from the library and I will have to re-add it, add my rating again, change the fan art again and so forth. Is there an easy way I can just rename the file name and the skin still pick it up as it was before without having to change all that, and have it show the Atmos badge?
 No no other way, Kodi use file name for scraping, if you rename an existing file present your library, Kodi will not update it, it will include the new file name as a new addition.
 Estuary MOD V2 
(2018-04-06, 21:35)Guilouz Wrote:
(2018-04-06, 21:05)kaybird Wrote: For my Atmos titles I need to rename the file name to include ".atmos" in them so the Atmos icon gets picked up. However in doing so it will be gone from the library and I will have to re-add it, add my rating again, change the fan art again and so forth. Is there an easy way I can just rename the file name and the skin still pick it up as it was before without having to change all that, and have it show the Atmos badge?
 No no other way, Kodi use file name for scraping, if you rename an existing file present your library, Kodi will not update it, it will include the new file name as a new addition. 
 Yes I understand the situation. I was wondering if there there was a way to tell Kodi just to substitute a new file name for an existing entry. Rather than removing it from the library and rescanning it, which means losing the ratings, fan art customizations and so forth. I read something about importing and exporting a list that might allow for manual editing, but not sure about the approach.
(2018-04-06, 22:17)kaybird Wrote:
(2018-04-06, 21:35)Guilouz Wrote:
(2018-04-06, 21:05)kaybird Wrote: For my Atmos titles I need to rename the file name to include ".atmos" in them so the Atmos icon gets picked up. However in doing so it will be gone from the library and I will have to re-add it, add my rating again, change the fan art again and so forth. Is there an easy way I can just rename the file name and the skin still pick it up as it was before without having to change all that, and have it show the Atmos badge?
 No no other way, Kodi use file name for scraping, if you rename an existing file present your library, Kodi will not update it, it will include the new file name as a new addition.  
 Yes I understand the situation. I was wondering if there there was a way to tell Kodi just to substitute a new file name for an existing entry. Rather than removing it from the library and rescanning it, which means losing the ratings, fan art customizations and so forth. I read something about importing and exporting a list that might allow for manual editing, but not sure about the approach. 
 You can also edit your database with database software and change path in path tab.
 Estuary MOD V2 
Is there a way to replace the kodi symbol on the upper left hand side with a custom Symbol
(2018-04-07, 14:54)terpsarlington Wrote: Is there a way to replace the kodi symbol on the upper left hand side with a custom Symbol
 Without to edit code or replace png file, no.
 Estuary MOD V2 
(2018-04-07, 16:46)Guilouz Wrote:
(2018-04-07, 14:54)terpsarlington Wrote: Is there a way to replace the kodi symbol on the upper left hand side with a custom Symbol
 Without to edit code or replace png file, no. 
 could you tell me what code i need to edit and what png file i need to replace.
Hy i have an little question wich movie Ratings are supported only IMDb?
Can we have the others to ( tmdb,rotten tomatos.......) 


And a little translating thing in German in the Movie info Screen there it is
Movie Rating      =  German Bewertung 16    and below
​​​​​ Imdb Rating 7,5 =  German Bewertung 7,5
looks Not good the correct word for Movie Rating in German is "Altersfreigabe" or "Freigegeben ab".
(2018-04-07, 18:13)terpsarlington Wrote:
(2018-04-07, 16:46)Guilouz Wrote:
(2018-04-07, 14:54)terpsarlington Wrote: Is there a way to replace the kodi symbol on the upper left hand side with a custom Symbol
 Without to edit code or replace png file, no.  
 could you tell me what code i need to edit and what png file i need to replace. 
In Home.xml lines 2427, 2434 and 2444. icons/logo.png and icons/logo-gradient.png files.
 Estuary MOD V2 
(2018-04-07, 20:35)Mario S. Wrote: Hy i have an little question wich movie Ratings are supported only IMDb?
Can we have the others to ( tmdb,rotten tomatos.......) 


And a little translating thing in German in the Movie info Screen there it is
Movie Rating      =  German Bewertung 16    and below
​​​​​ Imdb Rating 7,5 =  German Bewertung 7,5
looks Not good the correct word for Movie Rating in German is "Altersfreigabe" or "Freigegeben ab".
Rating supported are TMDb and IMDb only, for IMDb you need to enable this setting in TMDb scraper settings.

German translation is not up to date, if you want to update it, please post a pull request on github.
 Estuary MOD V2 
(2018-04-02, 23:54)Frusciantism Wrote: I have a problem, the widgets take a long time to load the information as well as the images, all the information is stored in my NAS, I start to see the movie more easily than the kodi to load the widgets, already tried with the skins normal estuary and loads in less than 2 seconds, while with mod v2 it sometimes takes 1/2

thanks and good work
Hello,

i have the same Problem. I am also using pathsubstitution via the advanced settings. Maybe this is a problem?
Code:

<pathsubstitution>
            <from>special://profile/Thumbnails</from>
            <to>smb://x.x.x.x/kodi/Thumbnails</to>
        </substitute>
</pathsubstitution>
(2018-04-08, 10:29)sth2die4 Wrote:
(2018-04-02, 23:54)Frusciantism Wrote: I have a problem, the widgets take a long time to load the information as well as the images, all the information is stored in my NAS, I start to see the movie more easily than the kodi to load the widgets, already tried with the skins normal estuary and loads in less than 2 seconds, while with mod v2 it sometimes takes 1/2

thanks and good work
Hello,

i have the same Problem. I am also using pathsubstitution via the advanced settings. Maybe this is a problem?
Code:

<pathsubstitution>
            <from>special://profile/Thumbnails</from>
            <to>smb://x.x.x.x/kodi/Thumbnails</to>
        </substitute>
</pathsubstitution>
This is not a good idea. Path substitution for thumbnails.
Image Image
I am getting the same exact issue. i'm working on how to isolate the problem.
i have the same issue as described Sad
  • 1
  • 223
  • 224
  • 225(current)
  • 226
  • 227
  • 319

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