Assembla home | Assembla project page
 

Ticket #153 (closed Bug Report: fixed)

Opened 4 months ago

Last modified 4 months ago

iTunes playlists fail with UNC paths

Reported by: Pernod Assigned to:
Priority: High Milestone: 1.21
Component: Playlists Version: 1.20
Keywords: Cc:

Description

If an iTunes library containing UNC paths is parsed for playlists then the leading slash '/' is removed from the file location. ie. /Media-Server/... instead of //Media-Server/...

This causes SwissCenter to not find the file and reject it from the playlist.

Change History

07/13/08 12:27:28 changed by Pernod

  • status changed from new to closed.
  • resolution set to fixed.

(In [1019]) Fixed parsing of UNC paths in iTunes playlists. The accepted filetypes are now based upon file extension rather than 'Kind' from the iTunes library. The 'Kind' value is in local language so not practical to use. ie.'MPEG-Audiodatei'.

Fixes #153