method:
public boolean addItem(MediaItem item) { if (Library.size() == 0) { item.setCopyNumber(1); Library.add(item); return true;