2014-04-18, 13:13
@mortstar: if you adjust the onclick action for the in progress button in the tv show submenu accordingly, I think it will do what you want:
This is what I had in mind to change already. Note that it will need some fine tuning in other areas to be complete (no thumbnail will show in list view for example, and the info provided in the views isn't optimal) but that can all be remedied fairly easily.
I really want to get rid of the custom window used for the watchlist permanently as it's just a lot of code for what can be done with more or less one line of code using the Library Data Provider add-on. Other advantages are being able to use multiple viewtypes and being able to get to the information dialog by pressing "I / Info" There's also a theoretical limit of 25 items in the custom window.
PHP Code:
<onclick>ActivateWindow(Videos,plugin://service.library.data.provider?type=recommendedepisodes&reload=$INFO[Window(10000).Property(recommendedepisodes)],return)</onclick>
This is what I had in mind to change already. Note that it will need some fine tuning in other areas to be complete (no thumbnail will show in list view for example, and the info provided in the views isn't optimal) but that can all be remedied fairly easily.
I really want to get rid of the custom window used for the watchlist permanently as it's just a lot of code for what can be done with more or less one line of code using the Library Data Provider add-on. Other advantages are being able to use multiple viewtypes and being able to get to the information dialog by pressing "I / Info" There's also a theoretical limit of 25 items in the custom window.