diff --git a/src/calibre/library/server/base.py b/src/calibre/library/server/base.py index 096326917c..46db62a299 100644 --- a/src/calibre/library/server/base.py +++ b/src/calibre/library/server/base.py @@ -79,6 +79,8 @@ class BonJour(SimplePlugin): # {{{ try: publish_zeroconf('Books in calibre', '_stanza._tcp', self.port, {'path':self.prefix+'/stanza'}) + publish_zeroconf('Books in calibre', '_calibre._tcp', + self.port, {'path':self.prefix+'/opds'}) except: import traceback cherrypy.log.error('Failed to start BonJour:')