2010-01-22, 17:25
I am trying to rip my audio CD and I created the button "RipCD" with code:
The settings of the CD ripping are:
CDDA Rip Folder: /home/htpc/Music/Ripped
Track Naming Template: [%N.]%T - %A
Encoder: Lame
Quality: Constant Bit Rate
Bit Rate: 192 kbps
But when I push this button there is nothing happening.
Lame is OK - cdda2mp3 uses lame and ripped my CD excellently.
XBMC 9.11 r26018 (Compiled: Dec 24 2009)
I was trying to rip on 2 skins Project Maihem III & Confluence but RipCD button doesn't work in any of them.
Help me to find out what is the problem.
Code:
<control type="button" id="7">
<description>RIPCD</description>
<posx>0</posx>
<posy>185</posy>
<include>ButtonCommonValues</include>
<label>55</label>
<onclick>RipCD</onclick>
<onleft>1</onleft>
<onright>7</onright>
<onup>6</onup>
<ondown>1</ondown>
<visible>System.HasMediadvd</visible>
</control>
The settings of the CD ripping are:
CDDA Rip Folder: /home/htpc/Music/Ripped
Track Naming Template: [%N.]%T - %A
Encoder: Lame
Quality: Constant Bit Rate
Bit Rate: 192 kbps
But when I push this button there is nothing happening.
Lame is OK - cdda2mp3 uses lame and ripped my CD excellently.
XBMC 9.11 r26018 (Compiled: Dec 24 2009)
I was trying to rip on 2 skins Project Maihem III & Confluence but RipCD button doesn't work in any of them.
Help me to find out what is the problem.