Export Favorites
#1
Hi, I apologize if I am posting this in the wrong place or if this has already been addressed. I am a long-time user of KODI and have created quite a favorites list. I was wondering if there was any way to export these for use in other applications (such as an internet browser)?

Thanks
Reply
#2
You can access the favourites.xml file in the Userdata (wiki) folder... https://kodi.wiki/view/Favourites.xml

As for using it in an internet browser... don't know.
My Signature
Links to : Official:Forum rules (wiki) | Official:Forum rules/Banned add-ons (wiki) | Debug Log (wiki)
Links to : HOW-TO:Create Music Library (wiki) | HOW-TO:Create_Video_Library (wiki)  ||  Artwork (wiki) | Basic controls (wiki) | Import-export library (wiki) | Movie sets (wiki) | Movie universe (wiki) | NFO files (wiki) | Quick start guide (wiki)
Reply
#3
(2021-05-17, 05:30)DrChaoz Wrote: I was wondering if there was any way to export these for use in other applications (such as an internet browser)?

Kodi's favourites.xml is a simple text file.
xml:
<favourites>
<favourite name="Radio Something" thumb="http://static.rad.io/images/broadcasts/f3/95/9132/2/t100.png">PlayMedia(&quot;plugin://plugin.audio.radio_de/station/9132&quot;)</favourite>
</favourites>

Exporting would only get you a name and an icon as something useful. Simple enough, but there is no built-in functionality in Kodi for that. Writing an add-on for it could be a solution. What other applications are you going to use this export of favourites for?
Reply
#4
(2021-05-17, 08:30)Klojum Wrote:
(2021-05-17, 05:30)DrChaoz Wrote: I was wondering if there was any way to export these for use in other applications (such as an internet browser)?

Kodi's favourites.xml is a simple text file.
xml:
<favourites>
<favourite name="Radio Something" thumb="http://static.rad.io/images/broadcasts/f3/95/9132/2/t100.png">PlayMedia(&quot;plugin://plugin.audio.radio_de/station/9132&quot;)</favourite>
</favourites>

Exporting would only get you a name and an icon as something useful. Simple enough, but there is no built-in functionality in Kodi for that. Writing an add-on for it could be a solution. What other applications are you going to use this export of favourites for?

Hi, I would mainly like to somehow visit them inside of a browser. Also, thank you for all of the answers
Reply

Logout Mark Read Team Forum Stats Members Help
Export Favorites0