-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmusconv.1
More file actions
39 lines (32 loc) · 706 Bytes
/
Copy pathmusconv.1
File metadata and controls
39 lines (32 loc) · 706 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
.Dd July 2, 2017
.Dt MUSCONV 1
.Os
.Sh NAME
.Nm musconv
.Nd bring music collections into a standartized hierarchy
.Sh SYNOPSIS
.Nm
.Sh DESCRIPTION
.Nm
converts a music collection into ogg and reorganizes it.
It replaces each filename with one without special characters
(only using
.Dq a-z0-9._ )
for the resulting files. It converts all
.Dq mp3 ,
.Dq m4a ,
.Dq flac
and
.Dq wav
files to ogg using
.Xr ffmpeg 1 .
It moves all files in third-level directories to their second-level
directory (i.e from the album directories into artist directories).
.Sh EXIT STATUS
.Ex -std
.Sh BUGS
Not 100% reliable. May fuckup.
.Sh SEE ALSO
.Xr ffmpeg 1 .
.Sh AUTHORS
.An pranomostro Aq Mt pranomostro@posteo.net