Hi
> To play pls files you have to modify lines 141-143 in 
> "freevo-1.8.3/lib/python2.5/site-packages/freevo/audio/plugins/mplayer.py":
>
> [original]
>         if item.network_play:
>             if str(ext) in ('.m3u', '.pls', '.asx'):
>                 is_playlist = True
>
> [modified]
>
> #        if item.network_play:
>          if str(ext) in ('.m3u', '.pls', '.asx'):
>             is_playlist = True
>
> As you can see in the bug report, Duncan thinks that this modification 
> may break something else. But I don't know enough freevo/python to 
> write another audio plugin, as Duncan suggest. I'm used to modify 
> manually this lines in every release since 1.7.x, and I have no 
> problems with the plugins I use (not many, at least for audio, though)
Thanks for all the hints, his one is the one I like most :)
I'll implement it into my distri :)

-- 
Helmut Auer, hel...@helmutauer.de 


------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
_______________________________________________
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to