[mythtv] [mythtv-commits] mythtv commit: r9199 by xris

Robert Johnston anaerin at gmail.com
Thu Mar 2 19:08:05 UTC 2006


On 3/2/06, Ed W <lists at wildgooses.com> wrote:
> Great to see anything happen to MythMusic, but I have to say that I
> still prefer Jinzora as a platform to work with:
> http://www.jinzora.org/
>
> In theory the DB layer is also seperated to the extent that it was
> supposed to be fairly easy to stick in other DB formats...
>
> I liked it also because it offered a way to catalogue the music and
> adjust the tags.  Cool remote control features which might eventually be
> used to control MFD or similar

I like Jinzora, the only problem with it is that PHP is
single-threaded, so it makes things very slow with a lot of files.

Something that Jinzora could do is to precache a lot of information,
which would make the whole interface a lot faster. Also, the whole
"Making objects from the database" that's used within the source can
be good, but will slow down what is essentially a very linear
methodology with a lot of looping to create the objects, followed by
looping to iterate through the objects.
--
Robert "Anaerin" Johnston


More information about the mythtv-dev mailing list