Search the Community
Showing results for tags 'Added'.
-
HI All, I'm not sure that this is possible but I've noticed that 3rd party clients can notify Emby of new TV Episodes or Movies that need to be added to the library. This allows for the individual item to be scanned rather than a whole library refresh. This can be seen in the Sonarr application public void Update(MediaBrowserSettings settings, int tvdbId) { var path = string.Format("/Library/Series/Updated?tvdbid={0}", tvdbId); var request = BuildRequest(path, settings); ProcessRequest(request, settings); } I would like for the same to be available for music albums. Ideally having a Musicbrainz Release ID passed to the endpoint that will then only require the Album to be indexed rather than a full library update. This is currently how the beets accomplishes it: # Trigger the Update. url = api_url(host, port, '/Library/Refresh') r = requests.post(url, headers=headers) if r.status_code != 204: self._log.warning(u'Update could not be triggered') else: self._log.info(u'Update triggered.') If this is not possible, then no worries it would just save a lot of time and resources from the server point of view. Cheers, Llygoden
-
Server Version 3.0.5309.26857 Server logs are too big to upload and don't date back to when it started anyway. Problem: Episodes have been added daily all month BUT Media Browser Classic stopped showing new episodes under "Latest" on the EHS past the 2nd July. Many episodes still appear on the latest screen but only leading up to the 2nd (20x or however many it is up to this date and not past it). New episodes have definitely been added in the past weeks - I've been watching them! I can find them in Media Browser under Series > Season but it's obviously shit trying to work out what's new without the Latest view working. It's the same story in Classic, Theatre, Win8, Android and Web - the same "Latest" episodes leading up to but not past 2/07/14. I have tried restarting the server and removing and re-adding the TV Shows collection to no avail. Same set of episodes dating up to the 2nd displayed - I'm at a loss.