- Official Post
Display MoreIn the mdb folder you have to edit the tvdb.com.bin.ini
To set the prefered language, do the following:
1. Open for editing tvdb.com.bing.ini .
2. Have a look at the table below, it gives the language codes of the available languages in thetvdb.
Remember the tow letter code for your language. e.g sv for Swedisch
The language number is not relevant here.
3. Locate this line:
mdb_temp_4.modify {addend|'mdb_temp_1'/all/en####} * change this line to set your prefered language!!
And change en#### into sv#### for Swedisch
4. Save tvdb.com.bing.ini , obtionally with another name , like tvdb.com.bing_sv.ini to distinguis it from the original.
In that case also change the filename in mdb.configThat's all!!
thetvdb available languages and their codes:
English 7 en
Svenska 8 sv
Norsk 9 no
Dansk 10 da
Suomeksi 11 fi
Nederlands 13 nl
Deutsch 14 de
Italiano 15 it
Español 16 es
Français 17 fr
Polski 18 pl
Magyar 19 hu
Greek 20 el
Turkish 21 tr
Russian 22 ru
Hebrew 24 he
Japanese 25 ja
Portuguese 26 pt
Chinese 27 zh
Czech 28 cs
Slovenian 30 sl
Croatian 31 hr
Korean 32 koAre the new preview releases also for odroid C2?
Whoa!
WebGrab+Plus is really complicated to configure!
I have removed the previews as they overwrite the mdb ini files each time the service is started.
The easiest therefore remains to copy the mdb ini files manually.
What a mess
[hr]
I have updated the addon to integrate MDB post processing.
Preview releases (for all projects and architectures)
The corresponding code is here.
Workflow
- If before.sh script exists, it is called
- WebGrab+Plus creates guide_wgp.xml
- If MDB post-processing is enabled, it creates guide_mdb.xml, which is then moved to guide_wgp.xml
- xmltv_time_correct uses guide_wgp.xml to create guide_xtc.xml
- guide_xtc.xml is copied to guide.xml
- WG2MP uses guide.xml to create mediaportal.xml
- If after.sh script exists, it is called
Changing the file names will break the workflow, ie steps 4 to 6 will fail.
Schedule
The workflow is executed when the service is (re)started and subsequently every six hours.
Disabling/enabling the addon with Kodi restarts the service
To enable MDB post-processing
- In the addon home directory, copy the files from the "http://siteini.pack/MDB postprocessor" folder into the "mdb" folder.
- Configure xml and ini files in the "mdb" folder
- Install the appropriate preview release
Please provide your feedback on this thread.
Thank you for testing