summaryrefslogtreecommitdiff
path: root/www/madsonic/files/message-common.in
diff options
context:
space:
mode:
authorRodrigo Osorio <rodrigo@FreeBSD.org>2014-11-26 09:26:43 +0000
committerRodrigo Osorio <rodrigo@FreeBSD.org>2014-11-26 09:26:43 +0000
commitcbe630e9560fde48b2c89e420c54cebf55c858c9 (patch)
tree7b06cc7c0b774c59b8361881cf4198ff1cbfbc39 /www/madsonic/files/message-common.in
parentHorde package update: (diff)
Add new port www/madsonic, a network media streamer
Madsonic is a fork of Subsonic, offering more features and mobile client access without the subscription fee. PR: ports/186860 Submitted by: Nicole Reid <root@cooltrainer.org>
Notes
Notes: svn path=/head/; revision=373441
Diffstat (limited to 'www/madsonic/files/message-common.in')
-rw-r--r--www/madsonic/files/message-common.in17
1 files changed, 17 insertions, 0 deletions
diff --git a/www/madsonic/files/message-common.in b/www/madsonic/files/message-common.in
new file mode 100644
index 000000000000..10ae657f055e
--- /dev/null
+++ b/www/madsonic/files/message-common.in
@@ -0,0 +1,17 @@
+
+On headless machines, start the container server with
+%%CONTAINERFLAGS%%="-Djava.awt.headless=true"
+to prevent problems showing album art thumbnails.
+
+You can increase the container server's memory allocation if needed like
+%%CONTAINERFLAGS%%="-Xms96m -Xmx512m"
+
+Use a UTF-8 locale to enable support for all possible tags. Otherwise,
+files with Unicode tags will not scan properly and will be unplayable.
+Chapter 23 of the FreeBSD Handbook has information on using locales.
+https://www.freebsd.org/doc/handbook/l10n.html
+
+For example, US English:
+%%CONTAINERFLAGS%%="-Dfile.encoding=UTF-8 -Duser.language=en -Duser.region=US"
+
+Combine multiple flags into a single %%CONTAINERFLAGS%%="[...]" line.