Package net.pms.external.xbmc

Examples of net.pms.external.xbmc.SongDAO


    } else {
      XBMCLog.info("Using MySQL");
      dbType = XBMCDAO.DB_TYPE_MYSQL_MUSIC;
    }

    addChild(new ArtistFolder("Artists", new SongDAO(dbType)));
    addChild(new AlbumFolder("Albums", new SongDAO(dbType)));
  }
View Full Code Here

TOP

Related Classes of net.pms.external.xbmc.SongDAO

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.