irimi
Posts: 8
Joined: Thu Jul 12, 2012 10:32 am

AudiculaPi - the tiny media server

Sat Oct 11, 2014 10:47 am

AudiculaPi - the tiny media server for your Raspberry Pi
new version 20141010 available at SF: http://sourceforge.net/projects/audiculapi/

based on
OpenWRT- WIRELESS FREEDOM
CHAOS CALMER (Bleeding Edge, r42624)

Features:
  • Minimalistic system, installed and running on a just 256MB sized SD card
  • AudiculaPi provides a detailed Web Browser GUI with multi language support
Already preinstalled:
  • Internet Radio / MP3 /OGG / FLAC etc. with Music Player Daemon v0.18.16
    (with IR & bluetooth remote control support, LCD support based on PyDPF)
  • IPTV / DVB-T/S/C recorder with TVHeadEnd 3.9 (resp. MuMuDVB 2)
  • SAMBA server
  • SSH/SFTP Server
  • WEBSERVER (system setup luci powered - https://[RPI's IP ADRESS])
  • MiniDLNA
  • Shairport
  • Avahi
  • WebCAM Video Streaming with mjpeg-streamer
  • NTP client / server
  • WLAN client and / or access point, router,
  • Firewall, gateway, bridge support possible, too
  • Homeautomation with FHEM
Many, many additional packages are available via web based GUI installation powered by OpenWRT!

Image
Enjoy, irimi

theakson
Posts: 2
Joined: Tue Nov 04, 2014 9:53 pm

Re: AudiculaPi - the tiny media server

Tue Nov 04, 2014 10:01 pm

Hi there
please help. I see you have IPTV running and I would like to do the same. I just got my RPi and have OPENELEC running via berryboot. I "thought" I had done everything to get IPTV running by enabling live tv and PVR client in the system menu. I loaded up a list of channels from web site BUT when I start OPENELEC via berry boot it puts a "failed to insert module IPTV"

what do I have to do to get live tv working please?

raul81
Posts: 1
Joined: Tue Aug 07, 2012 6:42 pm

Re: AudiculaPi - the tiny media server

Sun Nov 16, 2014 6:36 pm

Heloo,
The project is fantastik, but i have a problem: after i start the rpi and i try to change the ip into a static one and to activate de dhcp the sistem no work: the dhcp desn't work ....no ip for the clients in the local network.

Please help...

kofec
Posts: 1
Joined: Wed Jan 28, 2015 9:12 pm

Re: AudiculaPi - the tiny media server

Thu Jan 29, 2015 2:49 pm

Hi, the code of domoticz is using library of WiringPi but also the command "gpio" which is not included in the WiringPi package can you please add it.

Code: Select all

// 1. List exports and parse the result
	cmd = popen("gpio exports", "r");
	while (fgets(buf, sizeof(buf), cmd) != 0) {
		// Decode GPIO pin number from the output formatted as follows:
		//
		// GPIO Pins exported:
		//   17: out  0  none
		//   18: in   1  none
		//
		// 00000000001111111111
		// 01234567890123456789

	// 2. List the full pin set and parse the result
	cmd = popen("gpio readall", "r");

ajitajimal
Posts: 1
Joined: Tue May 16, 2017 5:46 pm

Re: AudiculaPi - the tiny media server

Tue May 16, 2017 5:51 pm

I am having trouble running this on raspberry pi 1. It just wouldn't boot. I have connected serial, there is no output. Ethernet does not come up. But if I use plain openwrt image openwrt-15.05.1-brcm2708-bcm2708-sdcard-vfat-ext4.img, pi boots up and I can login to luci. Any thing that I am missing?

Thanks
Ajit

Tdi-Me
Posts: 38
Joined: Fri May 05, 2017 8:11 pm

Re: AudiculaPi - the tiny media server

Wed May 17, 2017 2:21 pm

Very cool, though openwrt is primarily router software isnt it?
Will this work with a hdhmerun setup on a pi3 and can this handle tv recordings?

Return to “Media centres”