IMDB::Film-0.43 is released

I just released a fresh version of IMDB::Film module to grub movie metadata from IMDB.com. There is not any new functionality in that release. Just bug fixes: fixed issue with plot retrieving; fixed retrieving of movie plot keywords; fixed parsing rating and top 250 or bottom 100 movie property; fixed issue with parsing AKA movie property; fixed bug with getting movie ID from cached paged; […]

Read Me Leave comment

Perl, C++, mysql and UTF8

Recently I finished with Russian translation of LinuxMCE UI. But as I know now it was the easiest part. After addition Russian descriptions in the database I faced with problem of displaying them. I made a research and found following. To have UTF8 data in the mysql database a few steps should be done: default charset for server should be set to utf8 in the […]

Read Me 1 Comment