I think pickle is not the best choice for storing ShortlistItem objects due to the following reasons:
- it's difficult to view/process pickled file externally (e. g. in a text editor)
- a compatibility issue may appear between different (Python/Kodi) versions
xml format is typically used for user data in Kodi, other times sqllite or .json is used
I think
pickleis not the best choice for storingShortlistItemobjects due to the following reasons:xmlformat is typically used for user data in Kodi, other times sqllite or.jsonis used