So basically, I am looking to make a multipurpose raspberry pi to use as a mp3 player and an emulator. I want to be able to control it via a usb retro-style controller, and my raspberry pi will be using this (
https://www.hifiberry.com/product/hifiberry-dacplus-phone/) as a sound card. I was wondering if I would be able to do this using xbian, and how hard it would be. Preferably, I could use it as a sort of ipod shuffle, with no need for a screen. Will I able to swap it out between mp3 and emulator mode by using a different boot device easily? Any and all help is greatly appreciated, as I am a complete noob. Thank you!
Your link is to an empty cart.
Still wrong
Unfortunately I don't have any experience in your apps you want to run under XBian - but - XBian is based on a standard Debian Linux, so it should be possible to run all of them under XBian
I would like to use xbian to run mp3's, nothing else.
Kodi is also able to play mp3's
Ok. Will it be able to utilize the sound card I would like to use?
Thank you!
Been running Openelec and OSMC for years the problem they have is studder with my HDhomerun on Comcast. Then I come across Xbian ! Live TV runs smooth !!!! butttttttt.....nfs file system seems to be not working. I can see my host drive and only get as far nfs/ and do not see any of my folders. Is there a setting Im not seeing to turn on ?
@
Rickt1962
Not on client side.
Just tested, I can see and mount all shares of my main nfs server (debian 8) and servers in virtual machines (tested debian 8, openSUSE Leap 42.1, Ubuntu 14.04) from Kodi side.
Important:
Make sure that exported folders grants access to user:group xbian:xbian
(28th Nov, 2016 03:01 AM)Nachteule Wrote: [ -> ]@Rickt1962
Not on client side.
Just tested, I can see and mount all shares of my main nfs server (debian 8) and servers in virtual machines (tested debian 8, openSUSE Leap 42.1, Ubuntu 14.04) from Kodi side.
Important:
Make sure that exported folders grants access to user:group xbian:xbian
I have OSMC and Openelec on the same network using other pi's and they see all the folders fine under nfs hummm The WD Cloud I am using is set wide open for nfs on my ethernet just scratching my head
Hmmm, strange
Is this NFS4 or NFS3?
Did you already tried to mount nfs shares manually?
(28th Nov, 2016 11:16 AM)Nachteule Wrote: [ -> ]Hmmm, strange
Is this NFS4 or NFS3?
Did you already tried to mount nfs shares manually?
I posted over at WD forum and someone posted they think its V3
Also yes I manually added nfs://10.0.0.60/nfs/XBMC
And when I go to that location when adding file location to scan movies in. No folders show up....And I have my movies all in genre folders ! LOL Im not typing every folder in LOL
Sorry, IMO you have access rights issue. If you can mount share but don't see any content, rights in that folder are not correct
Please can you try following in ssh connection:
Terminal
sudo mount 10.0.0.60:/nfs/XBMC /mnt
ls -la /mnt/
sudo umount /mnt
and post output here