Kodi Community Forum
Mod Bello Fredo [Isengard] - brutally modded with custom home widget support - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67)
+---- Forum: Bello (https://forum.kodi.tv/forumdisplay.php?fid=198)
+---- Thread: Mod Bello Fredo [Isengard] - brutally modded with custom home widget support (/showthread.php?tid=219378)



RE: Bello Fredo [Isengard] - brutally modded with custom home widget support - sualfred - 2015-05-22

(2015-05-21, 23:50)greenrick41 Wrote: The artist logo is looking good!
But a minor suggestion, can we place the logo.png in the artist folder?
I have my music structured as: MUSIC/ARTIST/ALBUM with the music files being in ALBUM.
It seems the logo.png has to be in the ALBUM folder with the music files.
Anyway we can put the logo.png in the ARTIST folder so we don't have to put a logo.png in every ALBUM folder?

Would be no problem. I'm not sure atm, but how does CDart manager store the logos? In the album or artist folder?


RE: Bello Fredo [Isengard] - brutally modded with custom home widget support - b0mb - 2015-05-22

Is there an option to get a coloured imdb logo or is that just an old screenshot on the first page?


RE: Bello Fredo [Isengard] - brutally modded with custom home widget support - sualfred - 2015-05-22

Nope, sry. The colored IMDb logos are only in Classic Slide and Shelf


RE: Bello Fredo [Isengard] - brutally modded with custom home widget support - b0mb - 2015-05-22

Do you think you can get the problem with the playlists handeled we were talking about?


RE: Bello Fredo [Isengard] - brutally modded with custom home widget support - sualfred - 2015-05-22

I still don't get exactly what's your problem with the playlists.

That stuff is handled by Kodi not by the skin.. You have to set the playcount for each playlist with the playcount rule field. If you use a filtering option of the sideblade menu it won't be set just for one PL.

PHP Code:
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<smartplaylist type="tvshows">
    <name>unwatched tvshows</name>
    <match>all</match>
    <rule field="inprogress" operator="false" />
    <rule field="playcount" operator="greaterthan">
        <value>0</value>
    </rule>
    <order direction="descending">lastplayed</order>
</smartplaylist> 

You can also create own video nodes for this:
http://kodi.wiki/view/Video_nodes

Or use the Video Node Editor plugin to create/edit them easily:
http://kodi.wiki/view/Add-on:Video_Node_Editor


RE: Bello Fredo [Isengard] - brutally modded with custom home widget support - b0mb - 2015-05-22

I configured 3 playlists.... one for movies, one for series and one for kidz.

I created nodes in the menu that are linked with the playlists.

In movies i´ve set "show all", in kidz i´ve set "show all" and in series i´ve set "show only unseen".

So when i change the setting for kidz it also changes in series and vice versa.

When i do the same with using Aeon Nox skin i don´t have that problem. I can change the setting for every node without affecting each other.


(2015-05-22, 09:00)sualfred Wrote: I still don't get exactly what's your problem with the playlists.

That stuff is handled by Kodi not by the skin.. You have to set the playcount for each playlist with the playcount rule field. If you use a filtering option of the sideblade menu it won't be set just for one PL.

PHP Code:
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<smartplaylist type="tvshows">
    <name>unwatched tvshows</name>
    <match>all</match>
    <rule field="inprogress" operator="false" />
    <rule field="playcount" operator="greaterthan">
        <value>0</value>
    </rule>
    <order direction="descending">lastplayed</order>
</smartplaylist> 



RE: Bello Fredo [Isengard] - brutally modded with custom home widget support - sualfred - 2015-05-22

I did a test with 2 playlists and the filtering options of the sideblade menu aren't "cloned" to the other list.
I'm sorry but I really can't reproduce this issue. The skin has nothing to do with the Kodi internal filtering option.


RE: Bello Fredo [Isengard] - brutally modded with custom home widget support - b0mb - 2015-05-22

(2015-05-22, 09:23)sualfred Wrote: I did a test with 2 playlists and the filtering options of the sideblade menu aren't "cloned" to the other list.
I'm sorry but I really can't reproduce this issue. The skin has nothing to do with the Kodi internal filtering option.

OK!

Because of some memory leak i will change my system from openelec back to kodibuntu in the afternoon....

I´ll check the playlist problem again and let u know Wink


RE: Bello Fredo [Isengard] - brutally modded with custom home widget support - sualfred - 2015-05-22

If the problem still exist, please upload your 3 smartplaylists somewhere and give me a step by step info to reproduce this.


RE: Bello Fredo [Isengard] - brutally modded with custom home widget support - b0mb - 2015-05-22

(2015-05-22, 09:28)sualfred Wrote: If the problem still exist, please upload your 3 smartplaylists somewhere and give me a step by step info to reproduce this.

np

btw what do i have to edit to get rid of the path showing in the info view?

i really don´t need and like that Wink


RE: Bello Fredo [Isengard] - brutally modded with custom home widget support - sualfred - 2015-05-22

DialogVideoInfo.xml

But please note that your changes are always be reverted as soon the skin is updating


RE: Bello Fredo [Isengard] - brutally modded with custom home widget support - b0mb - 2015-05-22

(2015-05-22, 09:31)sualfred Wrote: DialogVideoInfo.xml

But please note that your changes are always be reverted as soon the skin is updating

Argh!


RE: Bello Fredo [Isengard] - brutally modded with custom home widget support - sualfred - 2015-05-22

(2015-05-22, 08:09)sualfred Wrote:
(2015-05-21, 23:50)greenrick41 Wrote: The artist logo is looking good!
But a minor suggestion, can we place the logo.png in the artist folder?
I have my music structured as: MUSIC/ARTIST/ALBUM with the music files being in ALBUM.
It seems the logo.png has to be in the ALBUM folder with the music files.
Anyway we can put the logo.png in the ARTIST folder so we don't have to put a logo.png in every ALBUM folder?

Would be no problem. I'm not sure atm, but how does CDart manager store the logos? In the album or artist folder?

Nevermind, added an option to choose where it's stored (Album or artist folder).


RE: Bello Fredo [Isengard] - brutally modded with custom home widget support - b0mb - 2015-05-22

(2015-05-22, 09:28)sualfred Wrote: If the problem still exist, please upload your 3 smartplaylists somewhere and give me a step by step info to reproduce this.

did you already check the playlist live BG thing? Smile


RE: Bello Fredo [Isengard] - brutally modded with custom home widget support - sualfred - 2015-05-22

(2015-05-22, 12:31)b0mb Wrote: did you already check the playlist live BG thing? Smile

https://github.com/sualfred/Bello-Kodi-15.x-Nightlies/commit/bbe6b24b9b560d9b4da8b4635ac0dc18958b3f99

Done and included in the next update