On 21/10/2008 19:08, Francisco Eduardo Álvarez Solano said the following:
> Hi,
> 
> Release after release I have to modify slightly 
> 'site-packages/freevo/audio/plugins/mplayer.py' to play .m3u files. This 
> is the offending piece of code in Freevo 1.8.2 (lines143-145):
> 
>         if item.network_play:
>             if str(ext) in ('.m3u', '.pls', '.asx'):
>                 is_playlist = True
> 
> 
> I have to comment out line 143 to add -'playlist' switch to mplayer when 
> playing m3u files.
> 
> #        if item.network_play:
>          if str(ext) in ('.m3u', '.pls', '.asx'):
>              is_playlist = True
> 
> Does anybody know why 'is_playlist' depends on 'item.network'? You can 
> play a m3u playlist from a network stream or from a file in your 
> harddisk, but the code, as is now, only add the necessary switch to 
> mplayer when playing network playlists.
> 
> May I fill a bug report or a request?

Of course you may, it's a bug if something doesn't work and a feature if 
it does work but has unwanted unexpected behaviour.

More specifically:
- if the change log says Fixed then it is a bug report.
- if the change log says Updated then it is a feature request.

Duncan

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to