lyric

package
v0.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 13, 2023 License: Apache-2.0 Imports: 12 Imported by: 0

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

func RunFetch

func RunFetch(cmd *cobra.Command, args []string)

func RunQuery

func RunQuery(cmd *cobra.Command, args []string)

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL