Skip to content

Commit 58339cf

Browse files
committed
Version 0.5.0 changes
Determine duration via exiftool, ffprobe, and ffmpeg
1 parent b1735a3 commit 58339cf

File tree

6 files changed

+331
-140
lines changed

6 files changed

+331
-140
lines changed

VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.4.0
1+
v0.5.0

default-tracks.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
filename,title,artist,subtitle,description,track,disc_number,album_title,genre,album_artist,summary,copyright,composer,year
1+
filename,title,artist,description,track,disc_number,album_title,genre,album_artist,summary,copyright,composer,year

default.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,15 @@ base_url:
3131
# default: none
3232
# encoded_by:
3333

34+
# default: exiftool
35+
# exiftool:
36+
3437
# default: no
3538
# explicit:
3639

40+
# default: ffmpeg
41+
# ffmpeg:
42+
3743
# default: ffprobe
3844
# ffprobe:
3945

0 commit comments

Comments
 (0)