- Joined
- May 28, 2011
- Messages
- 10,996
He's building Beta-2 again, forgot the MM switch. Should be out again soon.
what happened to beta2, I notice it doesn't have and of the multimmedia ports and you've gone back to beta1 on sourceforge .. ?
Grr.. made a rookie mistake and forgot to enable MULTIMEDIA support in BETA2 -_-.. I'm going to yank the dang builds because they're no different from the regular ones.
missed that ..
No worries! It's easy to miss simple things like that. I was originally going to jump straight to RC1 because I hadn't heard anything negative [so far], but I'm fine with spinning a short-lived -BETA2_MULTIMEDIA.
I doubt it will be incorporated into a MM release. You should locate the Plug-In request thread and ensure your request is listed, this way it can be built and included in the 8.2 release of plug-ins.Any chance of getting the Logitech Media Server (for Squeezebox radio, etc.) to run in this or a not-too-distant version? They have a version for FreeBSD that worked with FreeNAS 7.x, but all the reports say it doesn't work in FreeNAS 8.x.
I doubt it will be incorporated into a MM release. You should locate the Plug-In request thread and ensure your request is listed, this way it can be built and included in the 8.2 release of plug-ins.
The other thing you might try is to add it yourself.
Good Luck,
Mark
2) MiniDLNA currently does not automatically update the database when you add a file. This is a FreeBSD limitation. To recognize new files you can reboot the system, restart minidlna manually, or set up a CRON job to restart the service periodically. This goes beyond this How-To. With any luck there will be a fix but I'm not holding my breath.
mount -uw / cd /mnt/pool/
ee whatever.sh
#!/bin/sh pkill -9 minidlna rm /mnt/pool/dlna/var/db/minidlna/files.db service minidlna start
mount -o ro /
Bit Torrent (Transmission) Instructions
I Don't use Bit Torrent at all but the service appears to run after this setup. If you see changes which need to be made, please post or PM me.
Minimum Requirements: FreeNAS 8.0.4-MULTIMEDIA.
...
...
mount -uw /
mkdir -p "/mnt/pool/downloads" cd /mnt/pool/downloads mkdir transmission finished watch
chown -R www:www transmission finished watch
cp /usr/local/etc/transmission/home/settings.json /mnt/pool/downloads/transmission/. cp /usr/local/etc/rc.d/transmission /conf/base/etc/rc.d
ee /conf/base/etc/rc.conf
transmission_enable="YES" transmission_conf_dir="/mnt/pool/downloads/transmission" transmission_watch_dir="/mnt/pool/downloads/watch" transmission_download_dir="mnt/pool/downloads/finished" transmission_user="www"
mount -o ro /
Vice doing all this you can run the command 'service minidlna restart' and it will stop, then start the service. Upon starting it will perform a scan of media directories you defined during the initial setup and create the database all over again. It's always worked for me.BUILD: 8.0.4-RELEASE_MULTIMEDIA
-You can create a shell script, save it to an easily accessible location (like top level of a persistent volume) and use it every time you add or remove items to your minidlna server to update the db file.
-To create the shell script, navigate to any of your persistent volume.
Code:mount -uw / cd /mnt/pool/
-Create the script with an editor.
Code:ee whatever.sh
-Input the following into your script.
Code:#!/bin/sh pkill -9 minidlna rm /mnt/pool/dlna/var/db/minidlna/files.db service minidlna start
*The script above kills the minidlna process, deletes the .db file, and the starts minidlna again. Minidlna creates a new and updated db file every time it starts.
-Esc to leave editor and Save.
Code:mount -o ro /
-Run /mnt/pool/whatever.sh to update your minidlna server.
The above instructions didn't work for me. I couldn't access transmission with transmission-gui programs. So I tweaked the instructions a bit.
Vice doing all this you can run the command 'service minidlna restart' and it will stop, then start the service. Upon starting it will perform a scan of media directories you defined during the initial setup and create the database all over again. It's always worked for me.
I'm brand-spankin' new to FreeNAS as of today. I'm happy to report that I not only installed 8.0.4-RELEASE, but also updated to 8.0.4-MULTIMEDIA via GUI (when I found out mt-daapd/firefly wasn't included) without any issues. I'm running the 64-bit image as well.
...
FireFly (iTunes Server) Setup (Joe's version)
I haven't played with 8.2 yet but I doubt it will be a difficult configuration. Odds are I will soon but I'm going to need to be bored around the house to make me want to sit in front of the computer for half a day. I get plenty of computer work with my day job, no need to torture myself when I come home too. I'm downloading 8.2-Beta1 and I'll give it a shot if I got time tonight. When I figure out the configuration I'll post it.Finnaly got round to testing this, and it works just fine mate. Thanks ...
Now shame I can't get the firefly plugin to install on 8.2.0 !! but that's for another thread I think ..
D
I haven't played with 8.2 yet but I doubt it will be a difficult configuration. Odds are I will soon but I'm going to need to be bored around the house to make me want to sit in front of the computer for half a day. I get plenty of computer work with my day job, no need to torture myself when I come home too. I'm downloading 8.2-Beta1 and I'll give it a shot if I got time tonight. When I figure out the configuration I'll post it.