Is it possible to make a "RIP CD" shortcut?
#1
In Aeon you must be in FILE mode to rip your cd which is very frustrating when using library mode. Would it be possible to put a shortcut button to immediately begin ripping when it is clicked?

I am a newbie in XBMC skinning, but it seems to be quite similar to MediaPortal skinning. But please be specific when you try to explain it to me. IF it is possible. Smile

A dialog when the CD is inserted would also be a nice feature, where you can select to either rip the cd or playing it.

Best regards
Reply
#2
seeing mediaportal originated from xbmc and grabbed most of its skinning from xbmc, it shouldn't be all that surprising Wink

unfortunately this is not doable currently.
Reply
#3
So there is absolutely NO workaround for a faster and easier way ripping a CD while in Library mode? Sad
Reply
#4
not until somebody code it up.
Reply
#5
added in svn. builtin command 'RipCD'. have at it.
Reply
#6
Wow, you are amazing SPIFF! Thank you very much... Smile

Would that be in svn: 26853 ?

Also, I guess I need to add this RipCD command myself in the skin Im using.

Will that be "<onclick>RipCD</onclick>" in the button type area? Eek

Best regards!
Reply
#7
Ok, I managed to get it working now. With the SVN: 26903 version it is now possible to add a button in Library mode like this:

<control type="button" id="303">
<description>RIPCD</description>
<posx>0</posx>
<posy>200</posy>
<include>ButtonCommonValues</include>
<label>RIP CD</label>
<onclick>RipCD</onclick>
<onleft>50</onleft>
<onright>4</onright>
<onup>2</onup>
<ondown>99</ondown>
<visible>System.HasMediadvd</visible>
</control>


And that is just great, thanx to SPIFF!! You are wonderful man... Smile

Now Im just waiting to have the posibility to RIP cdConfused in .flac format. As I want to rip my cdConfused in loseless format and I also want to have it tagged, because I use "Library Mode" Dooh..

Do you think this would be possible in a near future?

Anyway, thanks for your help! Laugh
Reply

Logout Mark Read Team Forum Stats Members Help
Is it possible to make a "RIP CD" shortcut?0