Package net.pms.external.xbmc.folders.video

Examples of net.pms.external.xbmc.folders.video.VideoFolder


  public PMSXBMCPlugin() {
    XBMCLog.info("creating root folder");
    plugRoot = new VirtualFolder(name(), null);

    XBMCLog.info("adding video folder");
    plugRoot.addChild(new VideoFolder("Videos", null));

    XBMCLog.info("adding music folder");
    plugRoot.addChild(new MusicFolder("Music", null));
  }
View Full Code Here

TOP

Related Classes of net.pms.external.xbmc.folders.video.VideoFolder

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.