INTERACT FORUM

More => Old Versions => Media Center 11 (Development Ended) => Topic started by: ChicoSelfs on October 12, 2003, 11:42:23 am

Title: resource.xml
Post by: ChicoSelfs on October 12, 2003, 11:42:23 am
I tried to change some words to portuguese in this file and works great and i have a question. Every time i install a new MC release it install's a new resource.xml, can i save one already modified and every time i install MC can i substitute the new one instaled?

Thanks in advance
Title: Re:resource.xml
Post by: jleerigby on October 12, 2003, 04:12:25 pm
If no-one has a better idea you could save your resource .xml as 'myresource.xml' and write a .bat file that will copy yours over the top of MCs.  If you put a shortcut somewhere to the .bat file it's only one click each time your install a new version of MC.  

Open Notepad and paste the following (depending on file names / locations for your pc):

CD C:\Program Files\J River\Media Center\Data\Default Resources
copy Myresource.xml "Resource.xml"

Then just save the notepad as something.bat and create a shortcut to it.
Title: Re:resource.xml
Post by: ChicoSelfs on October 12, 2003, 04:23:41 pm
Didn't know that ;D but my problem is if the resource.xml change some configuration with each MC release, things are benn added some changed etc etc
Title: Re:resource.xml
Post by: Matt on October 13, 2003, 08:52:24 am
Create a directory MC\Data\Custom Resources

Copy your custom file(s) into it.  MC will use them instead of the ones in MC\Data\Default Resources
Title: Re:resource.xml
Post by: ChicoSelfs on October 13, 2003, 12:54:54 pm
 ::) Thanks Matt  :D
Title: Re:resource.xml
Post by: Jaguu on October 14, 2003, 12:35:20 pm
Tried to translate some keywords into German and found the following bug:

German Umlaute are not recognized such as "Öffnen" for "Open", displays "ffnen" or "Löschen" for "Delete", displays "Lschen" .

This will probably be the case for all Umlaute such as ä,ö,ü and Ä,Ö,Ü.
Title: Re:resource.xml
Post by: ChicoSelfs on October 14, 2003, 12:37:55 pm
You have to open with notepad an save the file with UTF-8 codification
Title: Re:resource.xml
Post by: ChicoSelfs on October 14, 2003, 05:49:58 pm
By the way i can't find all the options in resource to a complete translation, there are some things missing like "help" or "Locate" any ideia or advice? Thanks in Advance