
uk.co.caprica.mediascanner.progress.MediaScannerProgress Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of media-scanner Show documentation
Show all versions of media-scanner Show documentation
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