-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbmm.1
44 lines (44 loc) · 1016 Bytes
/
bmm.1
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
40
41
42
43
44
.\" Hey, EMACS: -*- nroff -*-
.\" (C) Copyright 2023 Javier <[email protected]>
.\"
.TH BMM 1
.SH NAME
bmm \- Basic Music Manager
.SH SYNOPSIS
.B bmm [OPTION] ...
.SH DESCRIPTION
Manages the .mp3 files in the music directory from the terminal.
.TP
.B bmm
Opens the cli
.TP
.B -h, --help
Show help options
.TP
.B --rename
Fast option to rename each of the files
.TP
.B -n, --new "ArtistName"
Create new artist and albums directory
.TP
.B -a, --artist "ArtistName" ["AlbumName"]
Change artist tag of an artist directory or album directory
.TP
.B -b, --album "ArtistName" "AlbumName"
Change album tag of an album directory
.TP
.B -d, --download Url "ArtistName" "AlbumName" "SongName"
Download a song from youtube
.TP
.B -m, --mobile Ip
Share songs with the selected device. NOT WORKING
.SH SEE ALSO
.BR eyeD3 (1).
.BR yt-dlp (1).
.SH AUTHORS
The
.B bmm
script was written by
Javier <[email protected]>
.PP
This document was written by Javier <[email protected]> for Debian.