All Downloads are FREE. Search and download functionalities are using the official Maven repository.

uk.co.caprica.mediascanner.progress.MediaScannerProgressAdapter Maven / Gradle / Ivy

Go to download

Scan directories recursively for media, with pluggable title and meta-data parsing.

The newest version!
package uk.co.caprica.mediascanner.progress;

import uk.co.caprica.mediascanner.domain.MediaEntry;

public class MediaScannerProgressAdapter implements MediaScannerProgress {

    @Override
    public void found(MediaEntry entry) {
    }

    @Override
    public void beforeGetMeta(int current, int total, MediaEntry entry) {
    }

    @Override
    public void afterGetMeta(int current, int total, MediaEntry entry) {
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy