Commit Graph

14 Commits

Author SHA1 Message Date
80b872d6e9 Add FetchImageFromGoogle function for the images download
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.
2024-12-17 14:29:54 +01:00
9723046c56 Added different image sizes 2024-10-28 12:57:45 +01:00
d4836c1d95 Cosmetics 2024-10-24 17:16:20 +02:00
2503bc9ebb Fix: update by default
From now on, the update option (no api calls involved) is the default one.
No matter if --update is being passed in the command line, it's the default option if there
is no a "new: true" variable in the yaml.

If there is a "new: true" variable in the yaml that entry will be processed as new, calling
all the apis we need to call to archive the right information.
2024-10-14 16:52:15 +02:00
9d30151d46 Added --update param to movies 2024-10-14 16:49:56 +02:00
78f919158e Fix: priting errors 2024-10-11 21:24:46 +02:00
f4fa3055f3 Minor aeshtetic changes 2024-10-11 20:20:01 +02:00
c7d6e9f72e Get rid of stupid file comments 2024-10-10 11:47:05 +02:00
e182dcd9f8 Comment debug prints 2024-10-09 21:56:56 +02:00
48fd96763d Fix some output paths to match the way I'm structuring the info in Hugo 2024-10-09 21:14:25 +02:00
b2e4deefdd Changes in movies code 2024-10-09 21:05:11 +02:00
fb4f5c7ed6 Add "services" (api_services) at same level than controller and model 2024-10-09 21:03:47 +02:00
f2ecb56657 Delete services subdirectory 2024-10-09 21:03:07 +02:00
16b7e40a6a Refactor 2024-10-09 11:12:44 +02:00