sane-sync-music: update file extensions list

This commit is contained in:
2024-07-21 09:44:39 +00:00
parent 0af5e43944
commit c5227c52c4

View File

@@ -53,6 +53,7 @@ IMAGE_FMTS = [
VIDEO_FMTS = [ VIDEO_FMTS = [
'.avi', '.avi',
'.mkv',
'.mov', '.mov',
'.mp4', '.mp4',
'.webm', '.webm',
@@ -60,6 +61,7 @@ VIDEO_FMTS = [
METADATA_FMTS = [ METADATA_FMTS = [
'.inf', '.inf',
'.lrc',
'.lyrics', '.lyrics',
'.nfo', '.nfo',
'.pdf', '.pdf',
@@ -70,11 +72,7 @@ METADATA_FMTS = [
NON_AUDIO_FMTS = IMAGE_FMTS + VIDEO_FMTS + METADATA_FMTS NON_AUDIO_FMTS = IMAGE_FMTS + VIDEO_FMTS + METADATA_FMTS
IGNORE = [ IGNORE = [
'.DS_Store', '.nsf_', #< "NES Sound File"
'.cue',
'.log',
'.m3u',
'.nsf_',
] ]
def approx_eq(a: float, b: float, threshold: float) -> bool: def approx_eq(a: float, b: float, threshold: float) -> bool: