sane-sync-music: update file extensions list
This commit is contained in:
@@ -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:
|
||||||
|
Reference in New Issue
Block a user