Page 1 of 1
Get Mediatomb to show å, ä and ö?
Posted: 28 Dec 2008, 04:10
by RealElwood
When i use my PS3 together with Bubba i can't se å, ä or ö. Is there any way to configure this? It seems to be a Mediatomb related issue cause when other media servers is used the PS3 display the letters.
add support for å,ä,ö
Posted: 05 Jan 2009, 06:03
by pelle
In the config.xml, add following lines:
<filesystem-charset>UTF-8</filesystem-charset>
<metadata-charset>UTF-8</metadata-charset>
This made my "å,ä,ö" display as intended, instead of previously as "?".
Ps. Dont forget to delete the database and restart the mediatomb service after applying changes to config.xml. MT needs to rebuild the whole database.
Posted: 05 Jan 2009, 13:30
by RealElwood
what is the database called, so i don't delete the wrong file...
Posted: 12 Jan 2009, 04:15
by RealElwood
BUMP
Posted: 12 Jan 2009, 07:24
by Eek
/var/lib/mediatomb/sqlite3.db
Posted: 12 Jan 2009, 13:39
by RealElwood
Hmm, i don't have that directory, and i can't find the file with
from root directory.
Could it be somewhere else?
Edit: oops my bad, found the file in /var/db/sqlite3.db
Posted: 13 Jan 2009, 05:40
by RealElwood
Found the file but in another folder as mentioned. Did not delete it yet cause i couldn't make it to rename the file. Tried to figure out the rename function without success.
When i looked in the sqlite3.db file with VI i couldn't see anything, i was expecting a list of all the shared files. Can there be more files named sglite3.db for other applications than MediaTomb?
So should i delete the file, or just delete all the info in the file, and is it the right file even if it's in /var/db/sqlite3.db???
Posted: 13 Jan 2009, 08:20
by Eek
it is /var/db/sqlite3.db
sorry, i have a modified version.
stop mediatomb
/etc/init.d/mediatomb stop
mv /var/db/sqlite3.db /var/db/sqlite3.db.bak
start mediatomb (with the new config)
/etc/init.d/mediatomb start
cheers
Eek