2023-08-28, 22:23
even more strange kodi calling it's resume pointers 'bookmarks' - i dont see the relation
----
history of using 'bookmarks.json' in my addon stems from my use of matthuisman's addons, 3 of them in fact, he has universal bookmarks across his addons and they are in 'bookmarks.json'
initially i was going to use 'favorites' but when i realized his addons do 'bookmarks' i changed mine and at some point the addon would be capable of automatically scanning in bookmarks created by his addons
that since has lost traction because there is really no more functionality to a context menu 'add bookmark' from his addon and mine being universal and having a context menu 'import to kodi'
if you browse the code you will see references to favorites still remains as well as the scanning for bookmarks.json files even though it isn't used in the current iteration
----
history of using 'bookmarks.json' in my addon stems from my use of matthuisman's addons, 3 of them in fact, he has universal bookmarks across his addons and they are in 'bookmarks.json'
initially i was going to use 'favorites' but when i realized his addons do 'bookmarks' i changed mine and at some point the addon would be capable of automatically scanning in bookmarks created by his addons
that since has lost traction because there is really no more functionality to a context menu 'add bookmark' from his addon and mine being universal and having a context menu 'import to kodi'
if you browse the code you will see references to favorites still remains as well as the scanning for bookmarks.json files even though it isn't used in the current iteration