Results 1 to 6 of 6

Thread: Refresh Library?

  1. #1
    Join Date
    Jul 2003
    Posts
    21

    Default Refresh Library?

    It would appear from my testing that NetRemote caches each node of the library after the first time it is retrieved. Is there any way for a Media Bridge plug-in to inform NetRemote that there is new data available in the library?

    I need something like this because the method I'm currently using to retrieve media data is slow. I'm loading the library data asynchronously trying to make the media files show up in the library as I retrieve them from the source. I would think the ability to do updates would also be useful for times when new files are added to the library.

  2. #2
    Join Date
    May 2004
    Location
    Cardigan, UK
    Posts
    9,278

    Default

    NetRemote doesn't cache anything except sort of the data for the current page.

    Is your plugin a caching one?
    --Rob

  3. #3
    Join Date
    Jul 2003
    Posts
    21

    Default

    Quote Originally Posted by Rob H View Post
    NetRemote doesn't cache anything except sort of the data for the current page.

    Is your plugin a caching one?
    My plug-in isn't caching (doesn't inherit from CachingPlugInstance). When I collapse a node in the Library and re-open it my plug-in's GetLibrary method doesn't seem to be called again. That is what I meant by NR caching. Is there any way to let NR know that it should call GetLibrary again because library data has been updated?

  4. #4
    Join Date
    May 2004
    Location
    Cardigan, UK
    Posts
    9,278

    Default

    Ah, I'd forgetten about the tree view - you know I don't think I've ever used it. I'll take a look and get back to you on that.
    --Rob

  5. #5
    Join Date
    Jul 2003
    Posts
    21

    Default

    Hey Rob,

    Just wanted to check in and see if there is any word on this.

    Thanks.

  6. #6
    Join Date
    May 2004
    Location
    Cardigan, UK
    Posts
    9,278

    Default

    It's still on my list.
    --Rob

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •