Go to file
2024-10-25 09:36:05 +02:00
internal Cosmetics 2024-10-24 17:16:20 +02:00
obsidian Minor changes 2024-10-11 13:05:57 +02:00
templates Cosmetics 2024-10-24 17:16:20 +02:00
utils Fix a bug with the progress field and the quotes 2024-10-24 17:15:59 +02:00
.gitignore Add trakt_token.json to gitignore 2024-10-09 21:06:38 +02:00
env.sample Added music 2024-10-11 13:05:46 +02:00
go.mod Update: env and mod/sum to be ready for the books 2024-10-10 14:12:36 +02:00
go.sum Update: env and mod/sum to be ready for the books 2024-10-10 14:12:36 +02:00
main.go Added --help parameter + README 2024-10-25 09:36:05 +02:00
README.md Added --help parameter + README 2024-10-25 09:36:05 +02:00

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.