XBMC - show movie titles in german?

2

I use XBMC to sort my movies. All the movies are named using their original (mostly english) title and I would like it to show the titles in german.

I already set XBMC language to german and rescanned the movie library, but the titles are still shown in english.

How can I achieve this?

Zulakis

Posted 2013-07-22T17:03:27.603

Reputation: 1 316

Answers

2

If it is an English movie then the title will show in English since that is the proper name of it. If you want the movie title to show in German then you will have to manually edit the nfo file. In between the <title></title> type the German version of the title and then save the file.

Here is additional information about the NFO files.

Per Jack's suggestion you could also use a media manager program such as one of the following:

Linger

Posted 2013-07-22T17:03:27.603

Reputation: 3 126

Here's the application that I used to edit the information for my movies in XBMC, granted I'm using it with a MySQL database.

http://www.mediaelch.de/

– Jack – 2013-07-22T18:08:39.190

1You can open the nfo file directly via notepad and edit the title without having to use any other program – Linger – 2013-07-22T18:09:43.137

Linger, that is true. But I was just suggesting something that I use to create the NFO files to begin with. Editing one with Notepad is easy enough, but if you're going to mass-edit them or create a bunch of them, a purpose-built application is much easier. – Jack – 2013-07-22T18:29:52.573

2

Go to your library definition (screen where you define folder X has to be scrapped by service Y). Instead of pressing "OK" look for "Parameters". It then offers a preferred language, english is the default.

Screengrab from the scrapper settings

More info on the Kodi wiki "Set conternt and scan"

Greg

Posted 2013-07-22T17:03:27.603

Reputation: 126

Note that this will only affect newly added content. To update existing films, either remove and readd the source (forcing a rescan of everything), or after changing the language for the source you can right-click each film → Movie informationRefresh – bmaupin – 2016-01-23T14:16:28.890