You are not logged in.
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 ![]()
Scott
Last edited by firecat53 (2010-01-31 00:54:21)
Offline
Please test and let me know if there are any issues....it's my first AUR package
Scott
I would add makedepends=('patch') and remove the provides= line. Otherwise it looks fine. Keep up your work ![]()
Offline
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