Mod DialogAlbumInfo for MQ7
#16
(2016-12-01, 13:24)Jumpy73 Wrote: Hi,
in which context do the last 3 images of imgur in first post appear?

Furthermore... when I'm in the dialog album info page and press twice the "down arrow" button on airmouse, the page including cover, spinning discart and description appears. The problem is that the page is referred not to the current album, but probably to the last one previously visited. I suppose there is something wrong!

is there someone of you who has the same behaviour?

Tks

Thanks,
I also have this bugBlush
It may take time before I'll correct it.
I do not have kodi environment for this release.
If I only fix this, I will write here.
JB
Reply
#17
(2016-12-02, 08:54)JohnyBee Wrote:
(2016-12-01, 13:24)Jumpy73 Wrote: Hi,
in which context do the last 3 images of imgur in first post appear?

Furthermore... when I'm in the dialog album info page and press twice the "down arrow" button on airmouse, the page including cover, spinning discart and description appears. The problem is that the page is referred not to the current album, but probably to the last one previously visited. I suppose there is something wrong!

is there someone of you who has the same behaviour?

Tks

Thanks,
I also have this bugBlush
It may take time before I'll correct it.
I do not have kodi environment for this release.
If I only fix this, I will write here.
JB

ok tks
Reply
#18
(2016-12-02, 15:52)Jumpy73 Wrote:
(2016-12-02, 08:54)JohnyBee Wrote:
(2016-12-01, 13:24)Jumpy73 Wrote: Hi,
in which context do the last 3 images of imgur in first post appear?

Furthermore... when I'm in the dialog album info page and press twice the "down arrow" button on airmouse, the page including cover, spinning discart and description appears. The problem is that the page is referred not to the current album, but probably to the last one previously visited. I suppose there is something wrong!

is there someone of you who has the same behaviour?

Tks

Thanks,
I also have this bugBlush
It may take time before I'll correct it.
I do not have kodi environment for this release.
If I only fix this, I will write here.
JB

ok tks
New version: 0.0.2
Fixed: Wrong displaying zoom album for album level
Look at first post
Reply
#19
can you make this for krypton and for the new helper script?
Reply
#20
(2016-12-06, 21:09)Skinnerxyz Wrote: can you make this for krypton and for the new helper script?
Hi again Skinnerxyz Big Grin
You can install script.skin.helper.service (only ver. 1.0.100) and see if it works correctly.
script.skin.helper.service > 1.0.100 is in beta testing.
script.skin.helper.service > 1.0.100 is not released.
Reply
#21
hey hey :-)

yeah i know its in beta status but its 1.0.133.

the only change are the requests or?
Reply
#22
Remember in krypton DialogAlbumInfo & DialogSongInfo.xml are merged into DialogMusicInfo.xml.

these built-in id's have been removed:
image control id="3"
textbox control id="4"
button control id="5"
MediaBrazil forum Website - Youtube Channel
MQ9-1.6.0.29 - 09.15.2023 - Aeon MQ Skin Team
MarcosQui Website Donate and support us.
Reply
#23
(2016-12-06, 22:17)Wanilton Wrote: Remember in krypton DialogAlbumInfo & DialogSongInfo.xml are merged into DialogMusicInfo.xml.

these built-in id's have been removed:
image control id="3"
textbox control id="4"
button control id="5"


i see it wanilton.

but look here my log file, when i try to open albums info, then it comes every time a script extended error.....

3622 entrys................................

http://pastebin.com/TtFbaxaP
Reply
#24
(2016-12-06, 22:10)Skinnerxyz Wrote: hey hey :-)

yeah i know its in beta status but its 1.0.133.

the only change are the requests or?

In SkinHelper it is still a few problems Wink
Marcel works hardNod
Reply
#25
Work ok for me, I remove similar artists code (script extended info give me error in Krypton, work in Jarvis)...now work. Krypton I changed code a little, using skinhelper 1.0.133, have one or other trouble with ausence data in a few places (music only), for video is working ok.

Image
MediaBrazil forum Website - Youtube Channel
MQ9-1.6.0.29 - 09.15.2023 - Aeon MQ Skin Team
MarcosQui Website Donate and support us.
Reply
#26
(2016-12-06, 23:12)Wanilton Wrote: Work ok for me, I remove similar artists code (script extended info give me error in Krypton, work in Jarvis)...now work. Krypton I changed code a little, using skinhelper 1.0.133, have one or other trouble with ausence data in a few places (music only), for video is working ok.

Image

Thanks for the informationSmile
EDIT1:
Do you display a logo, track list and small cdart?
EDIT2:
List of songs and small CDART uses skinhelper.
Reply
#27
@JohnyBee, code is there but don´t appear. I think script is broken.

<label>$INFO[Window(Home).Property(SkinHelper.ListItem.Tracks.Formatted2)]</label>

and

<texture>$INFO[Window(Home).Property(SkinHelper.ListItem.Art.DiscArt)]</texture>

Lol, error mine, all working now...
MediaBrazil forum Website - Youtube Channel
MQ9-1.6.0.29 - 09.15.2023 - Aeon MQ Skin Team
MarcosQui Website Donate and support us.
Reply
#28
(2016-12-06, 23:48)Wanilton Wrote: @JohnyBee, code is there but don´t appear. I think script is broken.

<label>$INFO[Window(Home).Property(SkinHelper.ListItem.Tracks.Formatted)]</label>

and

<texture>$INFO[Window(Home).Property(SkinHelper.ListItem.Art.DiscArt)]</texture>

for Skinhelper ver. 1.0.133 Replace:
old
Code:
<label>$INFO[Window(Home).Property(SkinHelper.Music.TrackList)]</label>

new:
Code:
<label>$INFO[Window(Home).Property(SkinHelper.ListItem.Tracks.Formatted)]</label>
and
Code:
<texture>$INFO[Window(Home).Property(SkinHelper.Music.DiscArt)]</texture>
new:
Code:
<texture fallback="cdart_1.png" diffuse="cdart_diffuse.png" background="true">$INFO[Window(Home).Property(SkinHelper.ListItem.Art.DiscArt)]</texture>

For me it is working properly (Jarvis) Smile
EDIT:
Ooooo you know it well!Big Grin
Reply
#29
Yes, I forget the enable

Skin.SetBool(Skinhelper.EnableMusicArt)

Image
MediaBrazil forum Website - Youtube Channel
MQ9-1.6.0.29 - 09.15.2023 - Aeon MQ Skin Team
MarcosQui Website Donate and support us.
Reply
#30
(2016-12-06, 23:12)Wanilton Wrote: Work ok for me, I remove similar artists code (script extended info give me error in Krypton, work in Jarvis)...now work. Krypton I changed code a little, using skinhelper 1.0.133, have one or other trouble with ausence data in a few places (music only), for video is working ok.

Image



Yeah it works by me now how your picture.
I forget too the set bool.

But i had always a error in extended script when i open die album info, you see in the log how much error i had ....

I mean i use the extended v. 5.5.2


Edit

Lovedtracks and konzerts works by you ?
Reply

Logout Mark Read Team Forum Stats Members Help
DialogAlbumInfo for MQ71