Closed ghost closed 8 years ago
@Ignoble61 I can test anything you need. Just let me know what, if anything, you would like tested :smiley:
Just gave it a quick try. Everything seems to be okay and working as far as I can tell.
@mikesilvo164 - thanks for the offer. Shortcuts to everything video-library wise needs testing (playlists, nodes, addons, etc) as well as video library widgets (that is to say widgets which open the video library when clicked on, not that start to play a video) - everything else should work with the current version but, obviously, if there is anything broken...
@sualfred - thanks for testing :)
@Ignoble61 based on the initial test reports here and on the forum thread I'd say merge this and I'll put a beta version on the emby repo to have some real life testing.
Sorry for the late reply btw, as I told you before at summertime I don't spend too much time behind the pc ;-)
I will do some testing on my own too once it's merged.
I'd agree - It's had some good community testing and I've just run most of the tests I wanted to do, however backwards compatibility (Isengard/music is a potential concern) still needs to be checked but I've run out of time to test this now. I'll quickly merge the commits and then merge it :)
No need to be sorry at all, enjoy the summer!
@Ignoble61 I just had a chance to do some testing and the only thing I noticed is that MusicLibrary links in the submenu of MadNox did not change to Music but they still works so not sure if it is relevant.
Mike, the underlying data.xml files aren't updated so if a shortcut is to MusicLibrary (or VideoLibrary), they'll still show MusicLibrary/VideoLibrary in the menu editor - when the menu is built, though, the final includes.xml should have the correct window used.
Ah, I see... Wasn't sure if it was important since that is superficial and all, however I thought the extra info couldn't hurt.
All feedback is very very welcome :) (And if I find a good way of doing it, I'll fix the superficial stuff as well!)
Not sure if you even need to waste time on that. If the include file gets updated and any new shortcuts added use the proper window names going forward then as long as the default links in the skin are updated then it would probably only "bug" me that the names in the dialog aren't right. I already changed them manually before the script update :wink:
Side note: I hope the Krypton skinning changes slow down now... Getting to the point one could feel it might be easier to start a skin over from scratch. Looking forward to enjoying the media instead of updating the skin, at least for a little while, but without my hobby I'd probably get really bored :smiley:
First Krypton beta is due in a matter of days (first of next month?), so they really should be all but done with the skinning engine changes :)
Krypton has removed several window ID's that were previously deprecated that this script still accesses. This PR has two functions - to update library functions so that they return they correct window ID's after these changes (Videolibrary > Videos, MusicLibary > Music) and to update any existing shortcuts to use these window IDs (most notable in this case, widgets whose widgetTarget is 'video' get upgraded to 'videos').
For full disclosure, due to real life commitments this has largely been coded blind meaning it has had very limited testing in any real life situation. However with people beginning to notice the script is broken on the latest nightlies I've made the decision to create the PR ahead of being able to test it thoroughly myself.
@marcelveldt are you in a position to test whether this solves the window issues created by recent Krypton changes? If so, is it possible to get an updated beta on the Emby beta repo?
If not, I will test these changes thoroughly early next week and merge if everything works as expected.