[mythtv] LastFM support in MythMusic

Willem Ligtenberg wligtenberg at gmail.com
Mon Feb 18 19:34:10 UTC 2008


OK, I'm stuck on the MD5 stuff, which annoys me, because it shouldn't
be this hard...
Well as far as I know now, both md5's that are already in mythtv are
meant to be used for something else than Strings.
So now I have found libcrypto++ and it has an md5 algorithm, but I
really have no clue on how to use it in my code. What really annoys me
is that it is only the language c++ which makes it difficult for me...

If anyone could help me out...
Your help is greatly appreciated!

Cheers,

Willem

On Feb 17, 2008 3:30 PM, Willem Ligtenberg <wligtenberg at gmail.com> wrote:
> Hi could someone help me out with getting an md5 hash for a string?
> Because I have noticed that there are 2 implementations of the md5
> algorithm in MythTV. I don't want to add another, also not another
> dependancy, but I don't know how I can include the md5.h from the
> following location in my code:
> mythtv/libs/libavutil/md5.h
>
> Just adding
> #include "md5.h"
> #include <md5.h>
> #include <mythtv/libs/libavutil/md5.h>
>
> doesn't work...
>
> any one got some idea, just heard that headers files should be
> installed in order for them to work... but I still don't really know
> what to do...
>
> Thanks,
>
> Willem
>
>
> On Feb 17, 2008 1:27 PM, Colin Guthrie <mythtv at colin.guthr.ie> wrote:
> > Willem Ligtenberg wrote:
> > > I guess so I just did:
> > > svn co http://svn.mythtv.org/svn/trunk/mythtv
> > > svn co http://svn.mythtv.org/svn/trunk/mythplugins
> > > A couple of days ago.
> > >
> > > Or is that not the current head?
> >
> > It is the current head and it's all good. I look forward to scrobbling
> > goodness :)
> >
> > Col
> >
> > --
> >
> > +------------------------+
> > |     Colin Guthrie      |
> > +------------------------+
> > | myth(at)colin.guthr.ie |
> > | http://colin.guthr.ie/ |
> > +------------------------+
> >
> > _______________________________________________
> > mythtv-dev mailing list
> > mythtv-dev at mythtv.org
> > http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev
> >
>


More information about the mythtv-dev mailing list