FireFly Media Server › Firefly Media Server Forums › Firefly Media Server › Nightlies Feedback › problems with win32 port
- This topic has 17 replies, 2 voices, and was last updated 18 years, 7 months ago by rpedde.
-
AuthorPosts
-
21/02/2006 at 10:43 AM #179rpeddeParticipant
Post issues with the win32 port here. I hope to get this on par with the unix side quickly.
Known issues:
1. Paths in config file must be full paths, not relative paths
2. Paths must be local, not UNC (I think?)
3. sqlite3 doesn’t work (threading issues)Please post results here though.
01/03/2006 at 9:06 AM #3974rpeddeParticipantThe only one left here is sqlite3. At least a brief look seems to show that it all seems to be working. Anyone?
27/03/2006 at 11:57 PM #3975politbyGuestI’m not getting mt-daapd on Windows to pick up iTunes playlists correctly. It shows the playlists, but they have no tracks in them.
– Music files are in subfolders of “My DocumentsMy Music”
– iTunes library files are in “My DocumentsMy MusiciTunes”
– All paths in mt-daapd config file are absolute pathsmt-daapd has loaded all tracks correctly, and again also shows the iTunes playlists – so evidently it has parsed the library file.
Anything I can do to get the playlists right, or is this not working in the most recent nightly build?
/POL
28/03/2006 at 2:12 AM #3976rpeddeParticipantThe absolute paths thing isn’t a requirement anymore, but the paths have to be relative to the mt-daapd install directory, as that is the working directory of mt-daapd.
I’ll spend some time looking at the itunes stuff on that, and will post here when I have something.
— Ron
28/03/2006 at 1:03 PM #3977politbyGuestrpedde wrote:
The absolute paths thing isn’t a requirement anymore, but the paths have to be relative to the mt-daapd install directory, as that is the working directory of mt-daapd.
I’ll spend some time looking at the itunes stuff on that, and will post here when I have something.
— Ron
Hmm. So if mt-daapd is installed in C:Program Filesmt-daapd, then the location of the music files and iTunes library would have to be relative to that path? I don’t quite follow. If music files and iTunes folder are in the D:MediaMy Music tree as in my case, how does this work out?
/POL
29/03/2006 at 11:23 AM #3978rpeddeParticipantno, sorry. Just that if you *don’t* use absolute paths, then directories are relative to the installed dir.
For example if you put:
mp3_dir = ..
db_dir = db
then mp3_dir would be “c:program files”, and db_dir would be “c:program filesmt-daapddb”
You can still specify full paths, though, so d:wherever would be okay.
29/03/2006 at 5:17 PM #3979politbyGuestRon, I think I may have found another bug. After a reboot of the Windows machine, the mt-daapd service starts up but does not publicize itself on the network. If I manually go into services.msc and restart mt-daapd, it comes up OK.
Almost as if it was dependent on some other service that may not be started
yet when mt-daapd is started after a reboot./POL
30/03/2006 at 1:16 AM #3980rpeddeParticipantYeah, that’s almost certainly a service dependency on bonjour for windows. You can manually fix that on the dependancies tab.
I’ll have to find a “smarter” way of installing the service than I am now.
— Ron
31/03/2006 at 3:35 PM #3981rpeddeParticipantInstaller dependency is fixed in svn (r902). Don’t know if you experienced it, but there was a password problem with the windows version also. That was fixed in r900.
Still looking at the iTunes playlist issue.
31/03/2006 at 3:59 PM #3982politbyGuestrpedde wrote:
Installer dependency is fixed in svn (r902). Don’t know if you experienced it, but there was a password problem with the windows version also. That was fixed in r900.
Still looking at the iTunes playlist issue.
Are you going to put out a new nightly with these fixes? I can’t seem to add the dependency – there’s no “add” button in the dependency tab of services.msc.
/POL
-
AuthorPosts
- The forum ‘Nightlies Feedback’ is closed to new topics and replies.