Plugged
3.0.3
  • CHANGELOG
  • Quickstart
  • Plugged 3.0.3 cookbook
  • Plugged 3.0.3 datamodels
    • Ban
    • BANDURATION
    • Booth
    • BOOTHBANDURATION
    • BOOTHBANREASON
    • CACHE
    • Chat
    • ChatDelete
    • Cycle
    • Earn
    • FlatRoom
    • GLOBALROLE
    • History
    • Ignore
    • Inventory
    • Invitation
    • Media
    • MediaAdd
    • MediaUpdate
    • Meta
    • MinChatLevel
    • ModAddDJ
    • ModBan
    • Self
    • ModMove
    • ModSkip
    • ModWaitlistBan
    • Mute
    • MUTEDURATION
    • NewRoom
    • News
    • Notification
    • Playback
    • Playlist
    • Previous
      • Summary
      • Model
      • Detail
    • Product
    • Promotion
    • Purchase
    • REASON
    • ROLE
    • Room
    • RoomUpdate
    • Score
    • Settings
    • State
    • Transactions
    • User
    • Vote
    • Vote
  • Plugged 3.0.3 reference
  • Plugged 3.0.3 contribution guide
  • Thank you
Plugged
  • Docs »
  • Plugged 3.0.3 datamodels »
  • Previous
  • View page source

Previous¶

Summary¶

The Previous model represents a block of information about media that was played at a certain time. Usually this is an object used in the ADVANCE model.

Model¶

{
   "historyID": "",
   "media": Media,
   "playlistID": -1,
   "dj": User,
   "score": Score
}

Detail¶

historyID

Unique identifier of the history object.

Type: String
Default Value: ""

media

Media shown.

Type: Media
Default Value: see Media model

playlistID

Link to the blog entry.

Type: Number
Default Value: -1

dj

DJ in booth.

Type: User
Default Value: see User model

score

Score gained with play.

Type Score Default Value: see Score model

Next Previous

© Copyright 2017, Sooyou.

Built with Sphinx using a theme provided by Read the Docs.