Dan Sully Wrote: 
> * gharris999 shaped the electrons to say...
> 
> >...breaks scanning of whole-album FLACS with embedded cuesheets. 
> >Suddenly every album has no metadata whatsoever: no genre, no title,
> no
> >tracks, etc.
> >
> >Rolling back to 6797 fixes everything.  This is on a Windows box
> (which
> >I know you hate, Dan...sorry.  Let me know if you need some test
> files
> >to demonstrate this.)
> 
> Test files would be good.
> 
> Could you also try editing Slim/Utils/Misc.pm - and in 'sub
> fixPathCase'
> change this line:
> 
> return Cwd::abs_path(canonpath($path));
> 
> to:
> 
> return canonpath($path);
> 
> And see if that fixes the problem?
> 
> Thanks.
> 
> -D
> --
> <iNoah> kernel's original recipe: 11 secret args and switches

Changing from
return Cwd::abs_path(canonpath($path));
to
return canonpath($path);
fixes my problems.

Thanks,
Steinar


-- 
sbjaerum
------------------------------------------------------------------------
sbjaerum's Profile: http://forums.slimdevices.com/member.php?userid=237
View this thread: http://forums.slimdevices.com/showthread.php?t=22651

_______________________________________________
beta mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/beta

Reply via email to