Superschnizel / Obsidian-Moviegrabber

obsidian.md plugin to grab data from public movie Databases and make them into a note that can be used with dataview querries
MIT License
24 stars 5 forks source link

I need genres in lowercase #28

Closed Glormond closed 7 months ago

Glormond commented 7 months ago

I have a lot of notes with "genre" property (list) for books and other stuff with genres written in lowercase. However, Moviegrabber plugin fetches movie genres that start with uppercase genre which leads to creating a lot of duplicates in my list. I tried to force lowercase in the movie template, but I couldn't find any working solution for that. I would like genres to be written in lowercase, but I don't understand how to fix this. I understand that this is not a plugin issue directly, just a minor inconvenience, but I'd appreciate if you could recommend a solution, because this plugin is the best option to grab movies. Знімок екрана 2024-04-13 184728

Superschnizel commented 7 months ago

You can do this with the string function feature i added in 1.1.19:

{{Genre||||toLowerCase}}
Glormond commented 7 months ago

This is awesome! Big thanks!