Jump to content

MediaBrowser on Archlinux ver.2014.09.03 (my headless server)


tempUser

Recommended Posts

scottfree1

I've gone back to getting the windows versions kinks worked out before I go back to this, I assume the issues I'm having widows will probably remain here, so I'd rather work them out first rather than adding another layer of issues just to get back to the current ones.

Link to comment
Share on other sites

  • 1 month later...
ZachOfAllTrades

I have the current release running on a cubox-i, a 4 core ARM with 2GB RAM running ArchLinuxARM 'arm7hf'

http://archlinuxarm.org/platforms/armv7/freescale/cubox-i

 

cd /tmp

cower -d mediabrowser-server

cd mediabrowser-server

 

then edit the PKGBUILD file -- change the architecture to 'any'

     arch=('i686' 'x86_64')  ==>  arch=('any') 

makepkg -s --asroot

 

let make download and install required dependencies (which SHOULD automatically get the correct versions for the current platform)

 

pacman -U  mediabrowser-server-3.0.5421.0-1-any.pkg.tar.xz

systemctl enable mediabrowser-server.service

systemctl start mediabrowser-server.service

 

http://[ip/host]:8096/mediabrowser/

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...