Kodi Community Forum

Full Version: Estuary MOD V2 - KODI 18 (UPDATED 17/01/19)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
(2018-05-10, 03:53)Guilouz Wrote: [ -> ]
(2018-05-10, 03:38)damo_f Wrote: [ -> ]
(2018-05-09, 12:40)Guilouz Wrote: [ -> ] Screenshot please.    
What's the easiest way to attach a screenshot? Is it only via URL?     
 Yes, you can use https://imgur.com/  
Here it is...  Recent Recordings only show thumbnails...
Image
(2018-05-10, 04:23)damo_f Wrote: [ -> ]
(2018-05-10, 03:53)Guilouz Wrote: [ -> ]
(2018-05-10, 03:38)damo_f Wrote: [ -> ]What's the easiest way to attach a screenshot? Is it only via URL?     
 Yes, you can use https://imgur.com/    
Here it is...  Recent Recordings only show thumbnails...
Image 
 You have already text with widgets name but you can change it in Skin Settings / Home Menu / Show media names with widgets names setting.

Image text with widgets name enable

Image text with widgets name disable
(2018-05-10, 11:29)Guilouz Wrote: [ -> ]
(2018-05-10, 04:23)damo_f Wrote: [ -> ]
(2018-05-10, 03:53)Guilouz Wrote: [ -> ] Yes, you can use https://imgur.com/    
Here it is...  Recent Recordings only show thumbnails...
Image 
 You have already text with widgets name but you can change it in Skin Settings / Home Menu / Show media names with widgets names setting.

Image text with widgets name enable

Image text with widgets name disable 
Thanks..
Quick and dirty (no time to proper check):
The option: enable music theme… toggled on makes streaming plugins crash Kodi when a list of movies is requested (list shows, screen flickers several times, Kodi crash). When disabled it works oke.
Tested several times with Netflix addon.
Any idea?
When not I will supply logs.

Thanks
(2018-05-19, 02:46)rudrood Wrote: [ -> ]Quick and dirty (no time to proper check):
The option: enable music theme… toggled on makes streaming plugins crash Kodi when a list of movies is requested (list shows, screen flickers several times, Kodi crash). When disabled it works oke.
Tested several times with Netflix addon.
Any idea?
When not I will supply logs.

Thanks
Try last git 2.9.9, it's fixed.
(2018-02-05, 02:25)Guilouz Wrote: [ -> ]
(2018-02-04, 21:14)Dumyat Wrote: [ -> ]
(2018-02-04, 20:58)Guilouz Wrote: [ -> ] Not really possible to have all info exactly as video/music dialog info, some info are not working on videofullscreen and musicvisualization.   
Damn! That's the end of that idea then...... Sad  
 I have find a way to show same video info when you play movies or episodes, now when you press 'i' button, you have this :

ImageImage 
 is it possible to disable this feature? I thought it was extendedinfo at first so I uninstalled that entirely but still have this. I prefer to press 'info' (or 'i') to bring up the standard information, i.e. quickly see time left, expected end time, if in PVR what's on next, etc. Is this possible anymore? I couldn't find an option in skin settings but could be overlooking something.
(2018-05-19, 12:10)Guilouz Wrote: [ -> ]
(2018-05-19, 02:46)rudrood Wrote: [ -> ]Quick and dirty (no time to proper check):
The option: enable music theme… toggled on makes streaming plugins crash Kodi when a list of movies is requested (list shows, screen flickers several times, Kodi crash). When disabled it works oke.
Tested several times with Netflix addon.
Any idea?
When not I will supply logs.

Thanks
Try last git 2.9.9, it's fixed. 
Still not working (crashlog to large for ix.io).
Snipped:
16:45:07.357 T:139766804882560   DEBUG: CPlayerCoreFactory::GetPlayers: added 2 players
16:45:07.359 T:139766644139776   ERROR: Init: Error opening file plugin://plugin.video.netflix/theme.mp3
16:45:07.359 T:139766644139776   ERROR: CAudioDecoder: Unable to Init Codec while loading file plugin://plugin.video.netflix/theme.mp3
16:45:07.359 T:139766644139776 WARNING: PAPlayer::QueueNextFileEx - Failed to create the decoder
16:45:07.359 T:139766644139776   DEBUG: OnPlayBackStarted: CApplication::OnPlayBackStarted
(2018-05-19, 16:53)rudrood Wrote: [ -> ]
(2018-05-19, 12:10)Guilouz Wrote: [ -> ]
(2018-05-19, 02:46)rudrood Wrote: [ -> ]Quick and dirty (no time to proper check):
The option: enable music theme… toggled on makes streaming plugins crash Kodi when a list of movies is requested (list shows, screen flickers several times, Kodi crash). When disabled it works oke.
Tested several times with Netflix addon.
Any idea?
When not I will supply logs.

Thanks
Try last git 2.9.9, it's fixed.  
Still not working (crashlog to large for ix.io).
Snipped:
16:45:07.357 T:139766804882560   DEBUG: CPlayerCoreFactory::GetPlayers: added 2 players
16:45:07.359 T:139766644139776   ERROR: Init: Error opening file plugin://plugin.video.netflix/theme.mp3
16:45:07.359 T:139766644139776   ERROR: CAudioDecoder: Unable to Init Codec while loading file plugin://plugin.video.netflix/theme.mp3
16:45:07.359 T:139766644139776 WARNING: PAPlayer::QueueNextFileEx - Failed to create the decoder
16:45:07.359 T:139766644139776   DEBUG: OnPlayBackStarted: CApplication::OnPlayBackStarted 
Try to replace line 3 in 'Custom_1143_ThemeStartSoundtrack.xml' file by this : 

Code:
<onload condition="String.IsEmpty(Window(home).Property(PlayingOST)) + !String.Contains(ListItem.Path,http) + !String.StartsWith(ListItem.Path,plugin://plugin.video)">PlayMedia($ESCINFO[ListItem.Path,,theme.mp3])</onload>

And tell me if it's working.
(2018-05-19, 16:13)lazyboy0172 Wrote: [ -> ]
(2018-02-05, 02:25)Guilouz Wrote: [ -> ]
(2018-02-04, 21:14)Dumyat Wrote: [ -> ]Damn! That's the end of that idea then...... Sad  
 I have find a way to show same video info when you play movies or episodes, now when you press 'i' button, you have this :

ImageImage 
 is it possible to disable this feature? I thought it was extendedinfo at first so I uninstalled that entirely but still have this. I prefer to press 'info' (or 'i') to bring up the standard information, i.e. quickly see time left, expected end time, if in PVR what's on next, etc. Is this possible anymore? I couldn't find an option in skin settings but could be overlooking something. 
 No, not possible to disable this. If you want classic info you have just to press OK button.
(2018-05-19, 18:09)Guilouz Wrote: [ -> ]
(2018-05-19, 16:53)rudrood Wrote: [ -> ]
(2018-05-19, 12:10)Guilouz Wrote: [ -> ]Try last git 2.9.9, it's fixed.  
Still not working (crashlog to large for ix.io).
Snipped:
16:45:07.357 T:139766804882560   DEBUG: CPlayerCoreFactory::GetPlayers: added 2 players
16:45:07.359 T:139766644139776   ERROR: Init: Error opening file plugin://plugin.video.netflix/theme.mp3
16:45:07.359 T:139766644139776   ERROR: CAudioDecoder: Unable to Init Codec while loading file plugin://plugin.video.netflix/theme.mp3
16:45:07.359 T:139766644139776 WARNING: PAPlayer::QueueNextFileEx - Failed to create the decoder
16:45:07.359 T:139766644139776   DEBUG: OnPlayBackStarted: CApplication::OnPlayBackStarted  
Try to replace line 3 in 'Custom_1143_ThemeStartSoundtrack.xml' file by this : 
Code:
<onload condition="String.IsEmpty(Window(home).Property(PlayingOST)) + !String.Contains(ListItem.Path,http) + !String.StartsWith(ListItem.Path,plugin://plugin.video)">PlayMedia($ESCINFO[ListItem.Path,,theme.mp3])</onload>

And tell me if it's working. 
 Yes, that one does the job. Thanks again.
New Update 2.9.9 on repository :

• KODI 18 : Allow user to select resolutions
• Add video fps flag icon on OSD
• Changes in playing trailers on video info (Thanks to jurialmunkey)
• Fix music themes with video addons
• Minor fixes
Is there a solution to the widget setup with Netflix?
Maybe a widget style that was text only rather than Poster (which shows text so that's why I chose it for now) - the others seem aimed at items with proper thumbnails/banners, which this section will never have really have..
I'm kind of new to creating widgets and such so there's probably a workaround I'm not seeing yet. The category section looks/works fine with just the "N" logo, but the custom widgets below that don't really display properly.

https://imgur.com/a/6SI1u1j

Also, notice it says "Food Network" in the category, it doesn't pull the proper category label for it for some reason and it holds onto the title from a different menu item I have, but that may not be the fault of the skin I'm not really sure.

I also had a custom widget to display the "Continue Watching" or "New Releases" section and they loaded for a second and then disappear when it's rebuilding the skin, but it works fine with other addons/widgets so that may also be the fault of the addon..
Hi.

I have movies with subtitles in several languages. But, in the movie info, after scraping it and playing it for a while, only the flag regarding the audio language appears, but not the available subtitle languages.

How could I make Estuary MOD show flags for each subtitle language?

Thanks!
Hi,

im using the latest Milhouse Build on my Intel NUC. At the moment i use the AEON Nox skin for Leia. At this skin the Texture cache Maintenance utility works perfect. If i switch to latest version from this mod, my hdd´s spin up when i scroll through my library. Is there a known bug with this skin ? I recache all my artwork but it didn´t help.
Hi,

updated to 2.9.9 21.05.2018 and Problem still exist ... (without editing the file)
 
Quote:(2018-05-19, 18:09)Guilouz Wrote: 
Quote: 
Try to replace line 3 in 'Custom_1143_ThemeStartSoundtrack.xml' file by this : 
Code:
Code:
<onload condition="String.IsEmpty(Window(home).Property(PlayingOST)) + !String.Contains(ListItem.Path,http) + !String.StartsWith(ListItem.Path,plugin://plugin.video)">PlayMedia($ESCINFO[ListItem.Path,,theme.mp3])</onload>

And tell me if it's working.