Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhancement: Support for Title along with Original Title #294

Open
adithyaappu opened this issue Mar 11, 2024 · 1 comment
Open

Enhancement: Support for Title along with Original Title #294

adithyaappu opened this issue Mar 11, 2024 · 1 comment

Comments

@adithyaappu
Copy link

When I try to use mnamer to non-english, specifically Hindi (India), movies, the prompt looks like this

terminal

the file name proposed is in Hindi, which in the TMDB site is listed under 'Original Title'. But the problem here is I prefer to have the name in English since the keyboard support for Indian languages are not that great and it is much easier to search and organise with names in English. So looked into the API and noticed this,

API screen

the highlighted parts show the names in both Hindi and English. I tried to use Internationalization (--language=en), but it looks like that fields targets for the languages rather that title name.

In the templates page the fields does not include a separate tag for other variations in titles.

image

So I would like to submit a feature request, to support a new template variable which can be used to get the 'title'.

@adithyaappu
Copy link
Author

So I took a look into the code to see if I can do anything. I'm not a dev and has only very little experience it Python. I got confused on this part of the code, because it appears that the value fetched from API looks belong to 'title' only,

image

I'm unable to see any part of the code other than this which actually fetches the 'original_title'.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant