Kodi Community Forum
Custom playlists - 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: Aeon Nox: Silvo (https://forum.kodi.tv/forumdisplay.php?fid=142)
+---- Thread: Custom playlists (/showthread.php?tid=152113)



Custom playlists - michelskovbo - 2013-01-14

Hello

I've had some errors trying to use playlists in main menu and in sub menu under movies. I got the error script.playlists error.
So i've tried to delete the XBMC completely and started with a fresh and clean install.

So now i've made som smart playlist in XBMC, but when i will choose Video Playlist in the settings, all I got is two options; None (Clear the current settings) and Video Library Node. Not one of my three smart playlists is listed.
That goes for both main menu items (Custom 1, 2, 3 ...) and the custom menu subfolder.

Do i miss any add-on or something like that? Now there is no error, but my smart playlists is'nt showing up.

Hope one of you maybe got the answer i'm looking for.

Using Aeon Nox 4 and XBMC 12.0 RC3 on Windows.


RE: Custom playlists - phil65 - 2013-01-14

do you have your playlists saved in default xbmc playlist folder?
debug log could also help.


RE: Custom playlists - Eisi2005 - 2013-01-15

did you install script.playlists from here http://mirrors.xbmc.org/addons/frodo/ ?



RE: Custom playlists - michelskovbo - 2013-01-15

My playlists are saved in the deafult playlist folder.
Yes, the script is installed.

Today the script.playlists error is popping up agian, when trying to use custom menu for a video playlist.

The dubug log is to long to post here.

EDIT:
15:59:09 T:528 DEBUG: XBPyThread:Tonguerocess - Entering source directory C:\Users\HTPC-Klient\AppData\Roaming\XBMC\addons\script.playlists
15:59:09 T:528 DEBUG: Instantiating addon using automatically obtained id of "script.playlists" dependent on version 2.1.0 of the xbmc.python api
15:59:09 T:528 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.ImportError'>
Error Contents: No module named elementtree
Traceback (most recent call last):
File "C:\Users\HTPC-Klient\AppData\Roaming\XBMC\addons\script.playlists\default.py", line 3, in <module>
from elementtree import ElementTree as xmltree
ImportError: No module named elementtree
-->End of Python script error report<--
15:59:09 T:528 INFO: Python script stopped
15:59:09 T:528 DEBUG: Thread XBPyThread 528 terminating
15:59:09 T:2276 DEBUG: waiting for python thread 5 (C:\Users\HTPC-Klient\AppData\Roaming\XBMC\addons\script.playlists\default.py) to stop
15:59:09 T:2276 DEBUG: python thread 5 (C:\Users\HTPC-Klient\AppData\Roaming\XBMC\addons\script.playlists\default.py) destructed


RE: Custom playlists - phil65 - 2013-01-15

(2013-01-15, 17:13)michelskovbo Wrote: My playlists are saved in the deafult playlist folder.
Yes, the script is installed.

Today the script.playlists error is popping up agian, when trying to use custom menu for a video playlist.

The dubug log is to long to post here.

EDIT:
15:59:09 T:528 DEBUG: XBPyThread:Tonguerocess - Entering source directory C:\Users\HTPC-Klient\AppData\Roaming\XBMC\addons\script.playlists
15:59:09 T:528 DEBUG: Instantiating addon using automatically obtained id of "script.playlists" dependent on version 2.1.0 of the xbmc.python api
15:59:09 T:528 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.ImportError'>
Error Contents: No module named elementtree
Traceback (most recent call last):
File "C:\Users\HTPC-Klient\AppData\Roaming\XBMC\addons\script.playlists\default.py", line 3, in <module>
from elementtree import ElementTree as xmltree
ImportError: No module named elementtree
-->End of Python script error report<--
15:59:09 T:528 INFO: Python script stopped
15:59:09 T:528 DEBUG: Thread XBPyThread 528 terminating
15:59:09 T:2276 DEBUG: waiting for python thread 5 (C:\Users\HTPC-Klient\AppData\Roaming\XBMC\addons\script.playlists\default.py) to stop
15:59:09 T:2276 DEBUG: python thread 5 (C:\Users\HTPC-Klient\AppData\Roaming\XBMC\addons\script.playlists\default.py) destructed

you probably installed some stuff manually by extracting. that way not all dependencies (in this case the elementtree module) get installed.


RE: Custom playlists - michelskovbo - 2013-01-15

I installed this one (only for the Live BD case background) https://github.com/mikebzh44/Aeon-Nox

And when i installed this one, the playlist didnt work.

Then i installed this: http://mirrors.xbmc.org/addons/frodo/script.playlists/ manually into addon directory of xbmc.

Then the error came.

Can it be mikebzh44's git that is corrupt some how?

EDIT: Just tried https://github.com/BigNoid/Aeon-Nox and erased all the old files in skin.aeon.nox. The problem is still there.


RE: Custom playlists - phil65 - 2013-01-15

(2013-01-15, 17:39)michelskovbo Wrote: I installed this one (only for the Live BD case background) https://github.com/mikebzh44/Aeon-Nox

And when i installed this one, the playlist didnt work.

Then i installed this: http://mirrors.xbmc.org/addons/frodo/script.playlists/ manually into addon directory of xbmc.

Then the error came.

Can it be mikebzh44's git that is corrupt some how?

EDIT: Just tried https://github.com/BigNoid/Aeon-Nox and erased all the old files in skin.aeon.nox. The problem is still there.

you do not have script.module.elementtree installed. nothing to do with nox/mikes zip.


RE: Custom playlists - michelskovbo - 2013-01-15

I see - this is now installed, and the thing is working again.
Mark as solved.

Thanks so much phil.


RE: Custom playlists - ssglemieux - 2013-01-18

i have a question on the live DVD background.

i am using Aeon Nox 4 and XBMC 12.0 RC3 on Windows

i have my Playlists working ok. How do i get the Live DVD Cases to only draw from the Playlist that i am using and not the General Movie file? any Help Please, Thank You