• 1
  • 34
  • 35
  • 36(current)
  • 37
  • 38
  • 53
[RELEASE] Random and last items smartplaylist script for Skins
See "EDIT2"

Greetings

-------------

EDIT:(23:53LT)

So what's The Chorus here?

/EDITEND.
Reply
Yes, everyone of us is waiting for an answer Smile

If you see the date of my post ... I'm just waiting ...
Reply
Empty
Reply
It would be Kind to get a Answer

(Seems the Problem is knewn)

(Would see here different Replies:
1. I can reproduce the Problem, please be patient while we try to (figure it out, and) fix the Issue, i will do a Post as Soon as it is fixed.
2. Please upload the Log i will have a Look at it and Post back. (It should work the way you try it.)
3. You do something completely Wrong, you have to..
4. This function will not jet Work in Gotham cause.. (we are working on it..)
5. I just wait and see if The Problem fixes itself. ;-) (funny)
6. Shut up and stop Skinning, i don’t care on your Problem, or the problem of someone else with the script! ;-) )

Just to knew the Problem is known and reproduced, and there is an attempt to fix it, would be a benefit.

Sorry for telling it straight, but i feel left out alone if there comes no Answer (And it seems the Problem is known.)

Thanks in Advanced

Just like to Point out that i realy LIKE! the Script!
And theres a big need for it.

so thanks again!
Reply
Could Please someone confirm that this Skript will work in Gotham.

Thanks.
Reply
@Rantanplan-1, yes work fine using skin aeon MQ 5, for fix script for use in gotham

Open file randonandlastitems.py

go to line 104 and replace code with
Code:
PLAYLIST = "videodb://movies/titles/"

go to line 501 and replace code with
Code:
PLAYLIST = "musicdb://songs/"

go to line 685 and replace code with
Code:
path = 'musicdb://albums/' + str(_album.get('albumid')) + '/'

If necessary look skin MQ5 code, for test, but it´s fine here.

This change in addon code is necessary, look wiki for see about:

http://wiki.xbmc.org/?title=Opening_Windows_and_Dialogs

Or wait official fix.
MediaBrazil forum Website - Youtube Channel
MQ9-1.6.0.29 - 09.15.2023 - Aeon MQ Skin Team
MarcosQui Website Donate and support us.
Reply
AeonMQ doesn't seem to use predifined playlists coming in the skin folder under playlists.
I just downloaded mq5 so i'm sure i'm using the same script, but it still doesn't work.
The playlists opens just fine but no widgets are showing!
If you set a custom playlist it works, but in my or rantanplan's case, no chance.
Reply
@Wanilton

Cool!
Thanks!
Happy to hear theres a intend to fix the issue for Gotham!, and its someone(/some people) working on it.

(Didn't change the python thil now)

Thanks so far..
Reply
I have two smartplaylists - 2D Movies.xsp and 3D Movies.xsp which I have added as menu in the home window of Aeon Nox skin. The latest movies widget was working fine on a Gotham build (compiled from github source) as on 12/November. Debug Log - http://xbmclogs.com/show.php?id=86073

Today I updated xbmc, but the widget now shows latest movies from all movies in both 2D and 3D movie menu. Log - http://xbmclogs.com/show.php?id=86092

Switched back to the old version, but the script failed. Renamed the playlists to remove the space and it worked. Any suggestions to use the script in the new versions?
Reply
So using space in XSP files is broken in Gotham with latest build ?

I will have a look on this issue this week.
Sorry for my english, but, you know, I'm French so ...

Main HTPC : Odroid-C2 running CoreELEC with Titan Bingie
Secondary HTPC : Freebox Mini 4K running Android TV with Titan Bingie
Reply
I cannot reproduce this issue.

I have rename my XSP files :

Parents Movies.xsp
Kids Movies.xsp

And change tag name in XML files :

Code:
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<smartplaylist type="movies">
    <name>Parents Movies</name>
    <match>all</match>
    <rule field="path" operator="contains">
        <value>Parents</value>
    </rule>
</smartplaylist>

Code:
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<smartplaylist type="movies">
    <name>Kidss Movies</name>
    <match>all</match>
    <rule field="path" operator="contains">
        <value>Kids</value>
    </rule>
</smartplaylist>

No bug with Gotham 13.0-ALPHA9 Git:20131015-42c54d1 and latest build 13.0-ALPHA10 Git:20131117-7f212b9
Sorry for my english, but, you know, I'm French so ...

Main HTPC : Odroid-C2 running CoreELEC with Titan Bingie
Secondary HTPC : Freebox Mini 4K running Android TV with Titan Bingie
Reply
Hi Mike, any chance to take a look at this:

Post #505
http://forum.xbmc.org/showthread.php?tid...pid1508162

Thanx
Reply
Yes, will have a look but, from what I understand from Martijn post, it should work so may be the issue come from Gotham, not from the skin.

Will do some tests and ask to Montelesse if it's a JSON RPC issue.
Sorry for my english, but, you know, I'm French so ...

Main HTPC : Odroid-C2 running CoreELEC with Titan Bingie
Secondary HTPC : Freebox Mini 4K running Android TV with Titan Bingie
Reply
Just an update - there is no error now with the latest build, except that the last added 2d movie is not displayed on the widget, even though the smartplaylist shows this movie. I will try to add new movies and see if the problem exists.
Reply
(2013-11-19, 00:23)mikebzh44 Wrote: Yes, will have a look but, from what I understand from Martijn post, it should work so may be the issue come from Gotham, not from the skin.

Will do some tests and ask to Montelesse if it's a JSON RPC issue.

Thanx mate.
Reply
  • 1
  • 34
  • 35
  • 36(current)
  • 37
  • 38
  • 53

Logout Mark Read Team Forum Stats Members Help
[RELEASE] Random and last items smartplaylist script for Skins1