Package net.pms.dlna.virtual

Examples of net.pms.dlna.virtual.MediaLibrary


    }

    // initialize the cache
    if (configuration.getUseCache()) {
      initializeDatabase(); // XXX: this must be done *before* new MediaLibrary -> new MediaLibraryFolder
      mediaLibrary = new MediaLibrary();
      LOGGER.info("A tiny cache admin interface is available at: http://" + server.getHost() + ":" + server.getPort() + "/console/home");
    }

    // XXX: this must be called:
    //     a) *after* loading plugins i.e. plugins register root folders then RootFolder.discoverChildren adds them
View Full Code Here


    }

    // initialize the cache
    if (configuration.getUseCache()) {
      initializeDatabase(); // XXX: this must be done *before* new MediaLibrary -> new MediaLibraryFolder
      mediaLibrary = new MediaLibrary();
      logger.info("A tiny cache admin interface is available at: http://" + server.getHost() + ":" + server.getPort() + "/console/home");
    }

    // XXX: this must be called:
    //     a) *after* loading plugins i.e. plugins register root folders then RootFolder.discoverChildren adds them
View Full Code Here

TOP

Related Classes of net.pms.dlna.virtual.MediaLibrary

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.