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.
(2017-11-10, 14:19)iMak Wrote: [ -> ]It would be nice to add the Artwork Beef to the Context menu for easy access instead of going to Information.

There is already Artwork Beef in context menu, in 'Manage...'.
(2017-11-10, 14:34)Solo0815 Wrote: [ -> ]
(2017-11-05, 21:49)Guilouz Wrote: [ -> ]
(2017-11-05, 19:23)Solo0815 Wrote: [ -> ]@guilouz:
Maybe you have overseen that during all the caretakter-discussion?  

Can't test this issue I have no PVR backend, I only use PVR Simple Client and I have no arts with that.   

Maybe you can use the existing Variables for DialogPVRInfo. I did a quick test with my PVR (VDR) and it is working fine. Have a look at these pictures:
https://imgur.com/a/Bdrcw

used variables/INFO-tags:
$VAR[ClearLogoVar]
$VAR[BannerVar]
$INFO[ListItem.Icon] = ChannelIcon
$VAR[PVRArtworksVar] = Poster

Please change it a little bit to the way DialogVideoInfo looks like (without the actors) Wink
BG is only blue btw. no Fanart
Thx 
 
(2017-11-10, 16:15)Dumyat Wrote: [ -> ]
(2017-11-10, 14:34)Solo0815 Wrote: [ -> ]
(2017-11-05, 21:49)Guilouz Wrote: [ -> ] 
Solo, have to agree with you. The current PVR Info screen could certainly do with a bit more love Smile Is this the kind of format you are looking for? I created this a while ago:-

Image

Guilouz, if you wish, I can send you my xml for this screen?     

I am not against improving the PVR info but I prefer to test my code before sharing it. The problem is that I do not have a correct PVR backend to do that.
If someone has something to share with me, I'm interested.
(2017-11-10, 20:49)Guilouz Wrote: [ -> ]
(2017-11-10, 14:19)iMak Wrote: [ -> ]It would be nice to add the Artwork Beef to the Context menu for easy access instead of going to Information.

There is already Artwork Beef in context menu, in 'Manage...'.
The number of steps to reach to Artwork Beef addon through Information, is 5 steps...

The number of steps to reach it through Manage, is 9 steps...

If you add it directly in the Context menu and place it at bottom of the list, it would be 2 steps...

The same you did in your discontinued skin of Kodi 17...
(2017-11-10, 20:55)Guilouz Wrote: [ -> ]If someone has something to share with me, I'm interested. 
Yes of course I can share what I have with you. Check your messages for details. Smile
(2017-11-11, 00:12)iMak Wrote: [ -> ]
(2017-11-10, 20:49)Guilouz Wrote: [ -> ]
(2017-11-10, 14:19)iMak Wrote: [ -> ]It would be nice to add the Artwork Beef to the Context menu for easy access instead of going to Information.

There is already Artwork Beef in context menu, in 'Manage...'. 
The number of steps to reach to Artwork Beef addon through Information, is 5 steps...

The number of steps to reach it through Manage, is 9 steps...

If you add it directly in the Context menu and place it at bottom of the list, it would be 2 steps...

The same you did in your discontinued skin of Kodi 17... 

It's integrated in 'Manage...' by addon not by me.
I can do something like this for PVR info :

Image
(2017-11-11, 01:18)Guilouz Wrote: [ -> ]
(2017-11-11, 00:12)iMak Wrote: [ -> ]
(2017-11-10, 20:49)Guilouz Wrote: [ -> ]There is already Artwork Beef in context menu, in 'Manage...'. 
The number of steps to reach to Artwork Beef addon through Information, is 5 steps...

The number of steps to reach it through Manage, is 9 steps...

If you add it directly in the Context menu and place it at bottom of the list, it would be 2 steps...

The same you did in your discontinued skin of Kodi 17...  

It's integrated in 'Manage...' by addon not by me. 
As i understand you could create a script to get the 'Manage' button into the 'c' context menu. A good idea, then less clicks is always user friendly.
(2017-11-11, 09:25)tehax Wrote: [ -> ]
(2017-11-11, 01:18)Guilouz Wrote: [ -> ]
(2017-11-11, 00:12)iMak Wrote: [ -> ]The number of steps to reach to Artwork Beef addon through Information, is 5 steps...

The number of steps to reach it through Manage, is 9 steps...

If you add it directly in the Context menu and place it at bottom of the list, it would be 2 steps...

The same you did in your discontinued skin of Kodi 17...  

It's integrated in 'Manage...' by addon not by me.  
As i understand you could create a script to get the 'Manage' button into the 'c' context menu. A good idea, then less clicks is always user friendly. 

This would duplicate those already present in 'Manage ...'. You can also press 'i' button and use Get all artworks button.
Hi Guilouz, thanks for your wonderful work. One question: is it possible to add "Random" order option to "Movies" item? (I'd like to press "Movies" menu item and list my movies in random order) Thanks!
(2017-11-11, 19:25)minisergium Wrote: [ -> ]Hi Guilouz, thanks for your wonderful work. One question: is it possible to add "Random" order option to "Movies" item? (I'd like to press "Movies" menu item and list my movies in random order) Thanks!

Kodi core doesn't allow to do that. But you can do that with smartplaylist and point to this playlist in customize home menu, see : http://kodi.wiki/view/smart_playlists
(2017-11-11, 20:56)Guilouz Wrote: [ -> ]
(2017-11-11, 19:25)minisergium Wrote: [ -> ]Hi Guilouz, thanks for your wonderful work. One question: is it possible to add "Random" order option to "Movies" item? (I'd like to press "Movies" menu item and list my movies in random order) Thanks!

Kodi core doesn't allow to do that. But you can do that with smartplaylist and point to this playlist in customize home menu, see : http://kodi.wiki/view/smart_playlists
I created the playlist, but how can I exclude the watched items from the list?
Just put a condition on Playlist

I think is "played =0"

Enviado do meu ONEPLUS A3003 através de Tapatalk
(2017-11-11, 21:32)iMak Wrote: [ -> ]
(2017-11-11, 20:56)Guilouz Wrote: [ -> ]
(2017-11-11, 19:25)minisergium Wrote: [ -> ]Hi Guilouz, thanks for your wonderful work. One question: is it possible to add "Random" order option to "Movies" item? (I'd like to press "Movies" menu item and list my movies in random order) Thanks!

Kodi core doesn't allow to do that. But you can do that with smartplaylist and point to this playlist in customize home menu, see : http://kodi.wiki/view/smart_playlists 
I created the playlist, but how can I exclude the watched items from the list? 

Something like that :

Code:
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<smartplaylist type="movies">
    <name>Random unwatched movies</name>
    <match>all</match>
    <rule field="playcount" operator="is">
        <value>0</value>
    </rule>
    <order direction="descending">random</order>
</smartplaylist>
(2017-11-11, 04:57)Guilouz Wrote: [ -> ]I can do something like this for PVR info :

Image


Looks great, but when no coverart is available the picon is shown but scale is not oke.

http://imgur.com/a/8kAW5

Edit:
Something is wrong with the scaling of coverart (attached cover has a white bar on the top that is cut of)

http://imgur.com/a/dqj9p
(2017-11-12, 02:26)rudrood Wrote: [ -> ]
(2017-11-11, 04:57)Guilouz Wrote: [ -> ]I can do something like this for PVR info :

Image


Looks great, but when no coverart is available the picon is shown but scale is not oke.

http://imgur.com/a/8kAW5Edit:
Something is wrong with the scaling of coverart (attached cover has a white bar on the top that is cut of)

http://imgur.com/a/dqj9p
 

It's the principle of scaling ^^ Try last git, I have replace scaling by keeping aspect ratio.