Show Posts
|
|
Pages: [1] 2
|
|
1
|
LinuxMCE / Developers / Re: Translations
|
on: May 06, 2008, 09:54:47 am
|
|
Quote : "now when i start Linuxmce, the eateries i changed are all HuhHuh question marks. i bet this is a character set problem."
What are you using to insert records in the database? Make sure the text added is UTF8.
|
|
|
|
|
2
|
LinuxMCE / Developers / Re: Translations
|
on: May 06, 2008, 09:52:20 am
|
|
Hi,
First, you have to add a record to Language table, let's say "Romanian". Then add records in Text_LS for each text to be translated, having FK_Language that new language id and FK_Text the id of the text to translate.
To test, in webadmin choose that language for an orbiter and fully regen it.
|
|
|
|
|
13
|
LinuxMCE / Users / Re: Embedding Title, Artist, Album, etc. information in ripped music files
|
on: July 09, 2007, 09:37:05 am
|
|
I've ripped few tracks, but my cd wasn't identified for some reason, so no attributes were added to ogg files. But then I went in pluto-admin to mediasync section and added an attribute to one of the track and I saw that UpdateMedia was notified and the attribute was added to ogg file :
dcerouter_21656:/home/public/data/audio/Sum 41/All Killer No Filler# id3 -l "Track 1.ogg" Track 1.ogg: Title : Mumu was here Artist: Album : Year: , Genre: Unknown (255) Comment: Track: 0
So I guess it will be ok if we'll add flac files to the list with supported files and make updatemedia write tags with attributes in flac file too?
Ender
|
|
|
|
|
15
|
LinuxMCE / Users / Re: Embedding Title, Artist, Album, etc. information in ripped music files
|
on: July 06, 2007, 02:48:16 pm
|
|
Hi,
UpdateMedia is writting the id3 tags in mp3, ogg, aac files (the code is svn: src/UpdateMedia/PlutoMediaFile.cpp) using libid3. The list with supported formats is hardcoded to these three extensions, but if there are any other file supporting them, I think we'll only need to added them to the supported formats list. Does libid3 work with FLAC files or it's using other id3 tags format ?
Ender
|
|
|
|
|