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

uk.co.caprica.mediascanner.progress.MediaScannerProgress 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 interface MediaScannerProgress {

    void found(MediaEntry entry);

    void beforeGetMeta(int current, int total, MediaEntry entry);

    void afterGetMeta(int current, int total, MediaEntry entry);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy