Package net.pms.external.xbmc.folders.music

Examples of net.pms.external.xbmc.folders.music.MusicFolder


    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.music.MusicFolder

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.