Search Criteria
Package Details: minimserver 0.8.5.2-6
Git Clone URL: | https://aur.archlinux.org/minimserver.git (read-only, click to copy) |
---|---|
Package Base: | minimserver |
Description: | UPnP Audio Server |
Upstream URL: | http://www.minimserver.com |
Keywords: | audio audioserver |
Licenses: | |
Submitter: | blackhole |
Maintainer: | blackhole |
Last Packager: | blackhole |
Votes: | 3 |
Popularity: | 0.000003 |
First Submitted: | 2015-01-22 17:07 |
Last Updated: | 2020-12-08 09:21 |
Dependencies (2)
Required by (1)
- audiolinux (optional)
Sources (8)
- http://jminim.com/brac/MinimServer-0.8.5.2-linux-arm64.tar.gz (aarch64)
- http://jminim.com/brac/MinimServer-0.8.5.2-linux-intel.tar.gz (x86_64)
- minimserver.service (x86_64)
- minimserver.service (aarch64)
- startd (x86_64)
- startd (aarch64)
- stopall (x86_64)
- stopall (aarch64)
Latest Comments
1 2 Next › Last »
blackhole commented on 2020-09-08 08:41
Added aarch64 version, changed systemd service to user, general cleaning of PKGBUILD
mrxx commented on 2018-11-27 19:25
Download links:
http://jminim.com/brac/MinimServer-0.8.5.2-linux-intel.tar.gz
http://jminim.com/brac/MinimServer-0.8.5.2-x86.apk
etc.
blackhole commented on 2016-05-08 14:14
I had to upload the package, since there is no more a direct link.
When you try to downbload a windows appears for donation.
If someone has a solution, please let me know.
blackhole commented on 2016-04-18 23:27
The problem is that now there is a donation dialogue before downloading. I will try to find a solution, that is a direct link.
In the meantime you can download the package here:
www.tophifi.it/ftp/packages/minimserver-0.8.3-7-x86_64.pkg.tar.xz
celilo commented on 2016-04-18 20:09
curl: (22) The requested URL returned error: 404 Not Found
==> ERROR: Failure while downloading http://minimserver.com/download1/MinimServer-0.8.3-x64.apk
blackhole commented on 2015-02-22 00:24
This package depends on the .apk version since the startup script is more suitable for archlinux (the original linux package is full of automatic configurations)
blackhole commented on 2015-01-31 23:20
Before starting minimserver for the first time please check if the directory /home/$USER/.minimserver/data exists.
If not, in a user terminal type the following commands:
mkdir -p /home/$USER/.minimserver/data
touch /home/$USER/.minimserver/data/minimserver.config
echo ".autoUpdate = false" >> /home/$USER/.minimserver/data/minimserver.config
blackhole commented on 2015-01-31 23:20
Before starting minimserver for the first time please check if the directory /home/$USER/.minimserver/data exists.
If not, in a terminal type the following commands:
mkdir -p /home/$USER/.minimserver/data
touch /home/$USER/.minimserver/data/minimserver.config
echo ".autoUpdate = false" >> /home/$USER/.minimserver/data/minimserver.config
chown -R $USER:users /home/$USER/.minimserver
blackhole commented on 2015-01-30 11:54
To start minimserver:
/opt/minimserver/bin/startd
To stop minimserver
/opt/minimserver/bin/stopall
(you can use also the desktop file at /opt/minimserver/icons/MinimServer.desktop)
To start minimserver, you could also start the service unit file:
# systemctl start minimserver@<user>
To enable minimserver at boot:
# systemctl enable minimserver@<user>
To complete the configuration once the service has been started, point
your web browser to:
http://localhost:9790
Full documentation is available at:
http://www.minimserver.com/
blackhole commented on 2015-01-30 09:10
Since autoupdate cannot work unless minimserver is installed in a folder inside home direcory, please righ click in the systray icon --> properties __> system --> set autoUpdate to false.