Óscar M. Lage
80b872d6e9
From now on we can use both: fanart and google for the images download. By default it will be using fanart but if we want to use google because images in fanart are not appropriate (or it didn't find anything because the content is Spanish or reasons), we can add the following to the .md: ```yml query: google ``` And it should use google for image searching instead of fanart. |
||
---|---|---|
internal | ||
obsidian | ||
templates | ||
utils | ||
.gitignore | ||
env.sample | ||
go.mod | ||
go.sum | ||
main.go | ||
README.md |
Medialog
Usage: go run main.go [--media ediatype] [--update]
Description:
This command allows you to manage multimedia files and update their data in the system.
Options:
--media <mediatype> Specifies the type of media to process.
Possible values are:
- movies: Processes movie files.
- series: Processes series files.
- books: Processes book files.
- games: Processes game files.
- music: Processes music files.
If not specified, all media types will be processed.
--update Runs in update mode to refresh existing media entries.
This option is optional and requires no value.
-h, --help Displays this help message and exits.
Usage examples:
go run main.go --media movies Processes only movie files.
go run main.go --update Updates all multimedia files.
go run main.go --media series --update Processes and updates series files.