Tiny Core Base > Raspberry Pi

Logitech Media Server (LMS) on TC.7

<< < (27/31) > >>

sbp:
Hi Paul.

Fantastic work you have done with LMS.
You and Jgrulich even managed to develop a script for updating the nightly LMS on piCore - this is even more impressive.

I don't think that this is possible on other distros. Most often there is a person responsible for maintaining the build of packages - but you made it possible for each user to freely update when they want.

So thank you.
As discussed with you in PM Greg and I are working on adding this to piCorePlayer in the future.

Steen

Harlock74:

--- Quote from: Paul_123 on January 31, 2016, 05:24:57 PM ---Well,

Let's cross our fingers that this is the final update.   Lets call this RC1

*  Fixed Dependancy file to include gcc_libs.tcz
*  Updated to the latest commit 7b09e1c
*  Integrated a script to pull the nightly archive and update your local tcz.  (Inspired by jgrulich).   Script is smart enough not to update if the nightly has not changed.  included options for unattended operation and automatic reboots..........  it happens purely in /tmp.   The script will download and install squashfs-tools.tcz if you don't have it

https://www.dropbox.com/sh/qj0hrk42tiepokl/AAApIaR9_mpmmHor0SZPPGhZa?dl=0

--- End quote ---

Hi Paul & All,
This is my first post here so let me say hello to everybody 8)

As I am completely new to this great linux distribution I would be grateful to you if you could guide me through the installation steps to iget LMS up and running on the excellent piCorePlayer.

After running:

--- Code: ---wget https://www.dropbox.com/sh/qj0hrk42tiepokl/AAApIaR9_mpmmHor0SZPPGhZa?dl=0
--- End code ---

shall I run:

--- Code: ---tce-load -i slimserver-CPAN-armv6.tcz
tce-load -i slimserver.tcz
sudo filetool.sh -b
--- End code ---

Thanks a lot in advance!

Regards.

Paul_123:
@Harlock74

1) Download the files to /mnt/mmcblk0p2/tce/optional
2) edit /mnt/mmcblk0p2/tce/onboot.lst and add slimserver.tcz to the list.
3) add this to /opt/bootlocal.sh

--- Code: ---#wait for Network to come up
CNT=0
until ifconfig | grep -q Bcast
do
   [ $((CNT++)) -gt 60 ] && break || sleep 1
done
mount /mnt/media   ///whatever mount command you need to mount your media folders......
/usr/local/etc/init.d/slimserver start

--- End code ---
4) filetool.sh -b
5) reboot


Harlock74:
Hi Paul,
Many thanks for getting back to me. Very much appreciated.
Before posting back I did try several times, however I can't get it to work. It would appear that slim server is not running at all, indeed it doesn't show up when I run top.

I tried to run sudo /usr/local/etc/init.d/slimserver start manually but I get the following error message:

/usr/local/etc/init.d/slimserver: line 83: /usr/local/slimserver/slimserver.pl: not found

When you get a chance would you please be so kind as to help me out? Many thanks for your patience with me. ::)

Greg Erskine:
hi Harlock74,

Did you load perl?

regards
Greg

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version