Ole Tange
Ole Tange

Reputation: 33685

Kodi on Android: Edit advancedsettings.xml

I want to change my buffering settings.

According to http://kodi.wiki/view/Advancedsettings.xml the tags I am looking for is <advancedsettings><cache><memorysize> and <advancedsettings><cache><readfactor>.

So I am looking for a way to edit the Advancedsettings.xml file. If my installation had been on a normal GNU/Linux box that would have been no problems at all, but my installation is on Android.

I am wondering if there is an addon that will give me a normal editor to edit a file on the KODI system.

I tried the 'Easy Advanced Settings' addon, but it edits the wrong tags (pre-v17?), and a general editor would give more power and be future proof if more tags change.

Upvotes: 0

Views: 3965

Answers (2)

Alex B
Alex B

Reputation: 70

You may try script.unlock.advancedsettings addon from https://abratchik.github.io/kodi.repository/.

Upvotes: 0

Razze
Razze

Reputation: 4282

Best way is to use a file browser on your device, they usually also have text file editors included. Really depends on which app store you have access to. Or you can ADB it over, but that's usually even more of a hassle.

Upvotes: 0

Related Questions