tmcknight / Movie-and-TV-Show-Search-Alfred-Workflow

An Alfred workflow to search for a movie (or TV show) and get a few ratings
MIT License
95 stars 7 forks source link

Can I make it possible to search in a language other than English? #30

Closed circumeo closed 1 year ago

circumeo commented 1 year ago

Can I change the settings and make it possible to search in another language?

Thank you in advance 🙏

tmcknight commented 1 year ago

Hi @circumeo. I've added a workflow variable to set the search language in the latest version of the workflow.

circumeo commented 1 year ago

Hi @circumeo. I've added a workflow variable to set the search language in the latest version of the workflow.

Thank you so much for the quick correction 😊 However, the results are printed in local language, but the search is still only possible in English Is this problem possible to solve? Thank you in advance 🙏

스크린샷 2023-02-14 오후 5 39 24 스크린샷 2023-02-14 오후 5 39 38
tmcknight commented 1 year ago

Hi @circumeo. Thanks for trying the new changes. Looks like I may have some more work to do with encoding the search query when calling the backend API.

tmcknight commented 1 year ago

Hi @circumeo. This should now be fixed. Just a heads up - the search is using TheMovieDb API, so relies on the translations there.

circumeo commented 1 year ago

Hi @circumeo. This should now be fixed. Just a heads up - the search is using TheMovieDb API, so relies on the translations there.

Thank you so much for the fix 😊 Thank you for your hard work!