Reply To: Setting up multiple instances of Firefly on Linkstation NAS

FireFly Media Server Firefly Media Server Forums Firefly Media Server Setup Issues Setting up multiple instances of Firefly on Linkstation NAS Reply To: Setting up multiple instances of Firefly on Linkstation NAS

#5928
risimmonsuk
Participant

Ok – I still can’t get this to work. 2 Config files below (comments and whitespace removed for the purpose of the post).

I start mt-daapd with the following command line;

/usr/local/sbin/mt-daapd -c /usr/local/etc/mt-daapd.comedy.conf
followed by
/usr/local/sbin/mt-daapd -c /usr/local/etc/mt-daapd.classical.conf

The first library (whichever I start first) works fine. The second one has the following behaviour;
– web interface loads
– web interface shows bonjour service is running (I don’t believe it)
– web interface shows the media server is running
– uptime blank
– songs blank
– clients blank
– configuration page blank
– iTunes doesn’t see second server
Can anybody tell me what I’m doing wrong?

Thanks!

/usr/local/etc/mt-daapd.comedy.conf



[general]

web_root = /usr/local/share/mt-daapd/admin-root
port = 3691
admin_pw = mt-daapd
db_type = sqlite
db_parms = /usr/local/var/cache/mt-daapd/comedy
mp3_dir = /mnt/hda/richardshare/Music/Comedy
servername = Comedy
runas = nobody
playlist = /usr/local/etc/mt-daapd.playlist
#password = mp3
extensions = .mp3,.m4a,.m4p,.wma
ssc_codectypes = ogg,flac,alac
ssc_prog = /usr/local/bin/mt-daapd-ssc.sh
#logfile = /var/log/mt-daapd.log
#art_filename = _folderOpenImage.jpg
rescan_interval = 300
# always_scan = 0
# process_m3u = 0
scan_type = 2
#compress = 0

[plugins]
plugin_dir = /usr/local/share/mt-daapd/plugins
plugins = rsp.so,ssc-script.so

/usr/local/etc/mt-daapd.classical.conf




[general]

web_root = /usr/local/share/mt-daapd/admin-root
port = 3690
admin_pw = mt-daapd
db_type = sqlite
db_parms = /usr/local/var/cache/mt-daapd/classical
mp3_dir = /mnt/hda/richardshare/Music/Classical
servername = Classical
runas = nobody
playlist = /usr/local/etc/mt-daapd.playlist
#password = mp3
extensions = .mp3,.m4a,.m4p,.wma
ssc_codectypes = ogg,flac,alac
ssc_prog = /usr/local/bin/mt-daapd-ssc.sh
#logfile = /var/log/mt-daapd.log
#art_filename = _folderOpenImage.jpg
rescan_interval = 300
# always_scan = 0
# process_m3u = 0
scan_type = 2
#compress = 0

[plugins]
plugin_dir = /usr/local/share/mt-daapd/plugins
plugins = rsp.so,ssc-script.so