Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Fetch = &cobra.Command{
Use: "fetch",
Short: "Fetch lyrics",
Long: `This command will search and download lyrics from selected lyric providers.
By running this command, Munager will search for lyrics of all songs in the current directory, if they don't have a lyric file.`,
Example: `munager lyric fetch --path="/home/me/Music" --overwrite --thread=8`,
}
View Source
var LyricRoot = &cobra.Command{
Use: "lyric",
Short: "Lyric manager",
Long: "Munager lyric is a utility for automatic lyric download and management.",
}
View Source
var Query = &cobra.Command{
Use: "query",
Short: "Query lyrics",
Long: `Query lyrics for a given keyword.
You can save the result to a file by using the -o flag.`,
Example: `munager lyric query -o "Waiting for Love.lrc" -f raw-only Waiting for Love`,
}
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.