I changed this in get_demuxer in freevo/audio/plugins/mplayer.py:
- DEMUXER_MP3 = 17
+ DEMUXER_MP3 = 20
DEMUXER_OGG = 18
rest, extension = os.path.splitext(filename)
if extension.lower() == '.mp3':
+ return "-rawaudio format=0x55 -demuxer " + str(DEMUXER_MP3)
- return "-demuxer " + str(DEMUXER_MP3)
if extension.lower() == '.ogg':
return "-demuxer " + str(DEMUXER_OGG)
else:
return ''This is not a true diff i know, i didn't keep the old file for reference. This makes mplayer play a few more mp3's than before. I had problems with some specific files (like 2-3 mp3's in every tenth album or so) not being detected as mp3's but movies instead. This seems to fix it for me at least. Mattias PS. This is a mail i sent away two days ago but since i'm now subscribed i am also actually allowed to post this mail. I've been using this "patch" some and haven't had any troubles, just beeing able to play some extra albums. DS
signature.asc
Description: This is a digitally signed message part
