FireFly Media Server › Firefly Media Server Forums › Firefly Media Server › Setup Issues › Library is invisible in iTunes
- This topic has 3 replies, 2 voices, and was last updated 17 years, 3 months ago by rpedde.
-
AuthorPosts
-
05/08/2007 at 4:02 PM #1611mallaireParticipant
I’m running Firefly (nigthly) on the most recent Ubuntu. I’ve completed every step, the server is running (I can see the web management and it shows that Bonjour and every other thing is running). My config is OK (mp3 folder is at the right place). But when I open iTunes on WindowsXP, I can’t see the shared library.
There must be something wrong… because I have another iTunes server (a D-Link DNS-323 network storage that have the iTunes server feature) and I can see this one with my iTunes… but Firefly is still not showing…
Can someone help me? Do I need to do something else? I tried “almost” eveything in this forum, but no success.
Thank you for your help!
05/08/2007 at 6:49 PM #11991rpeddeParticipant@mallaire wrote:
I’m running Firefly (nigthly) on the most recent Ubuntu. I’ve completed every step, the server is running (I can see the web management and it shows that Bonjour and every other thing is running). My config is OK (mp3 folder is at the right place). But when I open iTunes on WindowsXP, I can’t see the shared library.
There must be something wrong… because I have another iTunes server (a D-Link DNS-323 network storage that have the iTunes server feature) and I can see this one with my iTunes… but Firefly is still not showing…
Can someone help me? Do I need to do something else? I tried “almost” eveything in this forum, but no success.
Thank you for your help!
I think there is an issue with the ubuntu nightly. I think it’s set to use local mdns rather than avahi. You can compile a new one from tarball, using –enable-avahi, or wait for the next nightly which should be relatively soon, although that will have lots of new code, and you’ll be something of a crash test dummy. 🙂
06/08/2007 at 12:59 AM #11992mallaireParticipantHummm… compile a new one?
I am relatively new to all this stuff… I learned to configure a lot of things on Linux, but compiling is something I don’t know yet….
Is this something complicated? I don’t want to abuse of your time, but can you give me a few tips on how to do this?
06/08/2007 at 5:23 AM #11993rpeddeParticipant@mallaire wrote:
Hummm… compile a new one?
I am relatively new to all this stuff… I learned to configure a lot of things on Linux, but compiling is something I don’t know yet….
Is this something complicated? I don’t want to abuse of your time, but can you give me a few tips on how to do this?
🙂
Here’s the terse answer:
Install the necessary development packages:
root@foo:~# apt-get install make gcc libc6-dev libsqlite0-dev libid3tag0-dev libflac-dev libvorbis-dev libavahi-client-dev
Download the tarball:
root@foo:~# wget http://nightlies.mt-daapd.org/mt-daapd-svn-1586.tar.gz
Untar it:
root@foo:~# tar -xvzf mt-daapd-svn-1586.tar.gz
root@foo:~# cd mt-daapd-svn-1586configure it:
root@foo:~/mt-daapd-svn-1586# ./configure –prefix=/usr –enable-avahi –enable-flac –enable-oggvorbis –enable-sqlite
root@foo:~/mt-daapd-svn-1586# make; make install
Something like that should do it. Again, I hope to have new nightlies tomorrow, so if that fails, check back tomorrow.
— Ron
-
AuthorPosts
- The forum ‘Setup Issues’ is closed to new topics and replies.