You are not logged in.

#1 2010-01-31 00:53:43

firecat53
Member
From: Lake Stevens, WA, USA
Registered: 2007-05-14
Posts: 1,542
Website

New AUR package - Edna music streaming server

Thought some of you might be interested in this. Edna is a lightweight streaming music server written in Python. It displays your music on a webpage and serves up .m3u playlists to your player of choice.  I've been using it for years now, and have seen some others mention it here on the forums. It's quite simple and very light compared to running a full mpd install on a server or using gnump3d.  You can also customize the html template if you so desire.

It's pretty old and hasn't been developed in a long time, but it still works awesome!

Please test and let me know if there are any issues....it's my first AUR package smile

Scott

Last edited by firecat53 (2010-01-31 00:54:21)

Offline

#2 2010-01-31 12:57:39

drag0nl0rd
Package Maintainer (PM)
From: Czech Republic
Registered: 2007-10-24
Posts: 127
Website

Re: New AUR package - Edna music streaming server

firecat53 wrote:

Please test and let me know if there are any issues....it's my first AUR package smile
Scott

I would add makedepends=('patch') and remove the provides= line. Otherwise it looks fine. Keep up your work smile

Offline

#3 2010-01-31 17:04:47

firecat53
Member
From: Lake Stevens, WA, USA
Registered: 2007-05-14
Posts: 1,542
Website

Re: New AUR package - Edna music streaming server

Thanks for the feedback smile I'll make those changes here shortly.

Scott

Offline

#4 2010-01-31 18:36:31

firecat53
Member
From: Lake Stevens, WA, USA
Registered: 2007-05-14
Posts: 1,542
Website

Re: New AUR package - Edna music streaming server

Made changes as you suggested. I also added sudo as a dependency, as I had to use it (sudo -u) in the rc.d script in order to run edna as user 'nobody' for security reasons. I tried su, but it wouldn't allow that unless there was a password set for the 'nobody' account.  It was the best solution I could find without trying to modify the source code.

Scott

Offline

Board footer

Powered by FluxBB