News:

Rule #1 - Be Patient - Rule #2 - Don't ask when, if you don't contribute - Rule #3 - You have coding skills - LinuxMCE's small brother is available: http://www.agocontrol.com

Main Menu

Minor Issues With 1404 Install

Started by cafedumonde, August 03, 2016, 02:38:17 AM

Previous topic - Next topic

cafedumonde


I installed 1404 today using the instructions here:

http://wiki.linuxmce.org/index.php/Installing_1404

There were two minor issues:

1. Basic video codecs were not installed and hence no videos would play, including Sarah. This was true from within LMCE as well as using the bundled video player on the kubuntu desktop. It seems to have been fixed using instructions for restricted formats on the Ubuntu community page: https://help.ubuntu.com/community/RestrictedFormats

2. The UpdateMedia script is not running by default and thus not adding videos to the database. I ran the script manually as root and this fixes the problem though I have now added a bunch of junk to the database.

I have a few questions:

1. How can I get UpdateMedia to run normally?

2. How can I clear the database and get UpdateMedia to add only files from the correct locations?

3. Have I screwed anything up by adding the codec support in the manner described? I also added libdvdcss using the instructions on the Ubuntu page.

Thanks,

CDM

Marie.O

UpdateMedia should autostart. If it doesn't auto start, run

/usr/pluto/bin/UpdateMediaDaemonControl.sh enable

The main part of the media database that you want to clear is the table File

mysql pluto_media -e "truncate File"

You can add as many codecs as you feel like :)

If I helped you, feel free to buy me a coffee: [url="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=2VKASZLTJH7ES"]https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=2VKASZLTJH7ES[/url]

phenigma

Thanks for the feedback on the installation!

Could you elaborate on which method of installation you used (snapshot or internet) and which snapshot (if it was a snapshot).  Thanks!

J.
My setup: [url="http://wiki.linuxmce.org/index.php/User:Phenigma"]http://wiki.linuxmce.org/index.php/User:Phenigma[/url]

cafedumonde


I used an internet installation, with the wget command from the wiki page:

https://git.linuxmce.org/linuxmce/linuxmce/raw/master/src/install-helpers/mce-install.sh

Please let me know if I should have gone elsewhere.

CDM

phenigma

What you did is correct!  I simply wanted to verify the method you used.  Do you remember the package names that you had to install?

Sent from my Nexus 5 using Tapatalk

My setup: [url="http://wiki.linuxmce.org/index.php/User:Phenigma"]http://wiki.linuxmce.org/index.php/User:Phenigma[/url]

cafedumonde


The codecs were in this package:

sudo apt-get install kubuntu-restricted-extras

and I installed DVD as follows:

sudo /usr/share/doc/libdvdread4/install-css.sh

Before installing these I noticed that here were also some codec packages that were updated withe the normal Kubuntu updates but these did not fix the issue.

All is working now with video playback and adding of media to the library. Thanks to Posde for the help.

Please see my latest post, on getting 1080i to work over HDMI. This is the next barrier.

CDM


phenigma

Thanks for the info.  dvdcss is quite illegal in a lot of countries so it will be left as a manual install.  I'll see if I can figure out what the codecs that package depends on are as we try to limit our dependencies on kubuntu.

Thanks again!

J.
My setup: [url="http://wiki.linuxmce.org/index.php/User:Phenigma"]http://wiki.linuxmce.org/index.php/User:Phenigma[/url]