Search Criteria
Package Details: serviio 2.2.1-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/serviio.git (read-only, click to copy) |
---|---|
Package Base: | serviio |
Description: | Free DLNA media server |
Upstream URL: | http://www.serviio.org/ |
Licenses: | custom |
Submitter: | cebru |
Maintainer: | yigits |
Last Packager: | yigits |
Votes: | 62 |
Popularity: | 0.034956 |
First Submitted: | 2011-04-09 16:25 (UTC) |
Last Updated: | 2022-05-20 00:08 (UTC) |
Dependencies (2)
- ffmpeg (ffmpeg-v4l2-request-git, ffmpeg-nox-git, ffmpeg-svt-vp9-git, ffmpeg-intel-full-git, ffmpeg-yt-dlp-bin, ffmpeg-shinobi, ffmpeg-git, ffmpeg-ndi, ffmpeg-libfdk_aac, ffmpeg-obs, ffmpeg-cuda, ffmpeg-mmal, ffmpeg-amd-full-git, ffmpeg-vulkan, ffmpeg-nocuda, ffmpeg-headless, ffmpeg-amd-full, ffmpeg-full, ffmpeg-decklink, ffmpeg-full-git)
- java-runtime-headless (jre10, jdk6, jdk12-openj9-bin, zulu-12-bin, jre6, jre12, server-jre, jdk13-openj9-bin, jdk9-openj9-bin, jdk10, jdk11-openjdk-dcevm, jdk10-openj9-bin, jdk14-openj9-bin, jdk7, jre7, zulu-14-bin, amazon-corretto-15, jdk11-openjdk-dcevm-conflicts-fixed, zulu-embedded-jdk8, sapmachine-jdk-bin, amazon-corretto-16, jre8-openjdk-shenandoah-headless, zulu-16-bin, jdk16-adoptopenjdk, jdk11-openj9-bin, zulu-jdk-fx-bin, jdk11-microsoft-openjdk, jdk16-microsoft-openjdk, jre-openj9-headless, jdk11-msopenjdk-bin, jdk18-beta-temurin, jdk8-arm, jre-jetbrains, liberica-jdk-11-bin, liberica-jdk-11-lite-bin, liberica-jre-11-bin, jre11-jetbrains-imfix, java-openjdk-loom-ea-bin, jdk8-dragonwell-bin, jdk17-dragonwell-bin, jdk8-openj9-bin, zulu-jre-fx-bin, hmcl-zulu-bin, jdk7-j9-bin, jdk7r1-j9-bin, jdk8-j9-bin, jdk11-j9-bin, jdk-jetbrains, jre11-jbr-xdg-headless, jre-jbr-xdg-headless, jre11, jdk18-openj9-bin, jre12-openjdk-headless, jre15-openjdk-headless, jre16-openjdk-headless, jre13-openjdk-headless, jre14-openjdk-headless, zulu-embedded-jdk11, jre-bcl, jdk-bcl, jre-openjdk-headless-xdg, liberica-jre-8-full-bin, amazon-corretto-17, amazon-corretto-18, zulu-18-bin, zulu-17-bin, zulu-11-bin, zulu-8-bin, zulu-15-bin, zulu-13-bin, jre-lts, jre, amazon-corretto-11, liberica-jdk-11-full-bin, liberica-jdk-17-full-bin, liberica-jdk-full-bin, liberica-jre-11-full-bin, jdk11-temurin, jdk-temurin, jdk17-temurin, amazon-corretto-8, jre15, jre14, jre13, jre16, jre17, java-openjdk-bin, bishengjdk-17, bishengjre-17, jre8-adoptopenjdk-headless, jdk11-dragonwell-bin, jdk-arm, jdk-microsoft-openjdk, jre8, jdk8, liberica-jdk-8-full-bin, jdk-openj9-bin, java-openjdk-ea-bin, jre-openjdk-headless, jre11-openjdk-headless, jre17-openjdk-headless, jre8-openjdk-headless)
Latest Comments
yigits commented on 2022-05-20 00:09 (UTC)
@cherio thank you for the heads up, pushed a new release to address those issues
cherio commented on 2022-05-16 21:40 (UTC) (edited on 2022-05-16 21:43 (UTC) by cherio)
There seem to be a problem with serviio.sh. The syntax inside assumes "bash" however the shebang specifies #!/bin/sh which is a directive to use POSIX compatible shell. While by default in arch sh points to bash, it is not a requirement to have bash as a fallback; both arch bash and dash documentation briefly touches upon POSIX compatibility.
The script needs either to tweak syntax to use POSIX compatible expressions (see below) or change shebang to #!/bin/bash - either way it is a simple fix.
lesebas commented on 2021-10-13 19:31 (UTC)
Sorry I do not use this app anymore and don't have time to maintain it. Disowned.
kiswa commented on 2021-10-13 19:04 (UTC)
Will this be getting an update to the latest version anytime soon?
skeezmoe commented on 2020-07-29 20:38 (UTC) (edited on 2020-07-29 20:41 (UTC) by skeezmoe)
For those having post install issues refer to: https://forum.manjaro.org/t/serviio-dlna-media-server-install/115555
I followed the instructions in the link and now it works:
After install use these commands to get it going . systemctl start serviio.service ( Starts the service and it will start at boot . ) systemctl stop serviio.service ( Stops the service ) systemctl status serviio.service ( Will show you the server status )
zerophase commented on 2019-06-20 05:15 (UTC)
Anyone else having issues accessing the serviio console since updating to 2.0?
lesebas commented on 2019-01-15 21:43 (UTC)
@zerophase
Done
zerophase commented on 2019-01-12 20:01 (UTC)
jre10-openjdk-headless seems to work fine for this. could you change
java-runtime-headless
to>=8
?lesebas commented on 2019-01-06 15:51 (UTC)
Up to date, enjoy.
lesebas commented on 2019-01-05 17:05 (UTC)
Hi, I will update the package as soon as I will be back at home. Please be patient or download the pkgbuild and modify it locally to buildthe pkg.
yoohahn commented on 2019-01-02 07:22 (UTC) (edited on 2019-01-02 07:38 (UTC) by yoohahn)
If I knew how to add an update I would. Its easy to do this your selfe. Just change the hash and download The 10.0.1 package manually. Worked for me when I installed 1.10.
Edit: Adding this patch should do it - https://pastebin.com/RSrtGGf4
student975 commented on 2019-01-01 11:02 (UTC)
Hi! Any chances to move to the last (1.10.1)?
lesebas commented on 2018-03-03 09:36 (UTC)
Hi, updated to version 1.9.1. Enjoy!
jro commented on 2017-09-19 10:57 (UTC)
jro commented on 2017-09-19 10:51 (UTC)
rkmax commented on 2017-08-09 03:17 (UTC)
lesebas commented on 2016-12-15 21:03 (UTC)
fuzzy2 commented on 2016-10-22 08:46 (UTC)
lesebas commented on 2016-10-04 17:22 (UTC) (edited on 2016-10-04 17:22 (UTC) by lesebas)
crabvk commented on 2016-09-19 18:59 (UTC)
Leidge commented on 2016-08-03 03:37 (UTC)
zerophase commented on 2016-04-02 01:02 (UTC)
zerophase commented on 2016-02-04 07:16 (UTC)
lesebas commented on 2016-01-20 21:12 (UTC)
zerophase commented on 2015-11-05 19:06 (UTC)
lesebas commented on 2015-11-05 09:35 (UTC) (edited on 2015-11-05 09:35 (UTC) by lesebas)
zerophase commented on 2015-11-05 04:20 (UTC)
m79reed commented on 2015-03-09 07:54 (UTC)
lesebas commented on 2015-03-07 11:24 (UTC)
dront78 commented on 2015-03-07 11:11 (UTC)
nplatis commented on 2015-03-06 20:12 (UTC)
axel commented on 2015-03-06 19:40 (UTC)
axel commented on 2015-03-06 18:58 (UTC)
lesebas commented on 2015-02-25 20:26 (UTC)
mortzu commented on 2015-02-25 09:53 (UTC)
lesebas commented on 2015-02-12 21:40 (UTC)
dimitrije commented on 2015-02-03 22:44 (UTC)
tarasis commented on 2014-10-05 00:08 (UTC)
lesebas commented on 2014-10-03 11:55 (UTC)
tarasis commented on 2014-10-02 21:20 (UTC)
lesebas commented on 2014-09-16 17:14 (UTC)
prettyvanilla commented on 2014-07-26 22:46 (UTC)
dront78 commented on 2014-04-05 15:12 (UTC)
skremiec commented on 2013-12-22 20:47 (UTC)
commented on 2013-08-14 14:44 (UTC)
mortzu commented on 2013-06-22 10:39 (UTC)
commented on 2013-06-16 09:02 (UTC)
mewol commented on 2013-04-02 23:25 (UTC)
mortzu commented on 2013-03-05 05:07 (UTC)
commented on 2012-12-20 13:41 (UTC)
bjo commented on 2012-12-20 13:19 (UTC)
commented on 2012-09-03 00:19 (UTC)
commented on 2012-08-29 08:54 (UTC)
bjo commented on 2012-08-26 07:19 (UTC)
commented on 2012-08-24 16:05 (UTC)
bjo commented on 2012-08-04 18:17 (UTC)
benwbooth commented on 2012-08-04 02:15 (UTC)
bjo commented on 2012-08-03 07:02 (UTC)
pro7o13x commented on 2012-08-03 02:18 (UTC)
bjo commented on 2012-07-27 09:33 (UTC)
benwbooth commented on 2012-07-27 02:51 (UTC)
benwbooth commented on 2012-07-27 02:50 (UTC)
benwbooth commented on 2012-07-27 02:28 (UTC)
bjo commented on 2012-04-13 15:28 (UTC)
commented on 2012-02-19 20:55 (UTC)
ilpianista commented on 2012-01-10 22:16 (UTC)
ilpianista commented on 2012-01-10 22:15 (UTC)
smaxer commented on 2012-01-06 11:56 (UTC)
rp9 commented on 2011-09-23 20:44 (UTC)
sultanoswing commented on 2011-06-15 11:46 (UTC)
sultanoswing commented on 2011-06-15 07:23 (UTC)