fade23 Wrote:On 1.03, with Expand TV Episodes Automatically, the script is completely failing when I go to My Instant Queue. Here's the log:
Code:
12:06:34 T:6088 M:1384828928 ERROR: Error Type: exceptions.TypeError
12:06:34 T:6088 M:1384820736 ERROR: Error Contents: getMovieDataFromFeed() takes exactly 9 arguments (8 given)
12:06:34 T:6088 M:1384783872 ERROR: Traceback (most recent call last):
File "C:\Users\rglass\AppData\Roaming\XBMC\addons\plugin.video.xbmcflicks\default.py", line 26, in ?
import resources.lib.menu as menu
File "C:\Users\rglass\AppData\Roaming\XBMC\addons\plugin.video.xbmcflicks\resources\lib\menu.py", line 146, in ?
getInstantQueue()
File "C:\Users\rglass\AppData\Roaming\XBMC\addons\plugin.video.xbmcflicks\resources\lib\iqueue.py", line 606, in getInstantQueue
getUserInstantQueue(netflixClient,user)
File "C:\Users\rglass\AppData\Roaming\XBMC\addons\plugin.video.xbmcflicks\resources\lib\iqueue.py", line 421, in getUserInstantQueue
curX = getMovieDataFromFeed(curX, curQueueItemTvE, pq, yesYear, yesSummary, realpath, True, netflix)
TypeError: getMovieDataFromFeed() takes exactly 9 arguments (8 given)
12:06:34 T:7384 M:1385254912 ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.video.xbmcflicks/?mode=10
12:06:34 T:7384 M:1385254912 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.xbmcflicks/?mode=10) failed
If I turn that option off it build the queue fine. Is this meant to work such that it will list each episode out in the top level the queue? I think the ideal behavior here would be to mimic the TV Series library screens, where you get the TV Show listed in the main queue level (alongside any movies), and then when a series is selected open a new window with the list of episodes.
Good catch on that one, i'll get it fixed up as I need to clean up those calls anyway. On line 421 add a , False to the parameters.
i.e.
curX = getMovieDataFromFeed(curX, curQueueItemTvE, pq, yesYear, yesSummary, realpath, True, netflix, False)
The end idea is that when auto-expand is enabled, the tvshow item in the main menu becomes a folder, when clicked it opens up and shows the episodes for that. I haven't got the submenu's sorted yet for those.
The instant queue could also split up into movies and tv shows (i.e. when the queue is opened, it's like the library mode where it'll show movies as a folder and tvshows as a folder.) not sure on that yet.
I've got a few tricks i wanna do first with the instant queue and plot's (grabbing the rss feed of the users instant queue for the summary data as it'll be much much faster), then saving that out to a local file (either a full .nfo file, or just a .summary file, not sure yet) The .nfo would be cool as the directory could be loaded as a source into xbmc and appear in the library along side of the local media.

![[Image: teamumx_logo_small.png]](http://universalmc.sourceforge.net/images/teamumx_logo_small.png)
Search
Help