2018-12-25, 15:04
So I have installed a headless Kodi variant on my unRaid server. My only application for this kodi instance is to be able to rip cds when I pop it in.
I reckoned that I can make changes in guisettings.xml in the following section as below, it should do the trick but somehow its not ripping discs. I have the same settings on another regular kodi box and I use that to rip cds. Can anyone help?
I reckoned that I can make changes in guisettings.xml in the following section as below, it should do the trick but somehow its not ripping discs. I have the same settings on another regular kodi box and I use that to rip cds. Can anyone help?
Code:
<audiocds>
<autoaction>2</autoaction>
<ejectonrip default="true">true</ejectonrip>
<encoder>audioencoder.flac</encoder>
<recordingpath>/var/media/Data/Music/Ripped Music/</recordingpath>
<trackpathformat default="true">%A/%A - %B/[%N. ][%A - ]%T</trackpathformat>
<usecddb default="true">true</usecddb>
</audiocds>