FireFly Media Server › Firefly Media Server Forums › Firefly Media Server › Setup Issues › Some Songs missing in Playlists
- This topic has 8 replies, 4 voices, and was last updated 17 years, 8 months ago by Anonymous.
-
AuthorPosts
-
29/03/2007 at 6:35 AM #1213AnonymousInactive
hi,
i copied the iTunes xml-library to the “root”-dir of my mp3’s on the server (NLSU2) where firefly is running. on the first view everything looks fine:
all playlists are listest in i-tunes “shares music” the main folder (“Mp3’s on NSLU”) shows the same trackamount then my local lib does. so i suggested all mp3’s where found, and all pathes seem to be correct.
but when i take a closer look to some of the playlists (now all shown as static ones) i miss some songs.
does anybody has an idea what could be wrong.
thanks in advance29/03/2007 at 7:19 AM #9700StarGuestHi Andiy
Try having a look at the Firefly log file to check that the path for the missing songs is accessible. I’ve notices some differences between valid paths as interpreted by iTunes and Firefly running on a LinkStation, and this could possibly be the problem you are experiencing.
29/03/2007 at 8:17 AM #9701fizzeParticipantOne cause might be the filesystem’s character set.
Special characters are interpreted differently on windows (NTFS), mac (HFS) or Linux (ext2/3) machines, for instance.So if you do have some special characters within your filepaths (could be as simple as a hyphen, let alone ä, ß, Ø, etc)
29/03/2007 at 9:21 AM #9702AnonymousInactivehi,
thanks for this information. i thought so too, but in the “main”-list (the firefly-share appearing in itunes) i can see all (4368) songs, but in some playlists some are missing. so if the char-set is not correct, why do these songs appear in the main-list but not in the other play-lists ?
and yes, i do have songs with chars like ö,ä,ü,ß,… and i’m working on cleaning them up, but some missing songs i’ve checked, do definitely not contain any special chars.???
29/03/2007 at 12:22 PM #9703fizzeParticipantWell, the main “playlist” is a playlist that contains all songs in the iTunes.xml ?
Or is it just firefly’s “browse songs” ?29/03/2007 at 12:56 PM #9704rpeddeParticipant@andiy wrote:
hi,
thanks for this information. i thought so too, but in the “main”-list (the firefly-share appearing in itunes) i can see all (4368) songs, but in some playlists some are missing. so if the char-set is not correct, why do these songs appear in the main-list but not in the other play-lists ?
and yes, i do have songs with chars like ö,ä,ü,ß,… and i’m working on cleaning them up, but some missing songs i’ve checked, do definitely not contain any special chars.???
Because they match by name. So when it does a scan of the file system, it will find the codepage named file. Then, when it sees a reference to the file in the iTunes playlist, it’s utf-8. So it can’t find the file in the database — they have different file names.
Easiest fix is to switch your fs to utf8 on the slug, but a workaround would be for me to implement codepage switching on the server, so it would store filenames as utf8 in the db itself.
29/03/2007 at 4:01 PM #9705fizzeParticipantwell, regarding a DB in UTF8, this is a pretty hefty enterprise.
Building it again from scratch is te only viable option here imo.Converting from one charset to another IS not trivial.
Not in Oracle, at least… 😉
30/03/2007 at 2:41 AM #9706rpeddeParticipant@fizze wrote:
well, regarding a DB in UTF8, this is a pretty hefty enterprise.
Building it again from scratch is te only viable option here imo.Converting from one charset to another IS not trivial.
Not in Oracle, at least… 😉
Not the db, the file system. If you set your file system to utf-8, then everything automatically works.
30/03/2007 at 7:36 AM #9707AnonymousInactivedo you have a quick info on who to do this on a slug-box?
there is no i18n-file like on other linux-boxes.
but don’t worry, i will have a look at the unslung-forumthanks anyway
-
AuthorPosts
- The forum ‘Setup Issues’ is closed to new topics and replies.