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?
Regards
-------------------------------------------------------------------------
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-users