Skip to content

Use more interoperable format for DB instead of pickle #8

Description

@jose1711

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions