memoryfm.ScrobbleLog.meta#

property ScrobbleLog.meta#

A dictionary containing the following metadata:

Metadata#
 "username": username for the ScrobbleLog
 "tz": IANA Timezone string
 listens: number of scrobbles (lastfmstats) or listens (spotify)
 "date_range": {
         "start": date of first scrobble in ISO format,
         "end": date of last scrobble in ISO format
         },
 "source": source (like lastfmstats, spotify, manual etc)
 "duration_present": whether duration column is present or not,
 "memory.fm_version": version of memory.fm when the meta was generated.
 "schema_version": schema version of meta.
Returns:
dict

A dictionary containing the following metadata: