Re: [Rhythmbox-devel] RB2.99 playlists - how do you detect a change or deletion

2013-07-07 Thread David Mohammed
Jonathan, excellent - cheers for the advice. Changes using the shell display-page-model work great. Thanks again. David On 7 July 2013 22:38, Jonathan Matthew wrote: > On Mon, Jul 8, 2013 at 7:11 AM, David Mohammed > wrote: > > Hi, > > > > in previous versions of RB, the playlist-manager

Re: [Rhythmbox-devel] RB2.99 playlists - how do you detect a change or deletion

2013-07-07 Thread Jonathan Matthew
On Mon, Jul 8, 2013 at 7:11 AM, David Mohammed wrote: > Hi, > > in previous versions of RB, the playlist-manager had a display_page_model > property which I could connect to with signals to monitor, add, change and > deletion events It was removed because the playlist manager didn't need it any

[Rhythmbox-devel] RB2.99 playlists - how do you detect a change or deletion

2013-07-07 Thread David Mohammed
Hi, in previous versions of RB, the playlist-manager had a display_page_model property which I could connect to with signals to monitor, add, change and deletion events from the current documentation: - https://developer.gnome.org/rhythmbox/unstable/RBPlaylistManager.html There appears only t