User:Respatix

From LinuxMCE
Revision as of 09:41, 29 August 2009 by Respatix (Talk | contribs)

Jump to: navigation, search

My Core/Hybrid

Asus P5GC-MX

 Intel GMA 950

<charles__> TSCHAKeee: where do I check to make sure it's using xorg-server-intel [21:09] <TSCHAKeee> /etc/X11/xorg.conf after avwizard runs

My 810 Install Instructions

sudo su - #This might ask for the password you specified earlier during the install of kubuntu.

sudo apt-get update

sudo apt-get dist-upgrade

sudo apt-get install subversion

svn co http://svn.linuxmce.org/svn/branches/LinuxMCE-0810/src/new-installer

cd new-installer

./pre-install-from-repo.sh

./mce-install.sh

./post-install.sh

sudo apt-get install w32codecs libdvdcss2 kubuntu-restricted-extras

reboot

https://edge.launchpad.net/~ubuntu-x-swat/+archive/x-updates/?field.name_filter=&field.status_filter=published&field.series_filter=intrepid

deb http://ppa.launchpad.net/ubuntu-x-swat/x-updates/ubuntu intrepid main

deb-src http://ppa.launchpad.net/ubuntu-x-swat/x-updates/ubuntu intrepid main

1024R/AF1CDFA9

<mandingoceo> or you can edit the source list from the term [19:15] <mandingoceo> sudo vi /etc/apt/sources.list

Orbiter Software

http://tschak.homelinux.com/installers/

https://edge.launchpad.net/~ubuntu-x-swat/+archive/x-updates/+sourcepub/598054/+listing-archive-extra https://edge.launchpad.net/~ubuntu-x-swat/+archive/x-updates/+files/xserver-xorg-video-intel_2.5.1-1ubuntu5~intrepid_i386.deb


Vob files on lmce just "movie_1/VIDEO_TS/blahblah" put in a video_ts folder and lmce can read them

How to add imdb cover art search in webadmin in 0710rc2

Download and save this patch http://svn.linuxmce.org/trac.cgi/attachment/ticket/53/imdb_cover_art.patch?format=raw to /var/www/pluto-admin/

Download and save this patch http://svn.linuxmce.org/trac.cgi/attachment/ticket/52/corrected_attribute_parsing.patch?format=raw to /var/www/pluto-admin/include/

(In terminal May need to sudo su then password then dolphin to save in those directories)

In terminal ie Konsole "sudo su" then password

cd /var/www/pluto-admin
patch -p0 < imdb_cover_art.patch

In new terminal "sudo su" then password

cd /var/www/pluto-admin/include
patch -p0 < corrected_attribute_parsing.patch

Open this link http://svn.linuxmce.org/trac.cgi/attachment/ticket/53/imdb_cover_art.patch

You will need to edit these 3 files

/var/www/pluto-admin/languages/en/coverArt.lang.php

/var/www/pluto-admin/languages/en/editMediaFile.lang.php

/var/www/pluto-admin/operations/mediaBrowser/editMediaFile.php

Open those files in dolphin with Kate

Refer to the corresponding file name in the link above and the new lines in green at the corresponding line # in Kate and then save.

Open webadmin and under media file sync there will be the option to search for cover art via imdb as amazon is not working.

For further reference see forum post http://forum.linuxmce.org/index.php?topic=6919.0