I’m considering replacing the home screen category paths with direct library node access to support editing library nodes.
Example: before I used:
Code:
ActivateWindow(Videos,videodb://movies/titles/,Return)
But using this approach, edits to the library nodes are ignored.
I’m considering this instead:
Code:
ActivateWindow(Videos,library://video/movies/titles.xml,Return)
I can’t see any other skins using this approach (might have missed some though).
Any thoughts on this?
Performance?
Pros and cons?