2024-12-17 14:31:16 +01:00
2024-12-17 14:31:16 +01:00
2024-10-11 13:05:57 +02:00
2024-10-09 21:06:38 +02:00
2024-10-11 13:05:46 +02:00
2024-10-28 12:58:04 +01:00
2024-10-28 12:58:04 +01:00
2024-10-25 09:36:05 +02:00
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.
Description
No description provided
Readme 202 KiB
Languages
Go 95.3%
Smarty 4.7%