Hi all,
I've been reading the unofficial Rhythmbox 2.97 Python documentation
here, but I'm a bit stumped on how to access the
output-model property of the
RB.LibraryBrowser from the shell (assuming that it's actually possible in the first place)? You might need to do this, for example, if you wanted to manually update an RB.EntryView for a source based on some selections made in the RB.LibraryBrowser of that source.
The documentation mentions a notify signal for the output-model property, but I've no idea how to connect to this either (or whether the callback comes with the query model I'm after).