[Slim-Checkins] r33739 - /7.7/trunk/server/Slim/Music/Artwork.pm

[email protected]
Newsgroups gmane.music.equipment.slimdevices.cvs
Message-ID <[email protected]>
Author: mherger
Date: Sun Dec  4 23:03:43 2011
New Revision: 33739

URL: http://svn.slimdevices.com/slim?rev=33739&view=rev
Log:
Bug: 17800
Description: we need to handle "Windows-style" wildcards when adding file definitions to the artwork candidates list

Modified:
    7.7/trunk/server/Slim/Music/Artwork.pm

Modified: 7.7/trunk/server/Slim/Music/Artwork.pm
URL: http://svn.slimdevices.com/slim/7.7/trunk/server/Slim/Music/Artwork.pm?rev=33739&r1=33738&r2=33739&view=diff
==============================================================================
--- 7.7/trunk/server/Slim/Music/Artwork.pm (original)
+++ 7.7/trunk/server/Slim/Music/Artwork.pm Sun Dec  4 23:03:43 2011
@@ -113,6 +113,11 @@
 				}
 			}
 			elsif ( defined $coverFormat ) {
+				if ( main::ISWINDOWS ) {
+					# Remove illegal characters from filename.
+					$coverFormat =~ s/\\|\/|\:|\*|\?|\"|<|>|\|//g;
+				}
+
 				push @files, $coverFormat;
 			}
 		}
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.