• 1
  • 5
  • 6
  • 7(current)
  • 8
  • 9
  • 163
[RELEASE] Aeon Nox 4.0 (FRODO) only
#91
(2013-01-06, 22:55)phil65 Wrote:
(2013-01-06, 22:00)Vaikin Wrote: Hmm, can't seem to get Next Aired widget to display anything. On the customizer screen they show up just fine, but on the main menu it's just blank. Ideas?

bug. fixed in GIT.

Any idea on the randomlastitem script failing?
Image

If my replies help you, please click on my reputation Image below :) thanks :)
Reply
#92
Solar flares
Read/follow the forum rules.
For troubleshooting and bug reporting, read this first
Interested in seeing some YouTube videos about Kodi? Go here and subscribe
Reply
#93
Can someone please take a look and let me know what can i change/delete or how to fix my randomandlast script error,
It only happen after i added a second "Random Movie" item (my second movies folder) to the smart playlist.

PHP Code:
22:51:02 T:9460  NOTICE: -->Python Interpreter Initialized<--
22:51:02 T:9464  NOTICE: -->Python Interpreter Initialized<--
22:51:02 T:9468  NOTICE: -->Python Interpreter Initialized<--
22:51:02 T:9472  NOTICE: -->Python Interpreter Initialized<--
22:51:02 T:9476  NOTICE: -->Python Interpreter Initialized<--
22:51:02 T:9480  NOTICE: -->Python Interpreter Initialized<--
22:51:03 T:9484  NOTICE: -->Python Interpreter Initialized<--
22:51:03 T:9488  NOTICE: -->Python Interpreter Initialized<--
22:51:03 T:9492  NOTICE: -->Python Interpreter Initialized<--
22:51:03 T:9496  NOTICE: -->Python Interpreter Initialized<--
22:51:03 T:9500  NOTICE: -->Python Interpreter Initialized<--
22:51:03 T:9504  NOTICE: -->Python Interpreter Initialized<--
22:51:11 T:9524  NOTICEThread CFileCache startauto deletefalse
22
:51:17 T:9500  NOTICEPrevious line repeats 2 times.
22:51:17 T:9500   ERROREXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - 
NOTEIGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            
Error Type: <type 'exceptions.NameError'>
                                            
Error Contents: global name 'urllib' is not defined
                                            Traceback 
(most recent call last):
                                              
File "C:\Users\user\AppData\Roaming\XBMC\addons\script.randomandlastitems\randomandlastitems.py"line 682in <module>
                                                
_getMovies()
                                              
File "C:\Users\user\AppData\Roaming\XBMC\addons\script.randomandlastitems\randomandlastitems.py"line 155in _getMovies
                                                path 
media_path(_movie['file'])
                                              
File "C:\Users\user\AppData\Roaming\XBMC\addons\script.randomandlastitems\randomandlastitems.py"line 666in media_path
                                                path 
= [os.path.split(urllib.url2pathname(path.replace("rar://","")))[0]]
                                            
NameError: global name 'urllib' is not defined
                                            
-->End of Python script error report<--
22:51:19 T:9496   ERRORPrevious line repeats 2 times.
22:51:19 T:9496   ERROREXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - 
NOTEIGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            
Error Type: <type 'exceptions.NameError'>
                                            
Error Contents: global name 'urllib' is not defined
                                            Traceback 
(most recent call last):
                                              
File "C:\Users\user\AppData\Roaming\XBMC\addons\script.randomandlastitems\randomandlastitems.py"line 687in <module>
                                                
_getEpisodesFromPlaylist()
                                              
File "C:\Users\user\AppData\Roaming\XBMC\addons\script.randomandlastitems\randomandlastitems.py"line 271in _getEpisodesFromPlaylist
                                                _setEpisodeProperties 
_episode_count )
                                              
File "C:\Users\user\AppData\Roaming\XBMC\addons\script.randomandlastitems\randomandlastitems.py"line 487in _setEpisodeProperties
                                                path 
media_path(_episode['file'])
                                              
File "C:\Users\user\AppData\Roaming\XBMC\addons\script.randomandlastitems\randomandlastitems.py"line 666in media_path
                                                path 
= [os.path.split(urllib.url2pathname(path.replace("rar://","")))[0]]
                                            
NameError: global name 'urllib' is not defined
                                            
-->End of Python script error report<--
22:51:20 T:9476   ERROREXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - 
NOTEIGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            
Error Type: <type 'exceptions.NameError'>
                                            
Error Contents: global name 'urllib' is not defined
                                            Traceback 
(most recent call last):
                                              
File "C:\Users\user\AppData\Roaming\XBMC\addons\script.randomandlastitems\randomandlastitems.py"line 682in <module>
                                                
_getMovies()
                                              
File "C:\Users\user\AppData\Roaming\XBMC\addons\script.randomandlastitems\randomandlastitems.py"line 155in _getMovies
                                                path 
media_path(_movie['file'])
                                              
File "C:\Users\user\AppData\Roaming\XBMC\addons\script.randomandlastitems\randomandlastitems.py"line 666in media_path
                                                path 
= [os.path.split(urllib.url2pathname(path.replace("rar://","")))[0]]
                                            
NameError: global name 'urllib' is not defined
                                            
-->End of Python script error report<-- 
[/code]
Reply
#94
(2013-01-06, 23:10)pacooka Wrote: Can someone please take a look and let me know what can i change/delete or how to fix my randomandlast script error,
It only happen after i added a second "Random Movie" item (my second movies folder) to the smart playlist.

PHP Code:
22:51:02 T:9460  NOTICE: -->Python Interpreter Initialized<--
22:51:02 T:9464  NOTICE: -->Python Interpreter Initialized<--
22:51:02 T:9468  NOTICE: -->Python Interpreter Initialized<--
22:51:02 T:9472  NOTICE: -->Python Interpreter Initialized<--
22:51:02 T:9476  NOTICE: -->Python Interpreter Initialized<--
22:51:02 T:9480  NOTICE: -->Python Interpreter Initialized<--
22:51:03 T:9484  NOTICE: -->Python Interpreter Initialized<--
22:51:03 T:9488  NOTICE: -->Python Interpreter Initialized<--
22:51:03 T:9492  NOTICE: -->Python Interpreter Initialized<--
22:51:03 T:9496  NOTICE: -->Python Interpreter Initialized<--
22:51:03 T:9500  NOTICE: -->Python Interpreter Initialized<--
22:51:03 T:9504  NOTICE: -->Python Interpreter Initialized<--
22:51:11 T:9524  NOTICEThread CFileCache startauto deletefalse
22
:51:17 T:9500  NOTICEPrevious line repeats 2 times.
22:51:17 T:9500   ERROREXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - 
NOTEIGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            
Error Type: <type 'exceptions.NameError'>
                                            
Error Contents: global name 'urllib' is not defined
                                            Traceback 
(most recent call last):
                                              
File "C:\Users\user\AppData\Roaming\XBMC\addons\script.randomandlastitems\randomandlastitems.py"line 682in <module>
                                                
_getMovies()
                                              
File "C:\Users\user\AppData\Roaming\XBMC\addons\script.randomandlastitems\randomandlastitems.py"line 155in _getMovies
                                                path 
media_path(_movie['file'])
                                              
File "C:\Users\user\AppData\Roaming\XBMC\addons\script.randomandlastitems\randomandlastitems.py"line 666in media_path
                                                path 
= [os.path.split(urllib.url2pathname(path.replace("rar://","")))[0]]
                                            
NameError: global name 'urllib' is not defined
                                            
-->End of Python script error report<--
22:51:19 T:9496   ERRORPrevious line repeats 2 times.
22:51:19 T:9496   ERROREXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - 
NOTEIGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            
Error Type: <type 'exceptions.NameError'>
                                            
Error Contents: global name 'urllib' is not defined
                                            Traceback 
(most recent call last):
                                              
File "C:\Users\user\AppData\Roaming\XBMC\addons\script.randomandlastitems\randomandlastitems.py"line 687in <module>
                                                
_getEpisodesFromPlaylist()
                                              
File "C:\Users\user\AppData\Roaming\XBMC\addons\script.randomandlastitems\randomandlastitems.py"line 271in _getEpisodesFromPlaylist
                                                _setEpisodeProperties 
_episode_count )
                                              
File "C:\Users\user\AppData\Roaming\XBMC\addons\script.randomandlastitems\randomandlastitems.py"line 487in _setEpisodeProperties
                                                path 
media_path(_episode['file'])
                                              
File "C:\Users\user\AppData\Roaming\XBMC\addons\script.randomandlastitems\randomandlastitems.py"line 666in media_path
                                                path 
= [os.path.split(urllib.url2pathname(path.replace("rar://","")))[0]]
                                            
NameError: global name 'urllib' is not defined
                                            
-->End of Python script error report<--
22:51:20 T:9476   ERROREXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - 
NOTEIGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            
Error Type: <type 'exceptions.NameError'>
                                            
Error Contents: global name 'urllib' is not defined
                                            Traceback 
(most recent call last):
                                              
File "C:\Users\user\AppData\Roaming\XBMC\addons\script.randomandlastitems\randomandlastitems.py"line 682in <module>
                                                
_getMovies()
                                              
File "C:\Users\user\AppData\Roaming\XBMC\addons\script.randomandlastitems\randomandlastitems.py"line 155in _getMovies
                                                path 
media_path(_movie['file'])
                                              
File "C:\Users\user\AppData\Roaming\XBMC\addons\script.randomandlastitems\randomandlastitems.py"line 666in media_path
                                                path 
= [os.path.split(urllib.url2pathname(path.replace("rar://","")))[0]]
                                            
NameError: global name 'urllib' is not defined
                                            
-->End of Python script error report<-- 
[/code]
will be fixed with next script update. have patience.
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
#95
(2013-01-06, 17:43)phil65 Wrote:
(2013-01-06, 17:28)peppe_sr Wrote: i have question: are widgets and live backgrounds related to the whole library and not as in nox 3.6 usable with each playlist (ex. widget show last movies add to hd playlist), or i'm not able to use? peppe

add the playlists you want to use to the smart playlist manager, then you´ll get the widget options.

sorry phil but i don't understand......
i add an image, my old playlist (on eden) was the same without the therd line that i add now as you said in your replay.
Image

i add "miei video" as video playlist to a custom voice of the home menu but the widged are refered to all my movies not only the movies of the playlist
where is the error?
thank you
Reply
#96
(2013-01-06, 23:04)Martijn Wrote: Solar flares

WHERE!!! WHERE!!!
(2013-01-06, 23:14)phil65 Wrote:
(2013-01-06, 23:10)pacooka Wrote: Can someone please take a look and let me know what can i change/delete or how to fix my randomandlast script error,
It only happen after i added a second "Random Movie" item (my second movies folder) to the smart playlist.

PHP Code:
22:51:02 T:9460  NOTICE: -->Python Interpreter Initialized<--
22:51:02 T:9464  NOTICE: -->Python Interpreter Initialized<--
22:51:02 T:9468  NOTICE: -->Python Interpreter Initialized<--
22:51:02 T:9472  NOTICE: -->Python Interpreter Initialized<--
22:51:02 T:9476  NOTICE: -->Python Interpreter Initialized<--
22:51:02 T:9480  NOTICE: -->Python Interpreter Initialized<--
22:51:03 T:9484  NOTICE: -->Python Interpreter Initialized<--
22:51:03 T:9488  NOTICE: -->Python Interpreter Initialized<--
22:51:03 T:9492  NOTICE: -->Python Interpreter Initialized<--
22:51:03 T:9496  NOTICE: -->Python Interpreter Initialized<--
22:51:03 T:9500  NOTICE: -->Python Interpreter Initialized<--
22:51:03 T:9504  NOTICE: -->Python Interpreter Initialized<--
22:51:11 T:9524  NOTICEThread CFileCache startauto deletefalse
22
:51:17 T:9500  NOTICEPrevious line repeats 2 times.
22:51:17 T:9500   ERROREXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - 
NOTEIGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            
Error Type: <type 'exceptions.NameError'>
                                            
Error Contents: global name 'urllib' is not defined
                                            Traceback 
(most recent call last):
                                              
File "C:\Users\user\AppData\Roaming\XBMC\addons\script.randomandlastitems\randomandlastitems.py"line 682in <module>
                                                
_getMovies()
                                              
File "C:\Users\user\AppData\Roaming\XBMC\addons\script.randomandlastitems\randomandlastitems.py"line 155in _getMovies
                                                path 
media_path(_movie['file'])
                                              
File "C:\Users\user\AppData\Roaming\XBMC\addons\script.randomandlastitems\randomandlastitems.py"line 666in media_path
                                                path 
= [os.path.split(urllib.url2pathname(path.replace("rar://","")))[0]]
                                            
NameError: global name 'urllib' is not defined
                                            
-->End of Python script error report<--
22:51:19 T:9496   ERRORPrevious line repeats 2 times.
22:51:19 T:9496   ERROREXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - 
NOTEIGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            
Error Type: <type 'exceptions.NameError'>
                                            
Error Contents: global name 'urllib' is not defined
                                            Traceback 
(most recent call last):
                                              
File "C:\Users\user\AppData\Roaming\XBMC\addons\script.randomandlastitems\randomandlastitems.py"line 687in <module>
                                                
_getEpisodesFromPlaylist()
                                              
File "C:\Users\user\AppData\Roaming\XBMC\addons\script.randomandlastitems\randomandlastitems.py"line 271in _getEpisodesFromPlaylist
                                                _setEpisodeProperties 
_episode_count )
                                              
File "C:\Users\user\AppData\Roaming\XBMC\addons\script.randomandlastitems\randomandlastitems.py"line 487in _setEpisodeProperties
                                                path 
media_path(_episode['file'])
                                              
File "C:\Users\user\AppData\Roaming\XBMC\addons\script.randomandlastitems\randomandlastitems.py"line 666in media_path
                                                path 
= [os.path.split(urllib.url2pathname(path.replace("rar://","")))[0]]
                                            
NameError: global name 'urllib' is not defined
                                            
-->End of Python script error report<--
22:51:20 T:9476   ERROREXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - 
NOTEIGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            
Error Type: <type 'exceptions.NameError'>
                                            
Error Contents: global name 'urllib' is not defined
                                            Traceback 
(most recent call last):
                                              
File "C:\Users\user\AppData\Roaming\XBMC\addons\script.randomandlastitems\randomandlastitems.py"line 682in <module>
                                                
_getMovies()
                                              
File "C:\Users\user\AppData\Roaming\XBMC\addons\script.randomandlastitems\randomandlastitems.py"line 155in _getMovies
                                                path 
media_path(_movie['file'])
                                              
File "C:\Users\user\AppData\Roaming\XBMC\addons\script.randomandlastitems\randomandlastitems.py"line 666in media_path
                                                path 
= [os.path.split(urllib.url2pathname(path.replace("rar://","")))[0]]
                                            
NameError: global name 'urllib' is not defined
                                            
-->End of Python script error report<-- 
[/code]
will be fixed with next script update. have patience.
Thanks, cant wait to get it back Smile
Image

If my replies help you, please click on my reputation Image below :) thanks :)
Reply
#97
(2013-01-06, 23:17)peppe_sr Wrote:
(2013-01-06, 17:43)phil65 Wrote:
(2013-01-06, 17:28)peppe_sr Wrote: i have question: are widgets and live backgrounds related to the whole library and not as in nox 3.6 usable with each playlist (ex. widget show last movies add to hd playlist), or i'm not able to use? peppe

add the playlists you want to use to the smart playlist manager, then you´ll get the widget options.

sorry phil but i don't understand......
i add an image, my old playlist (on eden) was the same without the therd line that i add now as you said in your replay.
Image

i add "miei video" as video playlist to a custom voice of the home menu but the widged are refered to all my movies not only the movies of the playlist
where is the error?
thank you

again: add the playlists you want to use to the smart playlist manager (press up in main menu customizer to get there) , then you´ll get the widget options.
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
#98
(2013-01-06, 23:14)phil65 Wrote:
(2013-01-06, 23:10)pacooka Wrote: Can someone please take a look and let me know what can i change/delete or how to fix my randomandlast script error,
It only happen after i added a second "Random Movie" item (my second movies folder) to the smart playlist.

...
will be fixed with next script update. have patience.

Thank you phil65 for your quick response :-)
Pacooka

Reply
#99
(2013-01-06, 22:19)saitoh183 Wrote: still getting
Code:
15:10:00 T:316   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.KeyError'>
                                            Error Contents: ('dateadded',)
                                            Traceback (most recent call last):
                                              File "C:\Users\htpc\AppData\Roaming\XBMC\addons\script.randomandlastitems\randomandlastitems.py", line 687, in <module>
                                                _getEpisodesFromPlaylist()
                                              File "C:\Users\htpc\AppData\Roaming\XBMC\addons\script.randomandlastitems\randomandlastitems.py", line 257, in _getEpisodesFromPlaylist
                                                _result = sorted(_result, key=itemgetter('dateadded'), reverse=True)
                                            KeyError: ('dateadded',)
                                            -->End of Python script error report<--
15:10:01 T:316    INFO: Python script stopped
15:10:01 T:316   DEBUG: Thread XBPyThread 316 terminating
15:10:01 T:2536   DEBUG: waiting for python thread 19 (C:\Users\htpc\AppData\Roaming\XBMC\addons\script.randomandlastitems\randomandlastitems.py) to stop
15:10:01 T:2536   DEBUG: python thread 19 (C:\Users\htpc\AppData\Roaming\XBMC\addons\script.randomandlastitems\randomandlastitems.py) destructed

It showed up right after i went into Smartlist manager and added Latest episode for my newly created Tvshow smartplaylist. Also got nothing showing up for Next Aired widget (same situation as Vaikin above). This is a fresh install of RC3, Nox from repo.

I had this problem too, I fixed it by changing my smart playlist from TV Show to Episode.
Reply
(2013-01-07, 00:18)bryanbrazil Wrote: I had this problem too, I fixed it by changing my smart playlist from TV Show to Episode.

humm..will try it out. Never thought of using Episode
Image

If my replies help you, please click on my reputation Image below :) thanks :)
Reply
Congratz on the new release guys - This is absolutely the best skin out there, by far ...loving it Big Grin

But I noticed something weird with the Icelandic translations in the new Nox, and I'm wondering if you guys could help me figure out what might be wrong?
I noticed this yesterday as I was checking the translations out.
The thing is, some of the items on the Main Home bar don't translate (they stay english/unchanged). They are:

Programs, Custom, Movies, TV Shows, Live TV, Search, Favourites, Weather, Pictures and TV Guide

The funny thing is that "Shutdown, System, Music, Music Videos" all translate fine. It's only those I'm listing here above that aren't behaving normally. Also, all other instances of those words (e.g. in the topbar) appear just fine - this just seems to happen on the main Home menu bar.

Now, using my stupendously limited programming skills, I've taken a look at the appropriate "language/strings.po" file. After careful skimming it seems that the file is just fine, there are no words missing, the translations are there.

So I'm at a loss - I reallize that probably none of you are Icelandic speaking, but hopefully one of you guys know what's going on or can help me look in the right places.

thanks
- M
Reply
(2013-01-07, 00:55)Mbee Wrote: Congratz on the new release guys - This is absolutely the best skin out there, by far ...loving it Big Grin

But I noticed something weird with the Icelandic translations in the new Nox, and I'm wondering if you guys could help me figure out what might be wrong?
I noticed this yesterday as I was checking the translations out.
The thing is, some of the items on the Main Home bar don't translate (they stay english/unchanged). They are:

Programs, Custom, Movies, TV Shows, Live TV, Search, Favourites, Weather, Pictures and TV Guide

The funny thing is that "Shutdown, System, Music, Music Videos" all translate fine. It's only those I'm listing here above that aren't behaving normally. Also, all other instances of those words (e.g. in the topbar) appear just fine - this just seems to happen on the main Home menu bar.

Now, using my stupendously limited programming skills, I've taken a look at the appropriate "language/strings.po" file. After careful skimming it seems that the file is just fine, there are no words missing, the translations are there.

So I'm at a loss - I reallize that probably none of you are Icelandic speaking, but hopefully one of you guys know what's going on or can help me look in the right places.

thanks
- M

we also use labels from xbmc core application. you can help translating here:
https://www.transifex.com/projects/p/XBMC-Main-Frodo/
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
(2013-01-07, 00:18)bryanbrazil Wrote:
(2013-01-06, 22:19)saitoh183 Wrote: still getting
Code:
15:10:00 T:316   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.KeyError'>
                                            Error Contents: ('dateadded',)
                                            Traceback (most recent call last):
                                              File "C:\Users\htpc\AppData\Roaming\XBMC\addons\script.randomandlastitems\randomandlastitems.py", line 687, in <module>
                                                _getEpisodesFromPlaylist()
                                              File "C:\Users\htpc\AppData\Roaming\XBMC\addons\script.randomandlastitems\randomandlastitems.py", line 257, in _getEpisodesFromPlaylist
                                                _result = sorted(_result, key=itemgetter('dateadded'), reverse=True)
                                            KeyError: ('dateadded',)
                                            -->End of Python script error report<--
15:10:01 T:316    INFO: Python script stopped
15:10:01 T:316   DEBUG: Thread XBPyThread 316 terminating
15:10:01 T:2536   DEBUG: waiting for python thread 19 (C:\Users\htpc\AppData\Roaming\XBMC\addons\script.randomandlastitems\randomandlastitems.py) to stop
15:10:01 T:2536   DEBUG: python thread 19 (C:\Users\htpc\AppData\Roaming\XBMC\addons\script.randomandlastitems\randomandlastitems.py) destructed

It showed up right after i went into Smartlist manager and added Latest episode for my newly created Tvshow smartplaylist. Also got nothing showing up for Next Aired widget (same situation as Vaikin above). This is a fresh install of RC3, Nox from repo.

I had this problem too, I fixed it by changing my smart playlist from TV Show to Episode.

Brilliant Big Grin
Bit of a cludge fix as I have to create two playlists for everything but it will do till its properly fixed.
Reply
(2013-01-06, 23:21)phil65 Wrote:
(2013-01-06, 23:17)peppe_sr Wrote:
(2013-01-06, 17:43)phil65 Wrote: add the playlists you want to use to the smart playlist manager, then you´ll get the widget options.

sorry phil but i don't understand......
i add an image, my old playlist (on eden) was the same without the therd line that i add now as you said in your replay.
Image

i add "miei video" as video playlist to a custom voice of the home menu but the widged are refered to all my movies not only the movies of the playlist
where is the error?
thank you

again: add the playlists you want to use to the smart playlist manager (press up in main menu customizer to get there) , then you´ll get the widget options.

FAQ thread has been updated with instructions for this.
Reply
(2013-01-06, 14:36)phil65 Wrote:
(2013-01-06, 11:45)st graveyard Wrote: Love love love the skin!!! thanks. And now my widgets work ;-) awesome.

I will be posting my remarks soon (just a few).

One thing I did already notice ... In the homescreen, some of my custom backgrounds don't fill up the whole screen anymore (while in the tv or movie section, that same picture (fanart) does) ...
then those images aren´t 16:9.


I also have this problem, i have a huge map with images, and first it fitted the whole screen and now i get black bars. Why is that changed?
Reply
  • 1
  • 5
  • 6
  • 7(current)
  • 8
  • 9
  • 163

Logout Mark Read Team Forum Stats Members Help
[RELEASE] Aeon Nox 4.0 (FRODO) only14