Well currently its the only feature broken for me in the nightly Frodo (mine dated Oct 30th). The bug is that although the recently added thumbs on the home page update on new items, the Recently Added file list doesn't.
There is a workaround by going to Videos / Library / Recently added episodes that seems to refresh the list and then allows the main skin link TV Shows / Recently Added to perform as it should.
Is this to be fixed / has been fixed in latter nightly or should i just hard code the skin to jump to the Videos / Library / Recently added episodes for now as a workaround ?
I assume its simply a matter of putting ActivateWindow(10025,library://video/recentlyaddedepisodes.xml/) in the includes skin
so from this
line 57: confluence/720p/IncludesHomeMenuItems.xml
to this
line 57: confluence/720p/IncludesHomeMenuItems.xml
There is a workaround by going to Videos / Library / Recently added episodes that seems to refresh the list and then allows the main skin link TV Shows / Recently Added to perform as it should.
Is this to be fixed / has been fixed in latter nightly or should i just hard code the skin to jump to the Videos / Library / Recently added episodes for now as a workaround ?
I assume its simply a matter of putting ActivateWindow(10025,library://video/recentlyaddedepisodes.xml/) in the includes skin
so from this
line 57: confluence/720p/IncludesHomeMenuItems.xml
Quote:<onclick>ActivateWindow(Videos,library://video/recentlyaddedepisodes.xml/,return)</onclick>
to this
line 57: confluence/720p/IncludesHomeMenuItems.xml
Quote:<onclick>ActivateWindow(10025, library://video/recentlyaddedepisodes.xml/,return)</onclick>