Home of the Squeezebox™ & Transporter® network music players.
Results 1 to 2 of 2
  1. #1
    Senior Member
    Join Date
    Jun 2005
    Posts
    381

    [Slim-Checkins] r8507 - in /trunk/server:Changelog6.html Slim/Formats/Playlists/PLS.pm

    dsully (AT) svn (DOT) slimdevices.com wrote:
    > Author: dsully
    > Date: Tue Jul 18 23:04:37 2006
    > New Revision: 8507
    >
    > URL: http://svn.slimdevices.com?rev=8507&view=rev
    > Log:
    > Bug: 3697
    > Description: UTF-16 encoded pls files need to be decoded all at once.
    >
    > Modified:
    > trunk/server/Changelog6.html
    > trunk/server/Slim/Formats/Playlists/PLS.pm
    > Modified: trunk/server/Slim/Formats/Playlists/PLS.pm
    > URL: http://svn.slimdevices.com/trunk/ser...8507&view=diff
    > ================================================== ============================
    > --- trunk/server/Slim/Formats/Playlists/PLS.pm (original)
    > +++ trunk/server/Slim/Formats/Playlists/PLS.pm Tue Jul 18 23:04:37 2006
    > + local $/ = undef;
    > + $data = <$file>;


    Any particular reason not to use File::Slurp here?

  2. #2
    Perl Commando Dan Sully's Avatar
    Join Date
    Apr 2005
    Location
    Daly City, CA
    Posts
    2,864

    [Slim-Checkins] r8507 - in /trunk/server:Changelog6.html Slim/Formats/Playlists/PLS.pm

    * Robert Moser shaped the electrons to say...

    >Any particular reason not to use File::Slurp here?


    Not that I can think of..

    -D
    --
    Ya gotta love UNIX, where else do you wonder whether
    you can kill a zombie spawned by a daemon's fork?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •