2019-09-14, 17:52
Windows 7
Kodi Gotham 13.2
In Gotham version of Kodi and beyond a "createbookmark" Action ID was made available. This action allows you to assign a hotkey to be able to create a bookmark without having to go into the bookmarks dialog box and create one. When you perform this action a dialog box appears that states: "Bookmarks Bookmark created" as an indicator to let you know you have created a bookmark.
I have tried a couple of skins out (which doesn't sound right) and I can see that the creators of these skins had access to change how this "bookmarks created" dialog indicator message appears. Can someone tell me where this dialog coding is located so I can change its appearance in my skin?
It does not appear to be with the other "Dialog________.xml" files like all the others
In the "strings.po" file
It shows the text "Bookmark created" is located here
If anyone has any idea of how I can change this please let me know. Thank You
Kodi Gotham 13.2
In Gotham version of Kodi and beyond a "createbookmark" Action ID was made available. This action allows you to assign a hotkey to be able to create a bookmark without having to go into the bookmarks dialog box and create one. When you perform this action a dialog box appears that states: "Bookmarks Bookmark created" as an indicator to let you know you have created a bookmark.
I have tried a couple of skins out (which doesn't sound right) and I can see that the creators of these skins had access to change how this "bookmarks created" dialog indicator message appears. Can someone tell me where this dialog coding is located so I can change its appearance in my skin?
It does not appear to be with the other "Dialog________.xml" files like all the others
In the "strings.po" file
It shows the text "Bookmark created" is located here
Quote:#: xbmc/video/dialogs/GUIDialogVideoBookmarks.cppNot sure what this is, would think this dialog box would be just another xml file to edit?
msgctxt "#21362"
msgid "Bookmark created"
msgstr ""
If anyone has any idea of how I can change this please let me know. Thank You