You are not logged in.

#1 2005-01-29 11:18:43

combo
Member
Registered: 2004-09-22
Posts: 28

xmms wma input plug-in

I think I said everything in the topic's title...:) Homepage: http://mcmcc.bat.ru/xmms-wma/
I hope this hasn't been implemented to Archlinux yet. I know that linux users (like me) hate wma, but this format exists:( Yes, I know that wma is playable by mplayer and transcodable by ffmpeg, but the most popular audio player is XMMS under linux.
To tell the truth I couldn't get it to work under Arch 0.5 (segfault...), but under 0.7 beta it works. But I've tryed its (now) not latest version (1.0.3).

Offline

#2 2005-01-29 23:38:57

fedaykin
Member
Registered: 2004-12-02
Posts: 25

Re: xmms wma input plug-in

Awesome.  Was looking around for plugins and found this one.  Installs quickly, no errors, and am playing .wma files as I write this.  smile

Offline

#3 2005-02-03 03:13:52

celeron2002
Member
From: Santiago, Chile.
Registered: 2004-02-18
Posts: 150

Re: xmms wma input plug-in

thx for the plugin.
Maybe somebody wants this script for transform
wma->mp3

#!/bin/bash

current_directory=$( pwd )

#remove spaces
for i in *.wma; do mv "$i" `echo $i | tr ' ' '_'`; done

#remove uppercase
for i in *.[Ww][Mm][Aa]; do mv "$i" `echo $i | tr '[A-Z]' '[a-z]'`; done

#Rip with Mplayer / encode with LAME
for i in *.wma ; do mplayer -vo null -vc dummy -af resample=44100 -ao pcm -waveheader

#convert file names
for i in *.wma; do mv "$i" "`basename "$i" .wma`.mp3"; done

rm audiodump.wav

i found it in the net, but i dont remember where xD.undefined


irc.bsd.cl #linux
irc.freenode.org #archlinux-es

Offline

#4 2005-02-03 05:39:05

Snowman
Developer/Forum Fellow
From: Montreal, Canada
Registered: 2004-08-20
Posts: 5,212

Re: xmms wma input plug-in

Actually, you can play wma file in XMMS with the xmms-mplayer plugin.

However, from the screen shots on  http://mcmcc.bat.ru/xmms-wma/ , xmms-wma gives more specific file info.

Offline

Board footer

Powered by FluxBB