Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Ender

Pages: [1] 2
1
Developers / Re: Translations
« on: May 06, 2008, 10: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
Developers / Re: Translations
« on: May 06, 2008, 10: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.


3
Developers / Re: Are Java geeks welcome here?
« on: March 25, 2008, 05:09:53 pm »
Hi everybody,

I remember that I've wrote a simple java dce layer to be able to have a tivo orbiter for tivo system few time ago. You can find it here : http://svn.linuxmce.org/pluto/trunk/extra/TiVo_Orbiter/.
You can find the dce classes here : http://svn.linuxmce.org/pluto/trunk/extra/TiVo_Orbiter/src/com/tivo/hme/dce/

Regards,
Ender


4
Users / Re: Beta 4: media browser issues still there?
« on: March 07, 2008, 09:29:59 am »
Hi guys,

I've added the issue to beta4's known issues and added the binaries with the fix : http://wiki.linuxmce.org/index.php/KnownIssues_0710_Beta4

Regards,
Ender

5
Developers / Remote assistance for devs
« on: February 12, 2008, 05:12:49 pm »
I've added this wiki page http://wiki.linuxmce.org/index.php/Remote_Assistance
If you want to help someone troubleshot his LMCE machine, please read this page.


6
You should use DVD installation in order to have mixed MD's (MD's with different architecture than the core). The CD installation only has the image for the same architecture. See more here : http://forum.linuxmce.org/index.php?topic=3856.0 .

7
Developers / Re: UI3 Discussion
« on: January 16, 2008, 03:43:04 pm »
Hi everybody,

What about using Gnash? http://www.gnu.org/software/gnash/ Seems to have almost everything we need. ;)

8
Developers / Re: LinuxMCE Developer's Guide
« on: December 07, 2007, 05:17:49 pm »
Yeap, adding it as a jpeg did the job  8)

9
Developers / Re: LinuxMCE Developer's Guide
« on: December 07, 2007, 05:14:31 pm »
We need few new lines between command names (search for 'Keyboard input').  ;D

10
Developers / Re: LinuxMCE Developer's Guide
« on: December 07, 2007, 05:12:10 pm »
I think Wiki doesn't link png's, it doesn't recognize them as pictures. Maybe we should try jpeg's ? :)

11
Developers / Re: LinuxMCE Developer's Guide
« on: December 07, 2007, 02:13:34 pm »
I guess we need to add the pictures from document and to format the page to have a summary and header.

Thanks.

12
Developers / LinuxMCE Developer's Guide
« on: December 07, 2007, 01:50:58 pm »
Hi guys,

I've started a Developer's Guide for LinuxMCE, but it's document (see attachment) and I don't have to time to create wiki pages for it. I've started one here http://wiki.linuxmce.org/index.php/Developers_Guide. Can anyone help me with this?

Regards,
Ender

13
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

14
I'll do a quick test today and let you know.

15
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

Pages: [1] 2