Razgovor:Me-TV

Izvor: HrOpenWiki
Skoči na: orijentacija, traži

Hi,

author of Me-TV is implementing autoscan feature, and we need testing.

If you are willing to test, please come to irc.freenode.net at #me-tv channel.

Before that, please instal development version. Warning: development version is unstable, and can cause some crash, sometimes even system crash (because od DVB-T kernel modules. You have been warned. :-)

How to install development version?

In command line write:

 mkdir me-tv-devel
 cd me-tv-devel
 bzr branch lp:~lamothe/me-tv/autoscan
 cd autoscan/
 ./autogen.sh
 sudo apt-get install build-essential gettext debhelper autotools-dev libxml-parser-perl pkg-config devscripts libtool intltool
 sudo apt-get install libgnomemm-2.6-dev libgnomeuimm-2.6-dev libgtkmm-2.4-dev libgnet-dev libsqlite3-dev libvlc-dev libxine-dev
 ./configure
 make
 sudo make install

Now, development version should be compiled. Now you can run Me-TV and test autoscan feature.

When new development version is released, you need to update and recompile:

 cd me-tv-devel/autoscan
 bzr pull
 make -j2 && sudo make install


BTW, you can also do some translations to your local language: https://translations.launchpad.net/me-tv/1.1

The best way is to download .PO for your language (example for slovenian): https://translations.launchpad.net/me-tv/1.1/+pots/me-tv/sl/+export

Now, incude your .po file in source (in /autoscan/po directory).

Go to /autoscan/po/LINGUAS and add your language code (for instance "sl" for slovenian).

When you finish translation, please upload .po file to Launchpad, and also send it to the Me-TV author by e-mail (please find contact at Launchpad), because only that ways translation will be surely included into the next stable release.